solorice/vscodium/extensions/ritwickdey.liveserver-5.7.5/node_modules/resolve/package.json
2022-04-28 21:17:01 +03:00

88 lines
2.7 KiB
JSON

{
"_from": "resolve@^1.10.0",
"_id": "resolve@1.21.0",
"_inBundle": false,
"_integrity": "sha512-3wCbTpk5WJlyE4mSOtDLhqQmGFi0/TD9VPwmiolnk8U0wRgMEktqCXd3vy5buTO3tljvalNvKrjHEfrd2WpEKA==",
"_location": "/resolve",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "resolve@^1.10.0",
"name": "resolve",
"escapedName": "resolve",
"rawSpec": "^1.10.0",
"saveSpec": null,
"fetchSpec": "^1.10.0"
},
"_requiredBy": [
"/normalize-package-data",
"/tslint"
],
"_resolved": "https://registry.npmjs.org/resolve/-/resolve-1.21.0.tgz",
"_shasum": "b51adc97f3472e6a5cf4444d34bc9d6b9037591f",
"_spec": "resolve@^1.10.0",
"_where": "/Users/travis/build/ritwickdey/vscode-live-server/node_modules/normalize-package-data",
"author": {
"name": "James Halliday",
"email": "mail@substack.net",
"url": "http://substack.net"
},
"bin": {
"resolve": "bin/resolve"
},
"bugs": {
"url": "https://github.com/browserify/resolve/issues"
},
"bundleDependencies": false,
"dependencies": {
"is-core-module": "^2.8.0",
"path-parse": "^1.0.7",
"supports-preserve-symlinks-flag": "^1.0.0"
},
"deprecated": false,
"description": "resolve like require.resolve() on behalf of files asynchronously and synchronously",
"devDependencies": {
"@ljharb/eslint-config": "^20.1.0",
"array.prototype.map": "^1.0.4",
"aud": "^1.1.5",
"eclint": "^2.8.1",
"eslint": "^8.6.0",
"in-publish": "^2.0.1",
"object-keys": "^1.1.1",
"safe-publish-latest": "^2.0.0",
"tap": "0.4.13",
"tape": "^5.4.0"
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
},
"homepage": "https://github.com/browserify/resolve#readme",
"keywords": [
"resolve",
"require",
"node",
"module"
],
"license": "MIT",
"main": "index.js",
"name": "resolve",
"repository": {
"type": "git",
"url": "git://github.com/browserify/resolve.git"
},
"scripts": {
"lint": "eslint --ext=js,mjs --no-eslintrc -c .eslintrc . 'bin/**'",
"posttest": "npm run test:multirepo && aud --production",
"prelint": "eclint check $(git ls-files | xargs find 2> /dev/null | grep -vE 'node_modules|\\.git')",
"prepublish": "not-in-publish || npm run prepublishOnly",
"prepublishOnly": "safe-publish-latest && cp node_modules/is-core-module/core.json ./lib/ ||:",
"pretest": "npm run lint",
"pretests-only": "cd ./test/resolver/nested_symlinks && node mylib/sync && node mylib/async",
"test": "npm run --silent tests-only",
"test:multirepo": "cd ./test/resolver/multirepo && npm install && npm test",
"tests-only": "tape test/*.js"
},
"version": "1.21.0"
}