90347b46f2dc39367b8e5ad2e0655ba62a31021f
[platform/framework/web/crosswalk-tizen.git] /
1 {
2   "_args": [
3     [
4       "esprima@https://registry.npmjs.org/esprima/-/esprima-2.0.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.0.0.tgz",
10   "_id": "esprima@https://registry.npmjs.org/esprima/-/esprima-2.0.0.tgz",
11   "_inBundle": false,
12   "_integrity": "sha1-YJrFwmZ+rlQztB657OziMxtBSY8=",
13   "_location": "/grunt-standard/standard/eslint/js-yaml/esprima",
14   "_phantomChildren": {},
15   "_requested": {
16     "type": "remote",
17     "raw": "esprima@https://registry.npmjs.org/esprima/-/esprima-2.0.0.tgz",
18     "name": "esprima",
19     "escapedName": "esprima",
20     "rawSpec": "https://registry.npmjs.org/esprima/-/esprima-2.0.0.tgz",
21     "saveSpec": "https://registry.npmjs.org/esprima/-/esprima-2.0.0.tgz",
22     "fetchSpec": "https://registry.npmjs.org/esprima/-/esprima-2.0.0.tgz"
23   },
24   "_requiredBy": [
25     "/grunt-standard/standard/eslint/js-yaml"
26   ],
27   "_spec": "https://registry.npmjs.org/esprima/-/esprima-2.0.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.1.1",
43     "escomplex-js": "1.0.0",
44     "eslint": "~0.12.0",
45     "istanbul": "~0.2.6",
46     "jscs": "~1.10.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     "test/compat.js",
61     "test/reflect.js",
62     "esprima.js"
63   ],
64   "homepage": "http://esprima.org",
65   "keywords": [
66     "ast",
67     "ecmascript",
68     "javascript",
69     "parser",
70     "syntax"
71   ],
72   "licenses": [
73     {
74       "type": "BSD",
75       "url": "https://github.com/jquery/esprima/raw/master/LICENSE.BSD"
76     }
77   ],
78   "main": "esprima.js",
79   "maintainers": [
80     {
81       "name": "Ariya Hidayat",
82       "email": "ariya.hidayat@gmail.com",
83       "url": "http://ariya.ofilabs.com"
84     }
85   ],
86   "name": "esprima",
87   "repository": {
88     "type": "git",
89     "url": "git+https://github.com/jquery/esprima.git"
90   },
91   "scripts": {
92     "analyze-coverage": "node node_modules/istanbul/lib/cli.js cover test/runner.js",
93     "benchmark": "node test/benchmarks.js",
94     "benchmark-quick": "node test/benchmarks.js quick",
95     "check-coverage": "node node_modules/istanbul/lib/cli.js check-coverage --statement 100 --branch 100 --function 100",
96     "check-version": "node tools/check-version.js",
97     "complexity": "node tools/list-complexity.js && cr -s -l -w --maxcyc 16 esprima.js",
98     "coverage": "npm run analyze-coverage && npm run check-coverage",
99     "eslint": "node node_modules/eslint/bin/eslint.js esprima.js",
100     "generate-regex": "node tools/generate-identifier-regex.js",
101     "jscs": "jscs esprima.js test/*test.js",
102     "lint": "npm run check-version && npm run eslint && npm run jscs && npm run complexity",
103     "test": "node test/run.js && npm run lint && npm run coverage"
104   },
105   "version": "https://registry.npmjs.org/esprima/-/esprima-2.0.0.tgz"
106 }