work.suroh.tk/node_modules/detective-es6/package.json

67 lines
1.7 KiB
JSON

{
"_from": "detective-es6@^2.0.0",
"_id": "detective-es6@2.1.0",
"_inBundle": false,
"_integrity": "sha512-QSHqKGOp/YBIfmIqKXaXeq2rlL+bp3bcIQMfZ+0PvKzRlELSOSZxKRvpxVcxlLuocQv4QnOfuWGniGrmPbz8MQ==",
"_location": "/detective-es6",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "detective-es6@^2.0.0",
"name": "detective-es6",
"escapedName": "detective-es6",
"rawSpec": "^2.0.0",
"saveSpec": null,
"fetchSpec": "^2.0.0"
},
"_requiredBy": [
"/precinct"
],
"_resolved": "https://registry.npmjs.org/detective-es6/-/detective-es6-2.1.0.tgz",
"_shasum": "7848feaec92279d82f7b3a98d8e1f5d93483a0f7",
"_spec": "detective-es6@^2.0.0",
"_where": "/home/suroh/Repos/11ty.work/node_modules/precinct",
"author": {
"name": "Joel Kemp",
"email": "joel@mrjoelkemp.com"
},
"bugs": {
"url": "https://github.com/mrjoelkemp/node-detective-es6/issues"
},
"bundleDependencies": false,
"dependencies": {
"node-source-walk": "^4.0.0"
},
"deprecated": false,
"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"
}