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

79 lines
2.0 KiB
JSON
Raw Normal View History

2019-12-02 12:22:45 +00:00
{
"_from": "detective-amd@^3.0.0",
"_id": "detective-amd@3.0.0",
"_inBundle": false,
"_integrity": "sha512-kOpKHyabdSKF9kj7PqYHLeHPw+TJT8q2u48tZYMkIcas28el1CYeLEJ42Nm+563/Fq060T5WknfwDhdX9+kkBQ==",
"_location": "/detective-amd",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "detective-amd@^3.0.0",
"name": "detective-amd",
"escapedName": "detective-amd",
"rawSpec": "^3.0.0",
"saveSpec": null,
"fetchSpec": "^3.0.0"
},
"_requiredBy": [
"/precinct"
],
"_resolved": "https://registry.npmjs.org/detective-amd/-/detective-amd-3.0.0.tgz",
"_shasum": "40c8e21e229df8bca1ee2d4b952a7b67b01e2a5a",
"_spec": "detective-amd@^3.0.0",
"_where": "/home/suroh/Repos/11ty.work/node_modules/precinct",
"author": {
"name": "Joel Kemp",
"email": "joel@mrjoelkemp.com",
"url": "http://www.mrjoelkemp.com/"
},
"bin": {
"detective-amd": "bin/detective-amd.js"
},
"bugs": {
"url": "https://github.com/mrjoelkemp/node-detective-amd/issues"
},
"bundleDependencies": false,
"dependencies": {
"ast-module-types": "^2.3.1",
"escodegen": "^1.8.0",
"get-amd-module-type": "^3.0.0",
"node-source-walk": "^4.0.0"
},
"deprecated": false,
"description": "Find all dependencies within a JavaScript file using AMD module syntax",
"devDependencies": {
"jscs": "~2.11.0",
"jscs-preset-mrjoelkemp": "~1.0.0",
"mocha": "^5.2.0"
},
"directories": {
"test": "test"
},
"engines": {
"node": ">= 6.0"
},
"homepage": "https://github.com/mrjoelkemp/node-detective-amd",
"keywords": [
"amd",
"detective",
"dependencies",
"ast",
"static analysis",
"requirejs",
"jsx",
"module"
],
"license": "MIT",
"main": "index.js",
"name": "detective-amd",
"repository": {
"type": "git",
"url": "git+https://github.com/mrjoelkemp/node-detective-amd.git"
},
"scripts": {
"test": "jscs index.js test/**/*.js bin/*.js && mocha"
},
"version": "3.0.0"
}