package.json
1.5 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
{
"_from": "slide@^1.1.5",
"_id": "slide@1.1.6",
"_inBundle": false,
"_integrity": "sha1-VusCfWW00tzmyy4tMsTUr8nh1wc=",
"_location": "/slide",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "slide@^1.1.5",
"name": "slide",
"escapedName": "slide",
"rawSpec": "^1.1.5",
"saveSpec": null,
"fetchSpec": "^1.1.5"
},
"_requiredBy": [
"/write-file-atomic"
],
"_resolved": "https://registry.npmjs.org/slide/-/slide-1.1.6.tgz",
"_shasum": "56eb027d65b4d2dce6cb2e2d32c4d4afc9e1d707",
"_spec": "slide@^1.1.5",
"_where": "C:\\Users\\kyjoon\\Desktop\\거위\\Open_Source_project\\node_modules\\write-file-atomic",
"author": {
"name": "Isaac Z. Schlueter",
"email": "i@izs.me",
"url": "http://blog.izs.me/"
},
"bugs": {
"url": "https://github.com/isaacs/slide-flow-control/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "S. Sriram",
"email": "ssriram@gmail.com",
"url": "http://www.565labs.com"
}
],
"dependencies": {},
"deprecated": false,
"description": "A flow control lib small enough to fit on in a slide presentation. Derived live at Oak.JS",
"devDependencies": {},
"engines": {
"node": "*"
},
"homepage": "https://github.com/isaacs/slide-flow-control#readme",
"license": "ISC",
"main": "./lib/slide.js",
"name": "slide",
"repository": {
"type": "git",
"url": "git://github.com/isaacs/slide-flow-control.git"
},
"version": "1.1.6"
}