You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
67 lines
1.6 KiB
JSON
67 lines
1.6 KiB
JSON
{
|
|
"_from": "resolve-from@^2.0.0",
|
|
"_id": "resolve-from@2.0.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-lICrIOlP+h2egKgEx+oUdhGWa1c=",
|
|
"_location": "/resolve-from",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "resolve-from@^2.0.0",
|
|
"name": "resolve-from",
|
|
"escapedName": "resolve-from",
|
|
"rawSpec": "^2.0.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^2.0.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/resolve-cwd"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-2.0.0.tgz",
|
|
"_shasum": "9480ab20e94ffa1d9e80a804c7ea147611966b57",
|
|
"_spec": "resolve-from@^2.0.0",
|
|
"_where": "/home/mwinter/www/unboundedpress/node_modules/resolve-cwd",
|
|
"author": {
|
|
"name": "Sindre Sorhus",
|
|
"email": "sindresorhus@gmail.com",
|
|
"url": "sindresorhus.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/sindresorhus/resolve-from/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"deprecated": false,
|
|
"description": "Resolve the path of a module like require.resolve() but from a given path",
|
|
"devDependencies": {
|
|
"ava": "*",
|
|
"xo": "*"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
},
|
|
"files": [
|
|
"index.js"
|
|
],
|
|
"homepage": "https://github.com/sindresorhus/resolve-from#readme",
|
|
"keywords": [
|
|
"require",
|
|
"resolve",
|
|
"path",
|
|
"module",
|
|
"from",
|
|
"like",
|
|
"path"
|
|
],
|
|
"license": "MIT",
|
|
"name": "resolve-from",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/sindresorhus/resolve-from.git"
|
|
},
|
|
"scripts": {
|
|
"test": "xo && ava"
|
|
},
|
|
"version": "2.0.0"
|
|
}
|