Initial commit
[yaffs-website] / node_modules / esprima / package.json
1 {
2   "_args": [
3     [
4       "esprima@^3.1.1",
5       "/var/www/yaffs/node_modules/js-yaml"
6     ]
7   ],
8   "_from": "esprima@>=3.1.1 <4.0.0",
9   "_id": "esprima@3.1.3",
10   "_inCache": true,
11   "_installable": true,
12   "_location": "/esprima",
13   "_nodeVersion": "7.1.0",
14   "_npmOperationalInternal": {
15     "host": "packages-18-east.internal.npmjs.com",
16     "tmp": "tmp/esprima-3.1.3.tgz_1482463104044_0.19027737597934902"
17   },
18   "_npmUser": {
19     "email": "ariya.hidayat@gmail.com",
20     "name": "ariya"
21   },
22   "_npmVersion": "3.10.9",
23   "_phantomChildren": {},
24   "_requested": {
25     "name": "esprima",
26     "raw": "esprima@^3.1.1",
27     "rawSpec": "^3.1.1",
28     "scope": null,
29     "spec": ">=3.1.1 <4.0.0",
30     "type": "range"
31   },
32   "_requiredBy": [
33     "/js-yaml"
34   ],
35   "_resolved": "https://registry.npmjs.org/esprima/-/esprima-3.1.3.tgz",
36   "_shasum": "fdca51cee6133895e3c88d535ce49dbff62a4633",
37   "_shrinkwrap": null,
38   "_spec": "esprima@^3.1.1",
39   "_where": "/var/www/yaffs/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     "everything.js": "~1.0.3",
57     "glob": "~7.1.0",
58     "istanbul": "~0.4.0",
59     "json-diff": "~0.3.1",
60     "karma": "~1.3.0",
61     "karma-chrome-launcher": "~2.0.0",
62     "karma-detect-browsers": "~2.1.0",
63     "karma-firefox-launcher": "~1.0.0",
64     "karma-ie-launcher": "~1.0.0",
65     "karma-mocha": "~1.2.0",
66     "karma-safari-launcher": "~1.0.0",
67     "karma-sauce-launcher": "~1.0.0",
68     "lodash": "~3.10.1",
69     "mocha": "~3.1.0",
70     "node-tick-processor": "~0.0.2",
71     "regenerate": "~1.3.1",
72     "temp": "~0.8.3",
73     "tslint": "~3.15.1",
74     "typescript": "~1.8.10",
75     "typescript-formatter": "~2.3.0",
76     "unicode-8.0.0": "~0.7.0",
77     "webpack": "~1.13.2"
78   },
79   "directories": {},
80   "dist": {
81     "shasum": "fdca51cee6133895e3c88d535ce49dbff62a4633",
82     "tarball": "https://registry.npmjs.org/esprima/-/esprima-3.1.3.tgz"
83   },
84   "engines": {
85     "node": ">=4"
86   },
87   "files": [
88     "bin",
89     "dist/esprima.js"
90   ],
91   "gitHead": "cd5909280f363d503142cb79077ec532132d9749",
92   "homepage": "http://esprima.org",
93   "keywords": [
94     "ast",
95     "ecmascript",
96     "esprima",
97     "javascript",
98     "parser",
99     "syntax"
100   ],
101   "license": "BSD-2-Clause",
102   "main": "dist/esprima.js",
103   "maintainers": [
104     {
105       "name": "ariya",
106       "email": "ariya.hidayat@gmail.com"
107     }
108   ],
109   "name": "esprima",
110   "optionalDependencies": {},
111   "readme": "ERROR: No README data found!",
112   "repository": {
113     "type": "git",
114     "url": "git+https://github.com/jquery/esprima.git"
115   },
116   "scripts": {
117     "all-tests": "npm run generate-fixtures && npm run unit-tests && npm run api-tests && npm run grammar-tests && npm run regression-tests && npm run hostile-env-tests",
118     "analyze-coverage": "istanbul cover test/unit-tests.js",
119     "api-tests": "mocha -R dot test/api-tests.js",
120     "appveyor": "npm run compile && npm run all-tests && npm run browser-tests",
121     "benchmark": "npm run benchmark-parser && npm run benchmark-tokenizer",
122     "benchmark-parser": "node -expose_gc test/benchmark-parser.js",
123     "benchmark-tokenizer": "node --expose_gc test/benchmark-tokenizer.js",
124     "browser-tests": "npm run compile && npm run generate-fixtures && cd test && karma start --single-run",
125     "check-coverage": "istanbul check-coverage --statement 100 --branch 100 --function 100",
126     "check-version": "node test/check-version.js",
127     "circleci": "npm test && npm run codecov && npm run downstream",
128     "code-style": "tsfmt --verify src/*.ts && tsfmt --verify test/*.js",
129     "codecov": "istanbul report cobertura && codecov < ./coverage/cobertura-coverage.xml",
130     "compile": "tsc -p src/ && webpack && node tools/fixupbundle.js",
131     "complexity": "node test/check-complexity.js",
132     "downstream": "node test/downstream.js",
133     "droneio": "npm run compile && npm run all-tests && npm run saucelabs",
134     "dynamic-analysis": "npm run analyze-coverage && npm run check-coverage",
135     "format-code": "tsfmt -r src/*.ts && tsfmt -r test/*.js",
136     "generate-fixtures": "node tools/generate-fixtures.js",
137     "generate-regex": "node tools/generate-identifier-regex.js",
138     "generate-xhtml-entities": "node tools/generate-xhtml-entities.js",
139     "grammar-tests": "node test/grammar-tests.js",
140     "hostile-env-tests": "node test/hostile-environment-tests.js",
141     "prepublish": "npm run compile",
142     "profile": "node --prof test/profile.js && mv isolate*.log v8.log && node-tick-processor",
143     "regression-tests": "node test/regression-tests.js",
144     "saucelabs": "npm run saucelabs-evergreen && npm run saucelabs-ie && npm run saucelabs-safari",
145     "saucelabs-evergreen": "cd test && karma start saucelabs-evergreen.conf.js",
146     "saucelabs-ie": "cd test && karma start saucelabs-ie.conf.js",
147     "saucelabs-safari": "cd test && karma start saucelabs-safari.conf.js",
148     "static-analysis": "npm run check-version && npm run tslint && npm run code-style && npm run complexity",
149     "test": "npm run compile && npm run all-tests && npm run static-analysis && npm run dynamic-analysis",
150     "travis": "npm test",
151     "tslint": "tslint src/*.ts",
152     "unit-tests": "node test/unit-tests.js"
153   },
154   "version": "3.1.3"
155 }