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": "is-expression@^2.0.1",
"_id": "is-expression@2.1.0",
"_inBundle": false,
"_integrity": "sha1-kb6dR968/vB3l36XIr5tz7RGXvA=",
"_location": "/is-expression",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "is-expression@^2.0.1",
"name": "is-expression",
"escapedName": "is-expression",
"rawSpec": "^2.0.1",
"saveSpec": null,
"fetchSpec": "^2.0.1"
},
"_requiredBy": [
"/constantinople"
],
"_resolved": "https://registry.npmjs.org/is-expression/-/is-expression-2.1.0.tgz",
"_shasum": "91be9d47debcfef077977e9722be6dcfb4465ef0",
"_spec": "is-expression@^2.0.1",
"_where": "/Users/fzy/project/efang/node_modules/constantinople",
"author": {
"name": "Timothy Gu",
"email": "timothygu99@gmail.com"
},
"bugs": {
"url": "https://github.com/pugjs/is-expression/issues"
},
"bundleDependencies": false,
"dependencies": {
"acorn": "~3.3.0",
"object-assign": "^4.0.1"
},
"deprecated": false,
"description": "Check if a string is a valid JavaScript expression",
"devDependencies": {
"istanbul": "*",
"testit": "^2.0.2"
},
"homepage": "https://github.com/pugjs/is-expression#readme",
"keywords": [
"javascript",
"expression"
],
"license": "MIT",
"name": "is-expression",
"repository": {
"type": "git",
"url": "git+https://github.com/pugjs/is-expression.git"
},
"scripts": {
"coverage": "istanbul cover test.js",
"test": "node test && npm run coverage"
},
"version": "2.1.0"
}