b2bf230363f220c25865fb4640d27b7a5f609daa
[yaffs-website] / node_modules / grunt / node_modules / esprima / package.json
1 {
2   "_args": [
3     [
4       "esprima@^2.6.0",
5       "/var/www/yaffs/node_modules/grunt/node_modules/js-yaml"
6     ]
7   ],
8   "_from": "esprima@>=2.6.0 <3.0.0",
9   "_id": "esprima@2.7.3",
10   "_inCache": true,
11   "_installable": true,
12   "_location": "/grunt/esprima",
13   "_nodeVersion": "6.1.0",
14   "_npmOperationalInternal": {
15     "host": "packages-16-east.internal.npmjs.com",
16     "tmp": "tmp/esprima-2.7.3.tgz_1472013602345_0.010668299393728375"
17   },
18   "_npmUser": {
19     "email": "ariya.hidayat@gmail.com",
20     "name": "ariya"
21   },
22   "_npmVersion": "3.8.6",
23   "_phantomChildren": {},
24   "_requested": {
25     "name": "esprima",
26     "raw": "esprima@^2.6.0",
27     "rawSpec": "^2.6.0",
28     "scope": null,
29     "spec": ">=2.6.0 <3.0.0",
30     "type": "range"
31   },
32   "_requiredBy": [
33     "/grunt/js-yaml"
34   ],
35   "_resolved": "https://registry.npmjs.org/esprima/-/esprima-2.7.3.tgz",
36   "_shasum": "96e3b70d5779f6ad49cd032673d1c312767ba581",
37   "_shrinkwrap": null,
38   "_spec": "esprima@^2.6.0",
39   "_where": "/var/www/yaffs/node_modules/grunt/node_modules/js-yaml",
40   "author": {
41     "email": "ariya.hidayat@gmail.com",
42     "name": "Ariya Hidayat"
43   },
44   "bin": {
45     "esparse": "./bin/esparse.js",
46     "esvalidate": "./bin/esvalidate.js"
47   },
48   "bugs": {
49     "url": "https://github.com/jquery/esprima/issues"
50   },
51   "dependencies": {},
52   "description": "ECMAScript parsing infrastructure for multipurpose analysis",
53   "devDependencies": {
54     "codecov.io": "~0.1.6",
55     "escomplex-js": "1.2.0",
56     "eslint": "~1.7.2",
57     "everything.js": "~1.0.3",
58     "glob": "^5.0.15",
59     "istanbul": "~0.4.0",
60     "jscs": "~2.3.5",
61     "json-diff": "~0.3.1",
62     "karma": "^0.13.11",
63     "karma-chrome-launcher": "^0.2.1",
64     "karma-detect-browsers": "^2.0.2",
65     "karma-firefox-launcher": "^0.1.6",
66     "karma-ie-launcher": "^0.2.0",
67     "karma-mocha": "^0.2.0",
68     "karma-safari-launcher": "^0.1.1",
69     "karma-sauce-launcher": "^0.2.14",
70     "lodash": "^3.10.0",
71     "mocha": "^2.3.3",
72     "node-tick-processor": "~0.0.2",
73     "regenerate": "~1.2.1",
74     "temp": "~0.8.3",
75     "unicode-7.0.0": "~0.1.5"
76   },
77   "directories": {},
78   "dist": {
79     "shasum": "96e3b70d5779f6ad49cd032673d1c312767ba581",
80     "tarball": "https://registry.npmjs.org/esprima/-/esprima-2.7.3.tgz"
81   },
82   "engines": {
83     "node": ">=0.10.0"
84   },
85   "files": [
86     "bin",
87     "esprima.js",
88     "unit-tests.js"
89   ],
90   "gitHead": "abaaf7f12040f0b31fac6fee342ffec8feab15d0",
91   "homepage": "http://esprima.org",
92   "keywords": [
93     "ast",
94     "ecmascript",
95     "javascript",
96     "parser",
97     "syntax"
98   ],
99   "license": "BSD-2-Clause",
100   "main": "esprima.js",
101   "maintainers": [
102     {
103       "name": "ariya",
104       "email": "ariya.hidayat@gmail.com"
105     }
106   ],
107   "name": "esprima",
108   "optionalDependencies": {},
109   "readme": "ERROR: No README data found!",
110   "repository": {
111     "type": "git",
112     "url": "git+https://github.com/jquery/esprima.git"
113   },
114   "scripts": {
115     "all-tests": "npm run generate-fixtures && npm run unit-tests && npm run grammar-tests && npm run regression-tests",
116     "analyze-coverage": "istanbul cover test/unit-tests.js",
117     "appveyor": "npm run all-tests && npm run browser-tests && npm run dynamic-analysis",
118     "benchmark": "node test/benchmarks.js",
119     "benchmark-quick": "node test/benchmarks.js quick",
120     "browser-tests": "npm run generate-fixtures && cd test && karma start --single-run",
121     "check-coverage": "istanbul check-coverage --statement 100 --branch 100 --function 100",
122     "check-version": "node test/check-version.js",
123     "circleci": "npm test && npm run codecov && npm run downstream",
124     "codecov": "istanbul report cobertura && codecov < ./coverage/cobertura-coverage.xml",
125     "complexity": "node test/check-complexity.js",
126     "downstream": "node test/downstream.js",
127     "droneio": "npm test && npm run saucelabs-evergreen && npm run saucelabs-ie && npm run saucelabs-safari",
128     "dynamic-analysis": "npm run analyze-coverage && npm run check-coverage",
129     "eslint": "node node_modules/eslint/bin/eslint.js -c .lintrc esprima.js",
130     "generate-fixtures": "node tools/generate-fixtures.js",
131     "generate-regex": "node tools/generate-identifier-regex.js",
132     "grammar-tests": "node test/grammar-tests.js",
133     "jscs": "jscs -p crockford esprima.js && jscs -p crockford test/*.js",
134     "profile": "node --prof test/profile.js && mv isolate*.log v8.log && node-tick-processor",
135     "regression-tests": "node test/regression-tests.js",
136     "saucelabs-evergreen": "cd test && karma start saucelabs-evergreen.conf.js",
137     "saucelabs-ie": "cd test && karma start saucelabs-ie.conf.js",
138     "saucelabs-safari": "cd test && karma start saucelabs-safari.conf.js",
139     "static-analysis": "npm run check-version && npm run jscs && npm run eslint && npm run complexity",
140     "test": "npm run all-tests && npm run static-analysis && npm run dynamic-analysis",
141     "travis": "npm test",
142     "unit-tests": "node test/unit-tests.js"
143   },
144   "version": "2.7.3"
145 }