4 "espree@https://registry.npmjs.org/espree/-/espree-1.12.3.tgz",
5 "/home/kenshin.choi/project/blink/workspace/public/crosswalk-tizen/wrt/build"
9 "_from": "espree@https://registry.npmjs.org/espree/-/espree-1.12.3.tgz",
10 "_id": "espree@https://registry.npmjs.org/espree/-/espree-1.12.3.tgz",
12 "_integrity": "sha1-BM7q2pG9oHejjAQMEluhhrE7s8w=",
13 "_location": "/grunt-standard/standard/eslint/espree",
14 "_phantomChildren": {},
17 "raw": "espree@https://registry.npmjs.org/espree/-/espree-1.12.3.tgz",
19 "escapedName": "espree",
20 "rawSpec": "https://registry.npmjs.org/espree/-/espree-1.12.3.tgz",
21 "saveSpec": "https://registry.npmjs.org/espree/-/espree-1.12.3.tgz",
22 "fetchSpec": "https://registry.npmjs.org/espree/-/espree-1.12.3.tgz"
25 "/grunt-standard/standard/eslint"
27 "_spec": "https://registry.npmjs.org/espree/-/espree-1.12.3.tgz",
28 "_where": "/home/kenshin.choi/project/blink/workspace/public/crosswalk-tizen/wrt/build",
30 "name": "Nicholas C. Zakas",
31 "email": "nicholas+npm@nczconsulting.com"
34 "esparse": "./bin/esparse.js",
35 "esvalidate": "./bin/esvalidate.js"
38 "url": "http://github.com/eslint/espree.git"
41 "description": "An actively-maintained fork of Esprima, the ECMAScript parsing infrastructure for multipurpose analysis",
43 "browserify": "^7.0.0",
45 "complexity-report": "~0.6.1",
46 "dateformat": "^1.0.11",
48 "esprima": "git://github.com/ariya/esprima.git#harmony",
49 "esprima-fb": "^8001.2001.0-dev-harmony-fb",
51 "json-diff": "~0.3.1",
54 "npm-license": "^0.2.3",
56 "regenerate": "~0.5.4",
59 "shelljs-nodecli": "^0.1.1",
60 "unicode-6.3.0": "~0.1.0"
75 "homepage": "https://github.com/eslint/espree",
86 "url": "http://github.com/nzakas/espree/raw/master/LICENSE"
93 "url": "git+ssh://git@github.com/eslint/espree.git"
96 "analyze-complexity": "node tools/list-complexity.js",
97 "analyze-coverage": "node node_modules/istanbul/lib/cli.js cover test/runner.js",
98 "benchmark": "node test/benchmarks.js",
99 "benchmark-quick": "node test/benchmarks.js quick",
100 "browserify": "node Makefile.js browserify",
101 "check-complexity": "node node_modules/complexity-report/src/cli.js --maxcc 14 --silent -l -w espree.js",
102 "check-coverage": "node node_modules/istanbul/lib/cli.js check-coverage --statement 99 --branch 99 --function 99",
103 "complexity": "npm run-script analyze-complexity && npm run-script check-complexity",
104 "coverage": "npm run-script analyze-coverage && npm run-script check-coverage",
105 "generate-regex": "node tools/generate-identifier-regex.js",
106 "lint": "node Makefile.js lint",
107 "major": "node Makefile.js major",
108 "minor": "node Makefile.js minor",
109 "patch": "node Makefile.js patch",
110 "test": "npm run-script lint && node Makefile.js test && node test/run.js"
112 "version": "https://registry.npmjs.org/espree/-/espree-1.12.3.tgz"