mirror of
https://github.com/fooflington/selfdefined.git
synced 2025-06-12 13:41:40 +00:00
update
This commit is contained in:
67
node_modules/resolve-dependency-path/package.json
generated
vendored
Normal file
67
node_modules/resolve-dependency-path/package.json
generated
vendored
Normal file
@ -0,0 +1,67 @@
|
||||
{
|
||||
"_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"
|
||||
}
|
Reference in New Issue
Block a user