react / wstein / node_modules / browserify / node_modules / module-deps / node_modules / detective / package.json
80540 views{1"name": "detective",2"description": "find all require() calls by walking the AST",3"version": "4.1.0",4"repository": {5"type": "git",6"url": "git://github.com/substack/node-detective.git"7},8"main": "index.js",9"keywords": [10"require",11"source",12"analyze",13"ast"14],15"scripts": {16"test": "tap test/*.js"17},18"dependencies": {19"acorn": "^1.0.3",20"defined": "^1.0.0",21"escodegen": "^1.4.1"22},23"devDependencies": {24"tap": "^1.0.0"25},26"license": "MIT",27"author": {28"name": "James Halliday",29"email": "[email protected]",30"url": "http://substack.net"31},32"gitHead": "a220299ec75d99302ccca3647c928932a7b18fc1",33"bugs": {34"url": "https://github.com/substack/node-detective/issues"35},36"homepage": "https://github.com/substack/node-detective#readme",37"_id": "[email protected]",38"_shasum": "7e8c5189bfb429bf392041e94ebe0599382aecac",39"_from": "detective@>=4.0.0 <5.0.0",40"_npmVersion": "2.10.1",41"_nodeVersion": "0.10.38",42"_npmUser": {43"name": "zertosh",44"email": "[email protected]"45},46"maintainers": [47{48"name": "substack",49"email": "[email protected]"50},51{52"name": "zertosh",53"email": "[email protected]"54}55],56"dist": {57"shasum": "7e8c5189bfb429bf392041e94ebe0599382aecac",58"tarball": "http://registry.npmjs.org/detective/-/detective-4.1.0.tgz"59},60"directories": {},61"_resolved": "https://registry.npmjs.org/detective/-/detective-4.1.0.tgz",62"readme": "ERROR: No README data found!"63}646566