Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
80709 views
1
{
2
"name": "umd",
3
"version": "2.1.0",
4
"description": "Universal Module Definition for use in automated build systems",
5
"bin": {
6
"umd": "./bin/cli.js"
7
},
8
"dependencies": {
9
"rfile": "~1.0.0",
10
"ruglify": "~1.0.0",
11
"through": "~2.3.4",
12
"uglify-js": "~2.4.0"
13
},
14
"devDependencies": {
15
"linify": "~1.0.1",
16
"mocha": "*"
17
},
18
"scripts": {
19
"test": "mocha -R spec",
20
"prepublish": "linify transform bin"
21
},
22
"repository": {
23
"type": "git",
24
"url": "https://github.com/ForbesLindesay/umd.git"
25
},
26
"author": {
27
"name": "ForbesLindesay"
28
},
29
"license": "MIT",
30
"bugs": {
31
"url": "https://github.com/ForbesLindesay/umd/issues"
32
},
33
"homepage": "https://github.com/ForbesLindesay/umd",
34
"_id": "[email protected]",
35
"dist": {
36
"shasum": "4a6307b762f17f02d201b5fa154e673396c263cf",
37
"tarball": "http://registry.npmjs.org/umd/-/umd-2.1.0.tgz"
38
},
39
"_from": "umd@>=2.1.0 <2.2.0",
40
"_npmVersion": "1.3.21",
41
"_npmUser": {
42
"name": "forbeslindesay",
43
"email": "[email protected]"
44
},
45
"maintainers": [
46
{
47
"name": "forbeslindesay",
48
"email": "[email protected]"
49
}
50
],
51
"directories": {},
52
"_shasum": "4a6307b762f17f02d201b5fa154e673396c263cf",
53
"_resolved": "https://registry.npmjs.org/umd/-/umd-2.1.0.tgz"
54
}
55
56