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
| {
| "_args": [
| [
| "escodegen@2.0.0",
| "/Users/tomas/PAM/PAMapp"
| ]
| ],
| "_development": true,
| "_from": "escodegen@2.0.0",
| "_id": "escodegen@2.0.0",
| "_inBundle": false,
| "_integrity": "sha512-mmHKys/C8BFUGI+MAWNcSYoORYLMdPzjrknd2Vc+bUsjN5bXcr8EhrNB+UTqfL1y3I9c4fw2ihgtMPQLBRiQxw==",
| "_location": "/escodegen",
| "_phantomChildren": {},
| "_requested": {
| "type": "version",
| "registry": true,
| "raw": "escodegen@2.0.0",
| "name": "escodegen",
| "escapedName": "escodegen",
| "rawSpec": "2.0.0",
| "saveSpec": null,
| "fetchSpec": "2.0.0"
| },
| "_requiredBy": [
| "/jsdom"
| ],
| "_resolved": "https://registry.npmjs.org/escodegen/-/escodegen-2.0.0.tgz",
| "_spec": "2.0.0",
| "_where": "/Users/tomas/PAM/PAMapp",
| "bin": {
| "esgenerate": "bin/esgenerate.js",
| "escodegen": "bin/escodegen.js"
| },
| "bugs": {
| "url": "https://github.com/estools/escodegen/issues"
| },
| "dependencies": {
| "esprima": "^4.0.1",
| "estraverse": "^5.2.0",
| "esutils": "^2.0.2",
| "optionator": "^0.8.1",
| "source-map": "~0.6.1"
| },
| "description": "ECMAScript code generator",
| "devDependencies": {
| "acorn": "^7.3.1",
| "bluebird": "^3.4.7",
| "bower-registry-client": "^1.0.0",
| "chai": "^4.2.0",
| "chai-exclude": "^2.0.2",
| "commonjs-everywhere": "^0.9.7",
| "gulp": "^3.8.10",
| "gulp-eslint": "^3.0.1",
| "gulp-mocha": "^3.0.1",
| "semver": "^5.1.0"
| },
| "engines": {
| "node": ">=6.0"
| },
| "files": [
| "LICENSE.BSD",
| "README.md",
| "bin",
| "escodegen.js",
| "package.json"
| ],
| "homepage": "http://github.com/estools/escodegen",
| "license": "BSD-2-Clause",
| "main": "escodegen.js",
| "maintainers": [
| {
| "name": "Yusuke Suzuki",
| "email": "utatane.tea@gmail.com",
| "url": "http://github.com/Constellation"
| }
| ],
| "name": "escodegen",
| "optionalDependencies": {
| "source-map": "~0.6.1"
| },
| "repository": {
| "type": "git",
| "url": "git+ssh://git@github.com/estools/escodegen.git"
| },
| "scripts": {
| "build": "cjsify -a path: tools/entry-point.js > escodegen.browser.js",
| "build-min": "cjsify -ma path: tools/entry-point.js > escodegen.browser.min.js",
| "lint": "gulp lint",
| "release": "node tools/release.js",
| "test": "gulp travis",
| "unit-test": "gulp test"
| },
| "version": "2.0.0"
| }
|
|