65 lines
1.8 KiB
JSON
65 lines
1.8 KiB
JSON
{
|
|
"_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": "range",
|
|
"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",
|
|
"_shasum": "11700e340717b865d216c66cabeb4a2a3c696736",
|
|
"_spec": "resolve-dependency-path@^2.0.0",
|
|
"_where": "/home/suroh/Repos/11ty.work/node_modules/filing-cabinet",
|
|
"author": {
|
|
"name": "Joel Kemp",
|
|
"email": "joel@mrjoelkemp.com",
|
|
"url": "http://www.mrjoelkemp.com/"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/mrjoelkemp/node-resolve-dependency-path/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"deprecated": false,
|
|
"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"
|
|
}
|