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

70 lines
1.8 KiB
JSON

{
"_from": "detective-cjs@^3.1.1",
"_id": "detective-cjs@3.1.1",
"_inBundle": false,
"_integrity": "sha512-JQtNTBgFY6h8uT6pgph5QpV3IyxDv+z3qPk/FZRDT9TlFfm5dnRtpH39WtQEr1khqsUxVqXzKjZHpdoQvQbllg==",
"_location": "/detective-cjs",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "detective-cjs@^3.1.1",
"name": "detective-cjs",
"escapedName": "detective-cjs",
"rawSpec": "^3.1.1",
"saveSpec": null,
"fetchSpec": "^3.1.1"
},
"_requiredBy": [
"/precinct"
],
"_resolved": "https://registry.npmjs.org/detective-cjs/-/detective-cjs-3.1.1.tgz",
"_shasum": "18da3e39a002d2098a1123d45ce1de1b0d9045a0",
"_spec": "detective-cjs@^3.1.1",
"_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-cjs/issues"
},
"bundleDependencies": false,
"dependencies": {
"ast-module-types": "^2.4.0",
"node-source-walk": "^4.0.0"
},
"deprecated": false,
"description": "Get the dependencies of a CommonJS module by traversing its AST",
"devDependencies": {
"jscs": "^3.0.7",
"jscs-preset-mrjoelkemp": "~2.0.0",
"mocha": "^5.2.0",
"sinon": "^6.1.5"
},
"engines": {
"node": ">= 6.0"
},
"homepage": "https://github.com/mrjoelkemp/node-detective-cjs",
"keywords": [
"detective",
"commonjs",
"dependencies",
"ast",
"static analysis",
"cjs",
"jsx"
],
"license": "MIT",
"main": "index.js",
"name": "detective-cjs",
"repository": {
"type": "git",
"url": "git+https://github.com/mrjoelkemp/node-detective-cjs.git"
},
"scripts": {
"test": "jscs index.js test && mocha test/test.js"
},
"version": "3.1.1"
}