aboutsummaryrefslogtreecommitdiffstats
path: root/vnfmarket/src/main/webapp/vnfmarket/node_modules/esprima/package.json
blob: ad29ff52c21cc23a12f196fb99893ce7c5afe48e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
{
  "_args": [
    [
      {
        "raw": "esprima@1.2.x",
        "scope": null,
        "escapedName": "esprima",
        "name": "esprima",
        "rawSpec": "1.2.x",
        "spec": ">=1.2.0 <1.3.0",
        "type": "range"
      },
      "C:\\apache-tomcat-8.5.11\\webapps\\vnfmarket\\node_modules\\ibrik"
    ]
  ],
  "_from": "esprima@>=1.2.0 <1.3.0",
  "_id": "esprima@1.2.5",
  "_inCache": true,
  "_location": "/esprima",
  "_nodeVersion": "0.12.0",
  "_npmUser": {
    "name": "ariya",
    "email": "ariya.hidayat@gmail.com"
  },
  "_npmVersion": "2.5.1",
  "_phantomChildren": {},
  "_requested": {
    "raw": "esprima@1.2.x",
    "scope": null,
    "escapedName": "esprima",
    "name": "esprima",
    "rawSpec": "1.2.x",
    "spec": ">=1.2.0 <1.3.0",
    "type": "range"
  },
  "_requiredBy": [
    "/escodegen",
    "/ibrik"
  ],
  "_resolved": "https://registry.npmjs.org/esprima/-/esprima-1.2.5.tgz",
  "_shasum": "0993502feaf668138325756f30f9a51feeec11e9",
  "_shrinkwrap": null,
  "_spec": "esprima@1.2.x",
  "_where": "C:\\apache-tomcat-8.5.11\\webapps\\vnfmarket\\node_modules\\ibrik",
  "author": {
    "name": "Ariya Hidayat",
    "email": "ariya.hidayat@gmail.com"
  },
  "bin": {
    "esparse": "./bin/esparse.js",
    "esvalidate": "./bin/esvalidate.js"
  },
  "bugs": {
    "url": "http://issues.esprima.org"
  },
  "dependencies": {},
  "description": "ECMAScript parsing infrastructure for multipurpose analysis",
  "devDependencies": {
    "complexity-report": "~0.6.1",
    "eslint": "~0.4.3",
    "istanbul": "~0.2.6",
    "jscs": "~1.2.4",
    "jslint": "~0.1.9",
    "json-diff": "~0.3.1",
    "optimist": "~0.6.0",
    "regenerate": "~0.5.4",
    "unicode-6.3.0": "~0.1.0"
  },
  "directories": {},
  "dist": {
    "shasum": "0993502feaf668138325756f30f9a51feeec11e9",
    "tarball": "https://registry.npmjs.org/esprima/-/esprima-1.2.5.tgz"
  },
  "engines": {
    "node": ">=0.4.0"
  },
  "files": [
    "bin",
    "test/run.js",
    "test/runner.js",
    "test/test.js",
    "test/compat.js",
    "test/reflect.js",
    "esprima.js"
  ],
  "gitHead": "d3e376f04f096cb07f6b9fad0b44e9b6054f0582",
  "homepage": "http://esprima.org",
  "keywords": [
    "ast",
    "ecmascript",
    "javascript",
    "parser",
    "syntax"
  ],
  "licenses": [
    {
      "type": "BSD",
      "url": "http://github.com/ariya/esprima/raw/master/LICENSE.BSD"
    }
  ],
  "main": "esprima.js",
  "maintainers": [
    {
      "name": "ariya",
      "email": "ariya.hidayat@gmail.com"
    }
  ],
  "name": "esprima",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/ariya/esprima.git"
  },
  "scripts": {
    "analyze-complexity": "node tools/list-complexity.js",
    "analyze-coverage": "node node_modules/istanbul/lib/cli.js cover test/runner.js",
    "benchmark": "node test/benchmarks.js",
    "benchmark-quick": "node test/benchmarks.js quick",
    "check-complexity": "node node_modules/complexity-report/src/cli.js --maxcc 14 --silent -l -w esprima.js",
    "check-coverage": "node node_modules/istanbul/lib/cli.js check-coverage --statement 100 --branch 100 --function 100",
    "check-version": "node tools/check-version.js",
    "complexity": "npm run-script analyze-complexity && npm run-script check-complexity",
    "coverage": "npm run-script analyze-coverage && npm run-script check-coverage",
    "eslint": "node node_modules/eslint/bin/eslint.js esprima.js",
    "generate-regex": "node tools/generate-identifier-regex.js",
    "jscs": "node node_modules/jscs/bin/jscs esprima.js",
    "jslint": "echo Skipping JSLint",
    "lint": "npm run-script check-version && npm run-script eslint && npm run-script jscs && npm run-script jslint",
    "test": "npm run-script lint && node test/run.js && npm run-script coverage && npm run-script complexity"
  },
  "version": "1.2.5"
}