mirror of https://github.com/lukechilds/node.git
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.
104 lines
2.6 KiB
104 lines
2.6 KiB
{
|
|
"_args": [
|
|
[
|
|
{
|
|
"raw": "resolve@^1.1.6",
|
|
"scope": null,
|
|
"escapedName": "resolve",
|
|
"name": "resolve",
|
|
"rawSpec": "^1.1.6",
|
|
"spec": ">=1.1.6 <2.0.0",
|
|
"type": "range"
|
|
},
|
|
"/Users/trott/io.js/tools/node_modules/rechoir"
|
|
]
|
|
],
|
|
"_from": "resolve@>=1.1.6 <2.0.0",
|
|
"_id": "resolve@1.3.2",
|
|
"_inCache": true,
|
|
"_location": "/resolve",
|
|
"_nodeVersion": "7.6.0",
|
|
"_npmOperationalInternal": {
|
|
"host": "packages-12-west.internal.npmjs.com",
|
|
"tmp": "tmp/resolve-1.3.2.tgz_1488150101096_0.05632958956994116"
|
|
},
|
|
"_npmUser": {
|
|
"name": "ljharb",
|
|
"email": "ljharb@gmail.com"
|
|
},
|
|
"_npmVersion": "4.1.2",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"raw": "resolve@^1.1.6",
|
|
"scope": null,
|
|
"escapedName": "resolve",
|
|
"name": "resolve",
|
|
"rawSpec": "^1.1.6",
|
|
"spec": ">=1.1.6 <2.0.0",
|
|
"type": "range"
|
|
},
|
|
"_requiredBy": [
|
|
"/rechoir"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/resolve/-/resolve-1.3.2.tgz",
|
|
"_shasum": "1f0442c9e0cbb8136e87b9305f932f46c7f28235",
|
|
"_shrinkwrap": null,
|
|
"_spec": "resolve@^1.1.6",
|
|
"_where": "/Users/trott/io.js/tools/node_modules/rechoir",
|
|
"author": {
|
|
"name": "James Halliday",
|
|
"email": "mail@substack.net",
|
|
"url": "http://substack.net"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/substack/node-resolve/issues"
|
|
},
|
|
"dependencies": {
|
|
"path-parse": "^1.0.5"
|
|
},
|
|
"description": "resolve like require.resolve() on behalf of files asynchronously and synchronously",
|
|
"devDependencies": {
|
|
"object-keys": "^1.0.11",
|
|
"safe-publish-latest": "^1.1.1",
|
|
"tap": "0.4.13",
|
|
"tape": "^4.6.3"
|
|
},
|
|
"directories": {},
|
|
"dist": {
|
|
"shasum": "1f0442c9e0cbb8136e87b9305f932f46c7f28235",
|
|
"tarball": "https://registry.npmjs.org/resolve/-/resolve-1.3.2.tgz"
|
|
},
|
|
"gitHead": "781da847169b8ba43f65ed3d9dbc1283d5bde74c",
|
|
"homepage": "https://github.com/substack/node-resolve#readme",
|
|
"keywords": [
|
|
"resolve",
|
|
"require",
|
|
"node",
|
|
"module"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"maintainers": [
|
|
{
|
|
"name": "ljharb",
|
|
"email": "ljharb@gmail.com"
|
|
},
|
|
{
|
|
"name": "substack",
|
|
"email": "substack@gmail.com"
|
|
}
|
|
],
|
|
"name": "resolve",
|
|
"optionalDependencies": {},
|
|
"readme": "ERROR: No README data found!",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/substack/node-resolve.git"
|
|
},
|
|
"scripts": {
|
|
"prepublish": "safe-publish-latest",
|
|
"test": "npm run --silent tests-only",
|
|
"tests-only": "tape test/*.js"
|
|
},
|
|
"version": "1.3.2"
|
|
}
|
|
|