package.json
3.26 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
{
"_args": [
[
{
"raw": "fsevents@^1.0.0",
"scope": null,
"escapedName": "fsevents",
"name": "fsevents",
"rawSpec": "^1.0.0",
"spec": ">=1.0.0 <2.0.0",
"type": "range"
},
"/Users/kanghyeontae/IdeaProjects/YTMT/node_modules/chokidar"
]
],
"_from": "fsevents@>=1.0.0 <2.0.0",
"_id": "fsevents@1.1.3",
"_inCache": true,
"_location": "/fsevents",
"_nodeVersion": "6.10.2",
"_npmOperationalInternal": {
"host": "s3://npm-registry-packages",
"tmp": "tmp/fsevents-1.1.3.tgz_1510352601952_0.36498259752988815"
},
"_npmUser": {
"name": "es128",
"email": "elan.shanker+npm@gmail.com"
},
"_npmVersion": "5.0.1",
"_phantomChildren": {},
"_requested": {
"raw": "fsevents@^1.0.0",
"scope": null,
"escapedName": "fsevents",
"name": "fsevents",
"rawSpec": "^1.0.0",
"spec": ">=1.0.0 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/chokidar"
],
"_resolved": "https://registry.npmjs.org/fsevents/-/fsevents-1.1.3.tgz",
"_shasum": "11f82318f5fe7bb2cd22965a108e9306208216d8",
"_shrinkwrap": null,
"_spec": "fsevents@^1.0.0",
"_where": "/Users/kanghyeontae/IdeaProjects/YTMT/node_modules/chokidar",
"author": {
"name": "Philipp Dunkel",
"email": "pip@pipobscure.com"
},
"binary": {
"module_name": "fse",
"module_path": "./lib/binding/{configuration}/{node_abi}-{platform}-{arch}/",
"remote_path": "./v{version}/",
"package_name": "{module_name}-v{version}-{node_abi}-{platform}-{arch}.tar.gz",
"host": "https://fsevents-binaries.s3-us-west-2.amazonaws.com"
},
"bugs": {
"url": "https://github.com/strongloop/fsevents/issues"
},
"bundleDependencies": [
"node-pre-gyp"
],
"dependencies": {
"nan": "^2.3.0",
"node-pre-gyp": "^0.6.39"
},
"description": "Native Access to Mac OS-X FSEvents",
"devDependencies": {
"tap": "~0.4.8"
},
"directories": {},
"dist": {
"integrity": "sha512-WIr7iDkdmdbxu/Gh6eKEZJL6KPE74/5MEsf2whTOFNxbIoIixogroLdKYqB6FDav4Wavh/lZdzzd3b2KxIXC5Q==",
"shasum": "11f82318f5fe7bb2cd22965a108e9306208216d8",
"tarball": "https://registry.npmjs.org/fsevents/-/fsevents-1.1.3.tgz"
},
"engines": {
"node": ">=0.8.0"
},
"gitHead": "771928af74aee89801875d1158eb568562f30f16",
"homepage": "https://github.com/strongloop/fsevents",
"keywords": [
"fsevents",
"mac"
],
"license": "MIT",
"main": "fsevents.js",
"maintainers": [
{
"name": "es128",
"email": "elan.shanker+npm@gmail.com"
},
{
"name": "bnoordhuis",
"email": "info@bnoordhuis.nl"
},
{
"name": "pipobscure",
"email": "pip@pipobscure.com"
},
{
"name": "strongloop",
"email": "strngops@us.ibm.com"
},
{
"name": "bajtos",
"email": "mbajtoss@gmail.com"
}
],
"name": "fsevents",
"optionalDependencies": {},
"os": [
"darwin"
],
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/strongloop/fsevents.git"
},
"scripts": {
"install": "node install",
"node-pre-gyp": "node-pre-gyp",
"prepublish": "if [ $(npm -v | head -c 1) -lt 3 ]; then exit 1; fi && npm dedupe",
"test": "tap ./test"
},
"version": "1.1.3"
}