mirror of https://github.com/lukechilds/node.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
109 lines
3.2 KiB
109 lines
3.2 KiB
10 years ago
|
{
|
||
|
"name": "espree",
|
||
|
"description": "An actively-maintained fork of Esprima, the ECMAScript parsing infrastructure for multipurpose analysis",
|
||
|
"author": {
|
||
|
"name": "Nicholas C. Zakas",
|
||
|
"email": "nicholas+npm@nczconsulting.com"
|
||
|
},
|
||
|
"homepage": "https://github.com/eslint/espree",
|
||
|
"main": "espree.js",
|
||
|
"bin": {
|
||
|
"esparse": "./bin/esparse.js",
|
||
|
"esvalidate": "./bin/esvalidate.js"
|
||
|
},
|
||
|
"version": "2.0.2",
|
||
|
"files": [
|
||
|
"bin",
|
||
|
"lib",
|
||
|
"test/run.js",
|
||
|
"test/runner.js",
|
||
|
"test/test.js",
|
||
|
"test/compat.js",
|
||
|
"test/reflect.js",
|
||
|
"espree.js"
|
||
|
],
|
||
|
"engines": {
|
||
|
"node": ">=0.10.0"
|
||
|
},
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git+ssh://git@github.com/eslint/espree.git"
|
||
|
},
|
||
|
"bugs": {
|
||
|
"url": "http://github.com/eslint/espree.git"
|
||
|
},
|
||
|
"licenses": [
|
||
|
{
|
||
|
"type": "BSD",
|
||
|
"url": "http://github.com/nzakas/espree/raw/master/LICENSE"
|
||
|
}
|
||
|
],
|
||
|
"devDependencies": {
|
||
|
"browserify": "^7.0.0",
|
||
|
"chai": "^1.10.0",
|
||
|
"complexity-report": "~0.6.1",
|
||
|
"dateformat": "^1.0.11",
|
||
|
"eslint": "^0.9.2",
|
||
|
"esprima": "git://github.com/jquery/esprima.git",
|
||
|
"esprima-fb": "^8001.2001.0-dev-harmony-fb",
|
||
|
"istanbul": "~0.2.6",
|
||
|
"json-diff": "~0.3.1",
|
||
|
"leche": "^1.0.1",
|
||
|
"mocha": "^2.0.1",
|
||
|
"npm-license": "^0.2.3",
|
||
|
"optimist": "~0.6.0",
|
||
|
"regenerate": "~0.5.4",
|
||
|
"semver": "^4.1.1",
|
||
|
"shelljs": "^0.3.0",
|
||
|
"shelljs-nodecli": "^0.1.1",
|
||
|
"unicode-6.3.0": "~0.1.0"
|
||
|
},
|
||
|
"keywords": [
|
||
|
"ast",
|
||
|
"ecmascript",
|
||
|
"javascript",
|
||
|
"parser",
|
||
|
"syntax"
|
||
|
],
|
||
|
"scripts": {
|
||
|
"generate-regex": "node tools/generate-identifier-regex.js",
|
||
|
"test": "npm run-script lint && node Makefile.js test && node test/run.js",
|
||
|
"lint": "node Makefile.js lint",
|
||
|
"patch": "node Makefile.js patch",
|
||
|
"minor": "node Makefile.js minor",
|
||
|
"major": "node Makefile.js major",
|
||
|
"browserify": "node Makefile.js browserify",
|
||
|
"coverage": "npm run-script analyze-coverage && npm run-script check-coverage",
|
||
|
"analyze-coverage": "node node_modules/istanbul/lib/cli.js cover test/runner.js",
|
||
|
"check-coverage": "node node_modules/istanbul/lib/cli.js check-coverage --statement 99 --branch 99 --function 99",
|
||
|
"complexity": "npm run-script analyze-complexity && npm run-script check-complexity",
|
||
|
"analyze-complexity": "node tools/list-complexity.js",
|
||
|
"check-complexity": "node node_modules/complexity-report/src/cli.js --maxcc 14 --silent -l -w espree.js",
|
||
|
"benchmark": "node test/benchmarks.js",
|
||
|
"benchmark-quick": "node test/benchmarks.js quick"
|
||
|
},
|
||
|
"dependencies": {},
|
||
|
"gitHead": "71b433bf1b3f570452b987a06c5db615d11225e6",
|
||
|
"_id": "espree@2.0.2",
|
||
|
"_shasum": "adaefd803ad501779e2063b357549ae3366fd14c",
|
||
|
"_from": "espree@>=2.0.1 <3.0.0",
|
||
|
"_npmVersion": "1.4.28",
|
||
|
"_npmUser": {
|
||
|
"name": "nzakas",
|
||
|
"email": "nicholas@nczconsulting.com"
|
||
|
},
|
||
|
"maintainers": [
|
||
|
{
|
||
|
"name": "nzakas",
|
||
|
"email": "nicholas@nczconsulting.com"
|
||
|
}
|
||
|
],
|
||
|
"dist": {
|
||
|
"shasum": "adaefd803ad501779e2063b357549ae3366fd14c",
|
||
|
"tarball": "http://registry.npmjs.org/espree/-/espree-2.0.2.tgz"
|
||
|
},
|
||
|
"directories": {},
|
||
|
"_resolved": "https://registry.npmjs.org/espree/-/espree-2.0.2.tgz",
|
||
|
"readme": "ERROR: No README data found!"
|
||
|
}
|