tatianamac 6d5445ecc5 update
2019-11-26 14:50:43 -08:00

70 lines
1.6 KiB
JSON

{
"_args": [
[
"detective-es6@2.1.0",
"/Users/tatiana/selfdefined"
]
],
"_from": "detective-es6@2.1.0",
"_id": "detective-es6@2.1.0",
"_inBundle": false,
"_integrity": "sha512-QSHqKGOp/YBIfmIqKXaXeq2rlL+bp3bcIQMfZ+0PvKzRlELSOSZxKRvpxVcxlLuocQv4QnOfuWGniGrmPbz8MQ==",
"_location": "/detective-es6",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "detective-es6@2.1.0",
"name": "detective-es6",
"escapedName": "detective-es6",
"rawSpec": "2.1.0",
"saveSpec": null,
"fetchSpec": "2.1.0"
},
"_requiredBy": [
"/precinct"
],
"_resolved": "https://registry.npmjs.org/detective-es6/-/detective-es6-2.1.0.tgz",
"_spec": "2.1.0",
"_where": "/Users/tatiana/selfdefined",
"author": {
"name": "Joel Kemp",
"email": "joel@mrjoelkemp.com"
},
"bugs": {
"url": "https://github.com/mrjoelkemp/node-detective-es6/issues"
},
"dependencies": {
"node-source-walk": "^4.0.0"
},
"description": "Get the dependencies of an es6 module",
"devDependencies": {
"jscs": "~2.4.0",
"mocha": "^5.2.0"
},
"engines": {
"node": ">= 6.0"
},
"homepage": "https://github.com/mrjoelkemp/node-detective-es6",
"keywords": [
"detective",
"es6",
"es2015",
"dependencies",
"module",
"ast",
"import"
],
"license": "MIT",
"main": "index.js",
"name": "detective-es6",
"repository": {
"type": "git",
"url": "git+https://github.com/mrjoelkemp/node-detective-es6.git"
},
"scripts": {
"test": "jscs -p google index.js test && mocha test/test.js"
},
"version": "2.1.0"
}