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
68 lines (68 loc) · 1.65 KB
/
package.json
File metadata and controls
68 lines (68 loc) · 1.65 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
{
"_args": [
[
"/Users/jshore/Documents/Projects/weewikipaint/node_modules/engine.io-parser"
]
],
"_from": "[email protected]",
"_id": "[email protected]",
"_inCache": true,
"_location": "/blob",
"_npmUser": {
"email": "[email protected]",
"name": "rase-"
},
"_npmVersion": "1.4.6",
"_phantomChildren": {},
"_requested": {
"name": "blob",
"raw": "[email protected]",
"rawSpec": "0.0.4",
"scope": null,
"spec": "0.0.4",
"type": "version"
},
"_requiredBy": [
"/engine.io-parser"
],
"_resolved": "https://registry.npmjs.org/blob/-/blob-0.0.4.tgz",
"_shasum": "bcf13052ca54463f30f9fc7e95b9a47630a94921",
"_shrinkwrap": null,
"_spec": "[email protected]",
"_where": "/Users/jshore/Documents/Projects/weewikipaint/node_modules/engine.io-parser",
"bugs": {
"url": "https://github.com/rase-/blob/issues"
},
"dependencies": {},
"description": "Abstracts out Blob and uses BlobBulder in cases where it is supported with any vendor prefix.",
"devDependencies": {
"browserify": "3.30.1",
"expect.js": "0.2.0",
"mocha": "1.17.1",
"zuul": "1.5.4"
},
"directories": {},
"dist": {
"shasum": "bcf13052ca54463f30f9fc7e95b9a47630a94921",
"tarball": "http://registry.npmjs.org/blob/-/blob-0.0.4.tgz"
},
"homepage": "https://github.com/rase-/blob",
"installable": true,
"maintainers": [
{
"name": "rase-",
"email": "[email protected]"
}
],
"name": "blob",
"optionalDependencies": {},
"repository": {
"type": "git",
"url": "[email protected]:rase-/blob.git"
},
"scripts": {
"test": "make test"
},
"version": "0.0.4"
}