Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
80529 views
1
{
2
"name": "syntax-error",
3
"version": "1.1.4",
4
"description": "detect and report syntax errors in source code strings",
5
"main": "index.js",
6
"dependencies": {
7
"acorn": "^1.0.3"
8
},
9
"devDependencies": {
10
"tap": "^1.1.0"
11
},
12
"scripts": {
13
"test": "tap test/*.js"
14
},
15
"repository": {
16
"type": "git",
17
"url": "git://github.com/substack/node-syntax-error.git"
18
},
19
"homepage": "https://github.com/substack/node-syntax-error",
20
"keywords": [
21
"syntax",
22
"error",
23
"esprima",
24
"stack",
25
"line",
26
"column"
27
],
28
"author": {
29
"name": "James Halliday",
30
"email": "[email protected]",
31
"url": "http://substack.net"
32
},
33
"license": "MIT",
34
"engine": {
35
"node": ">=0.6"
36
},
37
"gitHead": "a0aa102490a79ad9d38b4d5f43c4c2d6410598f1",
38
"bugs": {
39
"url": "https://github.com/substack/node-syntax-error/issues"
40
},
41
"_id": "[email protected]",
42
"_shasum": "1ad035e1b4f72fe16186510ac24f055c48002f6d",
43
"_from": "syntax-error@>=1.1.1 <2.0.0",
44
"_npmVersion": "2.10.1",
45
"_nodeVersion": "0.10.38",
46
"_npmUser": {
47
"name": "zertosh",
48
"email": "[email protected]"
49
},
50
"maintainers": [
51
{
52
"name": "substack",
53
"email": "[email protected]"
54
},
55
{
56
"name": "zertosh",
57
"email": "[email protected]"
58
}
59
],
60
"dist": {
61
"shasum": "1ad035e1b4f72fe16186510ac24f055c48002f6d",
62
"tarball": "http://registry.npmjs.org/syntax-error/-/syntax-error-1.1.4.tgz"
63
},
64
"directories": {},
65
"_resolved": "https://registry.npmjs.org/syntax-error/-/syntax-error-1.1.4.tgz",
66
"readme": "ERROR: No README data found!"
67
}
68
69