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.
133 lines
3.8 KiB
133 lines
3.8 KiB
{
|
|
"_args": [
|
|
[
|
|
"espree@^2.2.4",
|
|
"/Users/mzasso/git/forks/node/node_modules/eslint"
|
|
]
|
|
],
|
|
"_from": "espree@>=2.2.4 <3.0.0",
|
|
"_id": "espree@2.2.5",
|
|
"_inCache": true,
|
|
"_installable": true,
|
|
"_location": "/eslint/espree",
|
|
"_npmUser": {
|
|
"email": "nicholas@nczconsulting.com",
|
|
"name": "nzakas"
|
|
},
|
|
"_npmVersion": "1.4.28",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"name": "espree",
|
|
"raw": "espree@^2.2.4",
|
|
"rawSpec": "^2.2.4",
|
|
"scope": null,
|
|
"spec": ">=2.2.4 <3.0.0",
|
|
"type": "range"
|
|
},
|
|
"_requiredBy": [
|
|
"/eslint"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/espree/-/espree-2.2.5.tgz",
|
|
"_shasum": "df691b9310889402aeb29cc066708c56690b854b",
|
|
"_shrinkwrap": null,
|
|
"_spec": "espree@^2.2.4",
|
|
"_where": "/Users/mzasso/git/forks/node/node_modules/eslint",
|
|
"author": {
|
|
"email": "nicholas+npm@nczconsulting.com",
|
|
"name": "Nicholas C. Zakas"
|
|
},
|
|
"bin": {
|
|
"esparse": "./bin/esparse.js",
|
|
"esvalidate": "./bin/esvalidate.js"
|
|
},
|
|
"bugs": {
|
|
"url": "http://github.com/eslint/espree.git"
|
|
},
|
|
"dependencies": {},
|
|
"description": "An actively-maintained fork of Esprima, the ECMAScript parsing infrastructure for multipurpose analysis",
|
|
"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"
|
|
},
|
|
"directories": {},
|
|
"dist": {
|
|
"shasum": "df691b9310889402aeb29cc066708c56690b854b",
|
|
"tarball": "http://registry.npmjs.org/espree/-/espree-2.2.5.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
},
|
|
"files": [
|
|
"bin",
|
|
"espree.js",
|
|
"lib",
|
|
"test/compat.js",
|
|
"test/reflect.js",
|
|
"test/run.js",
|
|
"test/runner.js",
|
|
"test/test.js"
|
|
],
|
|
"gitHead": "eeeeb05b879783901ff2308efcbd0cda76753cbe",
|
|
"homepage": "https://github.com/eslint/espree",
|
|
"keywords": [
|
|
"ast",
|
|
"ecmascript",
|
|
"javascript",
|
|
"parser",
|
|
"syntax"
|
|
],
|
|
"licenses": [
|
|
{
|
|
"type": "BSD",
|
|
"url": "http://github.com/nzakas/espree/raw/master/LICENSE"
|
|
}
|
|
],
|
|
"main": "espree.js",
|
|
"maintainers": [
|
|
{
|
|
"name": "nzakas",
|
|
"email": "nicholas@nczconsulting.com"
|
|
}
|
|
],
|
|
"name": "espree",
|
|
"optionalDependencies": {},
|
|
"readme": "ERROR: No README data found!",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+ssh://git@github.com/eslint/espree.git"
|
|
},
|
|
"scripts": {
|
|
"analyze-complexity": "node tools/list-complexity.js",
|
|
"analyze-coverage": "node node_modules/istanbul/lib/cli.js cover test/runner.js",
|
|
"benchmark": "node test/benchmarks.js",
|
|
"benchmark-quick": "node test/benchmarks.js quick",
|
|
"browserify": "node Makefile.js browserify",
|
|
"check-complexity": "node node_modules/complexity-report/src/cli.js --maxcc 14 --silent -l -w espree.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",
|
|
"coverage": "npm run-script analyze-coverage && npm run-script check-coverage",
|
|
"generate-regex": "node tools/generate-identifier-regex.js",
|
|
"lint": "node Makefile.js lint",
|
|
"major": "node Makefile.js major",
|
|
"minor": "node Makefile.js minor",
|
|
"patch": "node Makefile.js patch",
|
|
"test": "npm run-script lint && node Makefile.js test && node test/run.js"
|
|
},
|
|
"version": "2.2.5"
|
|
}
|
|
|