react / wstein / node_modules / browserify / node_modules / module-deps / node_modules / detective / node_modules / escodegen / node_modules / esutils / package.json
80575 views{1"name": "esutils",2"description": "utility box for ECMAScript language tools",3"homepage": "https://github.com/Constellation/esutils",4"main": "lib/utils.js",5"version": "1.1.6",6"engines": {7"node": ">=0.10.0"8},9"directories": {10"lib": "./lib"11},12"files": [13"LICENSE.BSD",14"README.md",15"lib"16],17"maintainers": [18{19"name": "constellation",20"email": "[email protected]"21}22],23"repository": {24"type": "git",25"url": "git+ssh://[email protected]/Constellation/esutils.git"26},27"devDependencies": {28"mocha": "~1.12.0",29"chai": "~1.7.2",30"jshint": "2.1.5",31"coffee-script": "~1.6.3",32"unicode-6.3.0": "~0.1.1",33"regenerate": "~0.5.4"34},35"licenses": [36{37"type": "BSD",38"url": "http://github.com/Constellation/esutils/raw/master/LICENSE.BSD"39}40],41"scripts": {42"test": "npm run-script lint && npm run-script unit-test",43"lint": "jshint lib/*.js",44"unit-test": "mocha --compilers coffee:coffee-script -R spec",45"generate-regex": "node tools/generate-identifier-regex.js"46},47"gitHead": "a91c5ed6199d1019ef071f610848fcd5103ef153",48"bugs": {49"url": "https://github.com/Constellation/esutils/issues"50},51"_id": "[email protected]",52"_shasum": "c01ccaa9ae4b897c6d0c3e210ae52f3c7a844375",53"_from": "esutils@>=1.1.6 <2.0.0",54"_npmVersion": "2.0.0-alpha-5",55"_npmUser": {56"name": "constellation",57"email": "[email protected]"58},59"dist": {60"shasum": "c01ccaa9ae4b897c6d0c3e210ae52f3c7a844375",61"tarball": "http://registry.npmjs.org/esutils/-/esutils-1.1.6.tgz"62},63"_resolved": "https://registry.npmjs.org/esutils/-/esutils-1.1.6.tgz",64"readme": "ERROR: No README data found!"65}666768