You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
typesetting/pitfall/pdfkit/node_modules/detective/package.json

96 lines
2.2 KiB
JSON

{
"_args": [
[
{
"raw": "detective@~3.1.0",
"scope": null,
"escapedName": "detective",
"name": "detective",
"rawSpec": "~3.1.0",
"spec": ">=3.1.0 <3.2.0",
"type": "range"
},
"/Users/MB/git/pdfkit/node_modules/module-deps"
]
],
"_from": "detective@>=3.1.0 <3.2.0",
"_id": "detective@3.1.0",
"_inCache": true,
"_location": "/detective",
"_npmUser": {
"name": "substack",
"email": "mail@substack.net"
},
"_npmVersion": "1.4.4",
"_phantomChildren": {
"esprima": "1.0.4",
"estraverse": "1.5.1",
"esutils": "1.0.0",
"source-map": "0.1.43"
},
"_requested": {
"raw": "detective@~3.1.0",
"scope": null,
"escapedName": "detective",
"name": "detective",
"rawSpec": "~3.1.0",
"spec": ">=3.1.0 <3.2.0",
"type": "range"
},
"_requiredBy": [
"/module-deps"
],
"_resolved": "https://registry.npmjs.org/detective/-/detective-3.1.0.tgz",
"_shasum": "77782444ab752b88ca1be2e9d0a0395f1da25eed",
"_shrinkwrap": null,
"_spec": "detective@~3.1.0",
"_where": "/Users/MB/git/pdfkit/node_modules/module-deps",
"author": {
"name": "James Halliday",
"email": "mail@substack.net",
"url": "http://substack.net"
},
"bugs": {
"url": "https://github.com/substack/node-detective/issues"
},
"dependencies": {
"escodegen": "~1.1.0",
"esprima-fb": "3001.1.0-dev-harmony-fb"
},
"description": "find all require() calls by walking the AST",
"devDependencies": {
"tap": "~0.4.0"
},
"directories": {},
"dist": {
"shasum": "77782444ab752b88ca1be2e9d0a0395f1da25eed",
"tarball": "https://registry.npmjs.org/detective/-/detective-3.1.0.tgz"
},
"homepage": "https://github.com/substack/node-detective",
"keywords": [
"require",
"source",
"analyze",
"ast"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"name": "substack",
"email": "mail@substack.net"
}
],
"name": "detective",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/substack/node-detective.git"
},
"scripts": {
"test": "tap test/*.js"
},
"version": "3.1.0"
}