package.json
1.7 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
{
"_from": "fsevents@^1.2.7",
"_id": "fsevents@1.2.13",
"_inBundle": false,
"_integrity": "sha512-oWb1Z6mkHIskLzEJ/XWX0srkpkTQ7vaopMQkyaEIoq0fmtFVxOthb8cCxeT+p3ynTdkk/RZwbgG4brR5BeWECw==",
"_location": "/fsevents",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "fsevents@^1.2.7",
"name": "fsevents",
"escapedName": "fsevents",
"rawSpec": "^1.2.7",
"saveSpec": null,
"fetchSpec": "^1.2.7"
},
"_requiredBy": [
"/chokidar"
],
"_resolved": "https://registry.npmjs.org/fsevents/-/fsevents-1.2.13.tgz",
"_shasum": "f325cb0455592428bcf11b383370ef70e3bfcc38",
"_spec": "fsevents@^1.2.7",
"_where": "/Users/noblyan/Desktop/4_2/캡스톤디자인II/2017110267/Project/node_modules/chokidar",
"author": {
"name": "Philipp Dunkel",
"email": "pip@pipobscure.com"
},
"bugs": {
"url": "https://github.com/strongloop/fsevents/issues"
},
"bundleDependencies": false,
"dependencies": {
"bindings": "^1.5.0",
"nan": "^2.12.1"
},
"deprecated": "fsevents 1 will break on node v14+ and could be using insecure binaries. Upgrade to fsevents 2.",
"description": "Native Access to Mac OS-X FSEvents",
"engines": {
"node": ">= 4.0"
},
"homepage": "https://github.com/strongloop/fsevents",
"keywords": [
"fsevents",
"mac"
],
"license": "MIT",
"main": "fsevents.js",
"name": "fsevents",
"os": [
"darwin"
],
"repository": {
"type": "git",
"url": "git+https://github.com/strongloop/fsevents.git"
},
"scripts": {
"install": "node install.js",
"test": "node ./test/fsevents.js && node ./test/function.js 2> /dev/null"
},
"version": "1.2.13"
}