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
67 lines (67 loc) · 1.64 KB
/
package.json
File metadata and controls
67 lines (67 loc) · 1.64 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
{
"_args": [
[
"/Users/jshore/Documents/Projects/weewikipaint/node_modules/engine.io"
]
],
"_defaultsLoaded": true,
"_engineSupported": true,
"_from": "[email protected]",
"_id": "[email protected]",
"_inCache": true,
"_location": "/base64id",
"_nodeVersion": "v0.6.15",
"_npmUser": {
"email": "[email protected]",
"name": "faeldt_kristian"
},
"_npmVersion": "1.1.16",
"_phantomChildren": {},
"_requested": {
"name": "base64id",
"raw": "[email protected]",
"rawSpec": "0.1.0",
"scope": null,
"spec": "0.1.0",
"type": "version"
},
"_requiredBy": [
"/engine.io"
],
"_resolved": "https://registry.npmjs.org/base64id/-/base64id-0.1.0.tgz",
"_shasum": "02ce0fdeee0cef4f40080e1e73e834f0b1bfce3f",
"_shrinkwrap": null,
"_spec": "[email protected]",
"_where": "/Users/jshore/Documents/Projects/weewikipaint/node_modules/engine.io",
"author": {
"email": "[email protected]",
"name": "Kristian Faeldt"
},
"dependencies": {},
"description": "Generates a base64 id",
"devDependencies": {},
"directories": {},
"dist": {
"shasum": "02ce0fdeee0cef4f40080e1e73e834f0b1bfce3f",
"tarball": "http://registry.npmjs.org/base64id/-/base64id-0.1.0.tgz"
},
"engines": {
"node": ">= 0.4.0"
},
"installable": true,
"main": "./lib/base64id.js",
"maintainers": [
{
"name": "faeldt_kristian",
"email": "[email protected]"
}
],
"name": "base64id",
"optionalDependencies": {},
"repository": {
"type": "git",
"url": "git://github.com/faeldt/base64id.git"
},
"version": "0.1.0"
}