You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

72 lines
1.7 KiB

{
"_args": [
[
"resolve@1.5.0",
"/var/www/htdocs/coze"
]
],
"_from": "resolve@1.5.0",
"_id": "resolve@1.5.0",
"_inBundle": false,
"_integrity": "sha512-hgoSGrc3pjzAPHNBg+KnFcK2HwlHTs/YrAGUr6qgTVUZmXv1UEXXl0bZNBKMA9fud6lRYFdPGz0xXxycPzmmiw==",
"_location": "/resolve",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "resolve@1.5.0",
"name": "resolve",
"escapedName": "resolve",
"rawSpec": "1.5.0",
"saveSpec": null,
"fetchSpec": "1.5.0"
},
"_requiredBy": [
"/rechoir"
],
"_resolved": "https://registry.npmjs.org/resolve/-/resolve-1.5.0.tgz",
"_spec": "1.5.0",
"_where": "/var/www/htdocs/coze",
"author": {
"name": "James Halliday",
"email": "mail@substack.net",
"url": "http://substack.net"
},
"bugs": {
"url": "https://github.com/browserify/node-resolve/issues"
},
"dependencies": {
"path-parse": "^1.0.5"
},
"description": "resolve like require.resolve() on behalf of files asynchronously and synchronously",
"devDependencies": {
"@ljharb/eslint-config": "^12.2.1",
"eslint": "^4.9.0",
"object-keys": "^1.0.11",
"safe-publish-latest": "^1.1.1",
"tap": "0.4.13",
"tape": "^4.8.0"
},
"homepage": "https://github.com/browserify/node-resolve#readme",
"keywords": [
"resolve",
"require",
"node",
"module"
],
"license": "MIT",
"main": "index.js",
"name": "resolve",
"repository": {
"type": "git",
"url": "git://github.com/browserify/node-resolve.git"
},
"scripts": {
"lint": "eslint .",
"prepublish": "safe-publish-latest",
"pretest": "npm run lint",
"test": "npm run --silent tests-only",
"tests-only": "tape test/*.js"
},
"version": "1.5.0"
}