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.52 KB
/
package.json
File metadata and controls
68 lines (68 loc) · 1.52 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/better-assert"
]
],
"_from": "[email protected]",
"_id": "[email protected]",
"_inCache": true,
"_location": "/callsite",
"_npmUser": {
"email": "[email protected]",
"name": "tjholowaychuk"
},
"_npmVersion": "1.2.2",
"_phantomChildren": {},
"_requested": {
"name": "callsite",
"raw": "[email protected]",
"rawSpec": "1.0.0",
"scope": null,
"spec": "1.0.0",
"type": "version"
},
"_requiredBy": [
"/better-assert"
],
"_resolved": "https://registry.npmjs.org/callsite/-/callsite-1.0.0.tgz",
"_shasum": "280398e5d664bd74038b6f0905153e6e8af1bc20",
"_shrinkwrap": null,
"_spec": "[email protected]",
"_where": "/Users/jshore/Documents/Projects/weewikipaint/node_modules/better-assert",
"author": {
"email": "[email protected]",
"name": "TJ Holowaychuk"
},
"dependencies": {},
"description": "access to v8's CallSites",
"devDependencies": {
"mocha": "*",
"should": "*"
},
"directories": {},
"dist": {
"shasum": "280398e5d664bd74038b6f0905153e6e8af1bc20",
"tarball": "http://registry.npmjs.org/callsite/-/callsite-1.0.0.tgz"
},
"engines": {
"node": "*"
},
"installable": true,
"keywords": [
"line",
"stack",
"trace"
],
"main": "index",
"maintainers": [
{
"name": "tjholowaychuk",
"email": "[email protected]"
}
],
"name": "callsite",
"optionalDependencies": {},
"version": "1.0.0"
}