mirror of
https://github.com/fooflington/selfdefined.git
synced 2025-06-12 13:41:40 +00:00
update
This commit is contained in:
81
node_modules/detective-amd/package.json
generated
vendored
Normal file
81
node_modules/detective-amd/package.json
generated
vendored
Normal file
@ -0,0 +1,81 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"detective-amd@3.0.0",
|
||||
"/Users/tatiana/selfdefined"
|
||||
]
|
||||
],
|
||||
"_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": "version",
|
||||
"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",
|
||||
"_spec": "3.0.0",
|
||||
"_where": "/Users/tatiana/selfdefined",
|
||||
"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"
|
||||
},
|
||||
"dependencies": {
|
||||
"ast-module-types": "^2.3.1",
|
||||
"escodegen": "^1.8.0",
|
||||
"get-amd-module-type": "^3.0.0",
|
||||
"node-source-walk": "^4.0.0"
|
||||
},
|
||||
"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"
|
||||
}
|
Reference in New Issue
Block a user