forked from jamesshore/lets_code_javascript
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
96 lines (96 loc) · 2.23 KB
/
package.json
File metadata and controls
96 lines (96 loc) · 2.23 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
{
"_args": [
[
"deps-sort@^2.0.0",
"/Users/jshore/Documents/Projects/weewikipaint/node_modules/browserify"
]
],
"_from": "deps-sort@>=2.0.0 <3.0.0",
"_id": "[email protected]",
"_inCache": true,
"_location": "/deps-sort",
"_nodeVersion": "4.1.2",
"_npmUser": {
"email": "[email protected]",
"name": "zertosh"
},
"_npmVersion": "2.14.4",
"_phantomChildren": {},
"_requested": {
"name": "deps-sort",
"raw": "deps-sort@^2.0.0",
"rawSpec": "^2.0.0",
"scope": null,
"spec": ">=2.0.0 <3.0.0",
"type": "range"
},
"_requiredBy": [
"/browserify"
],
"_resolved": "https://registry.npmjs.org/deps-sort/-/deps-sort-2.0.0.tgz",
"_shasum": "091724902e84658260eb910748cccd1af6e21fb5",
"_shrinkwrap": null,
"_spec": "deps-sort@^2.0.0",
"_where": "/Users/jshore/Documents/Projects/weewikipaint/node_modules/browserify",
"author": {
"email": "[email protected]",
"name": "James Halliday",
"url": "http://substack.net"
},
"bin": {
"deps-sort": "bin/cmd.js"
},
"bugs": {
"url": "https://github.com/substack/deps-sort/issues"
},
"dependencies": {
"JSONStream": "^1.0.3",
"shasum": "^1.0.0",
"subarg": "^1.0.0",
"through2": "^2.0.0"
},
"description": "sort module-deps output for deterministic browserify bundles",
"devDependencies": {
"tap": "^2.2.0"
},
"directories": {},
"dist": {
"shasum": "091724902e84658260eb910748cccd1af6e21fb5",
"tarball": "http://registry.npmjs.org/deps-sort/-/deps-sort-2.0.0.tgz"
},
"gitHead": "dfbda1ac04b03cb694991b93e7f961011403771c",
"homepage": "https://github.com/substack/deps-sort",
"installable": true,
"keywords": [
"browser",
"browser-pack",
"browserify",
"dependency",
"determinism",
"graph",
"module-deps",
"sorted"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"name": "substack",
"email": "[email protected]"
},
{
"name": "zertosh",
"email": "[email protected]"
}
],
"name": "deps-sort",
"optionalDependencies": {},
"repository": {
"type": "git",
"url": "git://github.com/substack/deps-sort.git"
},
"scripts": {
"test": "tap test/*.js"
},
"version": "2.0.0"
}