mirror of
https://github.com/fooflington/selfdefined.git
synced 2025-04-22 17:19:08 +00:00
68 lines
1.8 KiB
JSON
68 lines
1.8 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"resolve-dependency-path@2.0.0",
|
|
"/Users/tatiana/selfdefined"
|
|
]
|
|
],
|
|
"_from": "resolve-dependency-path@2.0.0",
|
|
"_id": "resolve-dependency-path@2.0.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-DIgu+0Dv+6v2XwRaNWnumKu7GPufBBOr5I1gRPJHkvghrfCGOooJODFvgFimX/KRxk9j0whD2MnKHzM1jYvk9w==",
|
|
"_location": "/resolve-dependency-path",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "resolve-dependency-path@2.0.0",
|
|
"name": "resolve-dependency-path",
|
|
"escapedName": "resolve-dependency-path",
|
|
"rawSpec": "2.0.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "2.0.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/filing-cabinet"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/resolve-dependency-path/-/resolve-dependency-path-2.0.0.tgz",
|
|
"_spec": "2.0.0",
|
|
"_where": "/Users/tatiana/selfdefined",
|
|
"author": {
|
|
"name": "Joel Kemp",
|
|
"email": "joel@mrjoelkemp.com",
|
|
"url": "http://www.mrjoelkemp.com/"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/mrjoelkemp/node-resolve-dependency-path/issues"
|
|
},
|
|
"description": "Convert a dependency path into a filepath",
|
|
"devDependencies": {
|
|
"jscs": "^3.0.7",
|
|
"jscs-preset-mrjoelkemp": "^2.0.0",
|
|
"mocha": "~2.0.1"
|
|
},
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.0.0"
|
|
},
|
|
"homepage": "https://github.com/mrjoelkemp/node-resolve-dependency-path",
|
|
"keywords": [
|
|
"dependency",
|
|
"filepath",
|
|
"module"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"name": "resolve-dependency-path",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/mrjoelkemp/node-resolve-dependency-path.git"
|
|
},
|
|
"scripts": {
|
|
"test": "jscs -p google index.js test/test.js && mocha test/test.js"
|
|
},
|
|
"version": "2.0.0"
|
|
}
|