102 lines
2.7 KiB
JSON
102 lines
2.7 KiB
JSON
|
{
|
||
|
"_from": "resolve@^2.0.0-next.3",
|
||
|
"_id": "resolve@2.0.0-next.3",
|
||
|
"_inBundle": false,
|
||
|
"_integrity": "sha512-W8LucSynKUIDu9ylraa7ueVZ7hc0uAgJBxVsQSKOXOyle8a93qXhcz+XAXZ8bIq2d6i4Ehddn6Evt+0/UwKk6Q==",
|
||
|
"_location": "/resolve",
|
||
|
"_phantomChildren": {},
|
||
|
"_requested": {
|
||
|
"type": "range",
|
||
|
"registry": true,
|
||
|
"raw": "resolve@^2.0.0-next.3",
|
||
|
"name": "resolve",
|
||
|
"escapedName": "resolve",
|
||
|
"rawSpec": "^2.0.0-next.3",
|
||
|
"saveSpec": null,
|
||
|
"fetchSpec": "^2.0.0-next.3"
|
||
|
},
|
||
|
"_requiredBy": [
|
||
|
"/tape"
|
||
|
],
|
||
|
"_resolved": "https://registry.npmjs.org/resolve/-/resolve-2.0.0-next.3.tgz",
|
||
|
"_shasum": "d41016293d4a8586a39ca5d9b5f15cbea1f55e46",
|
||
|
"_spec": "resolve@^2.0.0-next.3",
|
||
|
"_where": "/home/lilleman/go/src/gitlab.larvit.se/power-plan/auth/tests/node_modules/tape",
|
||
|
"author": {
|
||
|
"name": "James Halliday",
|
||
|
"email": "mail@substack.net",
|
||
|
"url": "http://substack.net"
|
||
|
},
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/browserify/resolve/issues"
|
||
|
},
|
||
|
"bundleDependencies": false,
|
||
|
"dependencies": {
|
||
|
"is-core-module": "^2.2.0",
|
||
|
"path-parse": "^1.0.6"
|
||
|
},
|
||
|
"deprecated": false,
|
||
|
"description": "resolve like require.resolve() on behalf of files asynchronously and synchronously",
|
||
|
"devDependencies": {
|
||
|
"@ljharb/eslint-config": "^17.5.1",
|
||
|
"array.prototype.map": "^1.0.3",
|
||
|
"aud": "^1.1.4",
|
||
|
"eclint": "^2.8.1",
|
||
|
"eslint": "^7.19.0",
|
||
|
"object-keys": "^1.1.1",
|
||
|
"safe-publish-latest": "^1.1.4",
|
||
|
"tap": "0.4.13",
|
||
|
"tape": "^5.1.1"
|
||
|
},
|
||
|
"exports": {
|
||
|
".": [
|
||
|
{
|
||
|
"import": "./index.mjs",
|
||
|
"default": "./index.js"
|
||
|
},
|
||
|
"./index.js"
|
||
|
],
|
||
|
"./sync": [
|
||
|
{
|
||
|
"default": "./lib/sync.js"
|
||
|
},
|
||
|
"./lib/sync.js"
|
||
|
],
|
||
|
"./async": [
|
||
|
{
|
||
|
"default": "./lib/async.js"
|
||
|
},
|
||
|
"./lib/async.js"
|
||
|
]
|
||
|
},
|
||
|
"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 .",
|
||
|
"posttest": "npm run test:multirepo && aud --production",
|
||
|
"prelint": "eclint check '**/*'",
|
||
|
"prepublish": "safe-publish-latest",
|
||
|
"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": "2.0.0-next.3"
|
||
|
}
|