90363d00e2c417d01732fbbf846363770bd51698
[platform/framework/web/crosswalk-tizen.git] /
1 {
2   "_args": [
3     [
4       "esprima@https://registry.npmjs.org/esprima/-/esprima-2.2.0.tgz",
5       "/home/kenshin.choi/project/blink/workspace/public/crosswalk-tizen/wrt/build"
6     ]
7   ],
8   "_development": true,
9   "_from": "esprima@https://registry.npmjs.org/esprima/-/esprima-2.2.0.tgz",
10   "_id": "esprima@https://registry.npmjs.org/esprima/-/esprima-2.2.0.tgz",
11   "_inBundle": false,
12   "_integrity": "sha1-QpLB1o5Bc9gV+iKQ3Hr8ltgfzYM=",
13   "_location": "/grunt-standard/standard-format/esformatter/rocambole/esprima",
14   "_phantomChildren": {},
15   "_requested": {
16     "type": "remote",
17     "raw": "esprima@https://registry.npmjs.org/esprima/-/esprima-2.2.0.tgz",
18     "name": "esprima",
19     "escapedName": "esprima",
20     "rawSpec": "https://registry.npmjs.org/esprima/-/esprima-2.2.0.tgz",
21     "saveSpec": "https://registry.npmjs.org/esprima/-/esprima-2.2.0.tgz",
22     "fetchSpec": "https://registry.npmjs.org/esprima/-/esprima-2.2.0.tgz"
23   },
24   "_requiredBy": [
25     "/grunt-standard/standard-format/esformatter/rocambole"
26   ],
27   "_spec": "https://registry.npmjs.org/esprima/-/esprima-2.2.0.tgz",
28   "_where": "/home/kenshin.choi/project/blink/workspace/public/crosswalk-tizen/wrt/build",
29   "author": {
30     "name": "Ariya Hidayat",
31     "email": "ariya.hidayat@gmail.com"
32   },
33   "bin": {
34     "esparse": "./bin/esparse.js",
35     "esvalidate": "./bin/esvalidate.js"
36   },
37   "bugs": {
38     "url": "http://issues.esprima.org"
39   },
40   "description": "ECMAScript parsing infrastructure for multipurpose analysis",
41   "devDependencies": {
42     "complexity-report": "~1.4.0",
43     "escomplex-js": "1.2.0",
44     "eslint": "~0.19.0",
45     "istanbul": "~0.3.7",
46     "jscs": "~1.12.0",
47     "json-diff": "~0.3.1",
48     "optimist": "~0.6.0",
49     "regenerate": "~0.6.2",
50     "unicode-7.0.0": "~0.1.5"
51   },
52   "engines": {
53     "node": ">=0.4.0"
54   },
55   "files": [
56     "bin",
57     "test/run.js",
58     "test/runner.js",
59     "test/test.js",
60     "esprima.js"
61   ],
62   "homepage": "http://esprima.org",
63   "keywords": [
64     "ast",
65     "ecmascript",
66     "javascript",
67     "parser",
68     "syntax"
69   ],
70   "licenses": [
71     {
72       "type": "BSD",
73       "url": "https://github.com/jquery/esprima/raw/master/LICENSE.BSD"
74     }
75   ],
76   "main": "esprima.js",
77   "maintainers": [
78     {
79       "name": "Ariya Hidayat",
80       "email": "ariya.hidayat@gmail.com",
81       "url": "http://ariya.ofilabs.com"
82     }
83   ],
84   "name": "esprima",
85   "repository": {
86     "type": "git",
87     "url": "git+https://github.com/jquery/esprima.git"
88   },
89   "scripts": {
90     "analyze-coverage": "istanbul cover test/runner.js",
91     "benchmark": "node test/benchmarks.js",
92     "benchmark-quick": "node test/benchmarks.js quick",
93     "check-coverage": "istanbul check-coverage --statement 100 --branch 100 --function 100",
94     "check-version": "node tools/check-version.js",
95     "complexity": "node tools/list-complexity.js && cr -s -l -w --maxcyc 17 esprima.js",
96     "coverage": "npm run analyze-coverage && npm run check-coverage",
97     "eslint": "node node_modules/eslint/bin/eslint.js esprima.js",
98     "generate-regex": "node tools/generate-identifier-regex.js",
99     "jscs": "jscs esprima.js",
100     "lint": "npm run check-version && npm run eslint && npm run jscs && npm run complexity",
101     "test": "node test/run.js && npm run lint && npm run coverage"
102   },
103   "version": "https://registry.npmjs.org/esprima/-/esprima-2.2.0.tgz"
104 }