Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
80522 views
1
{
2
"name": "deps-sort",
3
"version": "1.3.9",
4
"description": "sort module-deps output for deterministic browserify bundles",
5
"main": "index.js",
6
"bin": {
7
"deps-sort": "bin/cmd.js"
8
},
9
"dependencies": {
10
"JSONStream": "^1.0.3",
11
"shasum": "^1.0.0",
12
"subarg": "^1.0.0",
13
"through2": "^1.0.0"
14
},
15
"devDependencies": {
16
"tap": "^1.1.0"
17
},
18
"scripts": {
19
"test": "tap test/*.js"
20
},
21
"repository": {
22
"type": "git",
23
"url": "git://github.com/substack/deps-sort.git"
24
},
25
"homepage": "https://github.com/substack/deps-sort",
26
"keywords": [
27
"dependency",
28
"graph",
29
"browser",
30
"browserify",
31
"module-deps",
32
"browser-pack",
33
"sorted",
34
"determinism"
35
],
36
"author": {
37
"name": "James Halliday",
38
"email": "[email protected]",
39
"url": "http://substack.net"
40
},
41
"license": "MIT",
42
"gitHead": "34043da3d9dd4732f975765741127163283f8fcd",
43
"bugs": {
44
"url": "https://github.com/substack/deps-sort/issues"
45
},
46
"_id": "[email protected]",
47
"_shasum": "29dfff53e17b36aecae7530adbbbf622c2ed1a71",
48
"_from": "deps-sort@>=1.3.7 <2.0.0",
49
"_npmVersion": "2.10.1",
50
"_nodeVersion": "0.10.38",
51
"_npmUser": {
52
"name": "zertosh",
53
"email": "[email protected]"
54
},
55
"maintainers": [
56
{
57
"name": "substack",
58
"email": "[email protected]"
59
},
60
{
61
"name": "zertosh",
62
"email": "[email protected]"
63
}
64
],
65
"dist": {
66
"shasum": "29dfff53e17b36aecae7530adbbbf622c2ed1a71",
67
"tarball": "http://registry.npmjs.org/deps-sort/-/deps-sort-1.3.9.tgz"
68
},
69
"directories": {},
70
"_resolved": "https://registry.npmjs.org/deps-sort/-/deps-sort-1.3.9.tgz",
71
"readme": "ERROR: No README data found!"
72
}
73
74