package.json
1.5 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
{
"_from": "constantinople@^3.0.1",
"_id": "constantinople@3.1.0",
"_inBundle": false,
"_integrity": "sha1-dWnKqKo/jVk11i4fqW+fcCzYHHk=",
"_location": "/constantinople",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "constantinople@^3.0.1",
"name": "constantinople",
"escapedName": "constantinople",
"rawSpec": "^3.0.1",
"saveSpec": null,
"fetchSpec": "^3.0.1"
},
"_requiredBy": [
"/pug-attrs",
"/pug-code-gen",
"/pug-filters"
],
"_resolved": "https://registry.npmjs.org/constantinople/-/constantinople-3.1.0.tgz",
"_shasum": "7569caa8aa3f8d5935d62e1fa96f9f702cd81c79",
"_spec": "constantinople@^3.0.1",
"_where": "/Users/fzy/project/efang/node_modules/pug-code-gen",
"author": {
"name": "ForbesLindesay"
},
"bugs": {
"url": "https://github.com/ForbesLindesay/constantinople/issues"
},
"bundleDependencies": false,
"dependencies": {
"acorn": "^3.1.0",
"is-expression": "^2.0.1"
},
"deprecated": false,
"description": "Determine whether a JavaScript expression evaluates to a constant (using acorn)",
"devDependencies": {
"mocha": "*"
},
"homepage": "https://github.com/ForbesLindesay/constantinople#readme",
"keywords": [
"acorn",
"ast",
"tooling"
],
"license": "MIT",
"name": "constantinople",
"repository": {
"type": "git",
"url": "git+https://github.com/ForbesLindesay/constantinople.git"
},
"scripts": {
"test": "mocha -R spec"
},
"version": "3.1.0"
}