Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
80575 views
1
{
2
"name": "esutils",
3
"description": "utility box for ECMAScript language tools",
4
"homepage": "https://github.com/Constellation/esutils",
5
"main": "lib/utils.js",
6
"version": "1.1.6",
7
"engines": {
8
"node": ">=0.10.0"
9
},
10
"directories": {
11
"lib": "./lib"
12
},
13
"files": [
14
"LICENSE.BSD",
15
"README.md",
16
"lib"
17
],
18
"maintainers": [
19
{
20
"name": "constellation",
21
"email": "[email protected]"
22
}
23
],
24
"repository": {
25
"type": "git",
26
"url": "git+ssh://[email protected]/Constellation/esutils.git"
27
},
28
"devDependencies": {
29
"mocha": "~1.12.0",
30
"chai": "~1.7.2",
31
"jshint": "2.1.5",
32
"coffee-script": "~1.6.3",
33
"unicode-6.3.0": "~0.1.1",
34
"regenerate": "~0.5.4"
35
},
36
"licenses": [
37
{
38
"type": "BSD",
39
"url": "http://github.com/Constellation/esutils/raw/master/LICENSE.BSD"
40
}
41
],
42
"scripts": {
43
"test": "npm run-script lint && npm run-script unit-test",
44
"lint": "jshint lib/*.js",
45
"unit-test": "mocha --compilers coffee:coffee-script -R spec",
46
"generate-regex": "node tools/generate-identifier-regex.js"
47
},
48
"gitHead": "a91c5ed6199d1019ef071f610848fcd5103ef153",
49
"bugs": {
50
"url": "https://github.com/Constellation/esutils/issues"
51
},
52
"_id": "[email protected]",
53
"_shasum": "c01ccaa9ae4b897c6d0c3e210ae52f3c7a844375",
54
"_from": "esutils@>=1.1.6 <2.0.0",
55
"_npmVersion": "2.0.0-alpha-5",
56
"_npmUser": {
57
"name": "constellation",
58
"email": "[email protected]"
59
},
60
"dist": {
61
"shasum": "c01ccaa9ae4b897c6d0c3e210ae52f3c7a844375",
62
"tarball": "http://registry.npmjs.org/esutils/-/esutils-1.1.6.tgz"
63
},
64
"_resolved": "https://registry.npmjs.org/esutils/-/esutils-1.1.6.tgz",
65
"readme": "ERROR: No README data found!"
66
}
67
68