package.json
2.73 KB
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
{
"_args": [
[
"constantinople@^3.0.1",
"/root/nodejs/myapp/node_modules/pug-code-gen"
]
],
"_from": "constantinople@>=3.0.1 <4.0.0",
"_hasShrinkwrap": false,
"_id": "constantinople@3.1.2",
"_inCache": true,
"_installable": true,
"_location": "/constantinople",
"_nodeVersion": "8.9.1",
"_npmOperationalInternal": {
"host": "s3://npm-registry-packages",
"tmp": "tmp/constantinople_3.1.2_1518220013631_0.12338593752898475"
},
"_npmUser": {
"email": "forbes@lindesay.co.uk",
"name": "forbeslindesay"
},
"_npmVersion": "5.6.0",
"_phantomChildren": {},
"_requested": {
"name": "constantinople",
"raw": "constantinople@^3.0.1",
"rawSpec": "^3.0.1",
"scope": null,
"spec": ">=3.0.1 <4.0.0",
"type": "range"
},
"_requiredBy": [
"/pug-attrs",
"/pug-code-gen",
"/pug-filters"
],
"_resolved": "https://registry.npmjs.org/constantinople/-/constantinople-3.1.2.tgz",
"_shasum": "d45ed724f57d3d10500017a7d3a889c1381ae647",
"_shrinkwrap": null,
"_spec": "constantinople@^3.0.1",
"_where": "/root/nodejs/myapp/node_modules/pug-code-gen",
"author": {
"name": "ForbesLindesay"
},
"bugs": {
"url": "https://github.com/ForbesLindesay/constantinople/issues"
},
"dependencies": {
"@types/babel-types": "^7.0.0",
"@types/babylon": "^6.16.2",
"babel-types": "^6.26.0",
"babylon": "^6.18.0"
},
"description": "Determine whether a JavaScript expression evaluates to a constant (using acorn)",
"devDependencies": {
"@types/node": "^9.4.4",
"mocha": "*",
"typescript": "^2.7.1"
},
"directories": {},
"dist": {
"fileCount": 14,
"integrity": "sha512-yePcBqEFhLOqSBtwYOGGS1exHo/s1xjekXiinh4itpNQGCu4KA1euPh1fg07N2wMITZXQkBz75Ntdt1ctGZouw==",
"shasum": "d45ed724f57d3d10500017a7d3a889c1381ae647",
"tarball": "https://registry.npmjs.org/constantinople/-/constantinople-3.1.2.tgz",
"unpackedSize": 34110
},
"gitHead": "8c1e731bd862da48df1158980e3171f689f5b9af",
"homepage": "https://github.com/ForbesLindesay/constantinople#readme",
"keywords": [
"acorn",
"ast",
"tooling"
],
"license": "MIT",
"main": "lib/index.js",
"maintainers": [
{
"name": "forbeslindesay",
"email": "forbes@lindesay.co.uk"
},
{
"name": "timothygu",
"email": "timothygu99@gmail.com"
}
],
"name": "constantinople",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/ForbesLindesay/constantinople.git"
},
"scripts": {
"build": "tsc",
"prepublish": "npm run build",
"pretest": "npm run build",
"test": "mocha -R spec"
},
"types": "lib/index.d.ts",
"version": "3.1.2"
}