Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
81164 views
1
{
2
"author": {
3
"name": "Ben Newman",
4
"email": "[email protected]"
5
},
6
"name": "install",
7
"description": "Minimal JavaScript module loader",
8
"keywords": [
9
"modules",
10
"require",
11
"commonjs",
12
"exports",
13
"browser",
14
"packaging",
15
"packager",
16
"install"
17
],
18
"version": "0.1.8",
19
"homepage": "http://github.com/benjamn/install",
20
"repository": {
21
"type": "git",
22
"url": "git://github.com/benjamn/install.git"
23
},
24
"main": "main.js",
25
"scripts": {
26
"test": "mocha test/run.js"
27
},
28
"devDependencies": {
29
"mocha": "~2.0.1"
30
},
31
"engines": {
32
"node": ">= 0.6"
33
},
34
"gitHead": "7dc68c0d65461c197a018c2a7a9d3ec6ac771ff7",
35
"bugs": {
36
"url": "https://github.com/benjamn/install/issues"
37
},
38
"_id": "[email protected]",
39
"_shasum": "9980ef93e30dfb534778d163bc86ddd472ad5fe8",
40
"_from": "install@>=0.1.7 <0.2.0",
41
"_npmVersion": "1.4.28",
42
"_npmUser": {
43
"name": "benjamn",
44
"email": "[email protected]"
45
},
46
"maintainers": [
47
{
48
"name": "benjamn",
49
"email": "[email protected]"
50
}
51
],
52
"dist": {
53
"shasum": "9980ef93e30dfb534778d163bc86ddd472ad5fe8",
54
"tarball": "http://registry.npmjs.org/install/-/install-0.1.8.tgz"
55
},
56
"directories": {},
57
"_resolved": "https://registry.npmjs.org/install/-/install-0.1.8.tgz"
58
}
59
60