package.json
2.0 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
{
"_from": "fsevents@^1.0.0",
"_id": "fsevents@1.1.2",
"_inBundle": false,
"_integrity": "sha512-Sn44E5wQW4bTHXvQmvSHwqbuiXtduD6Rrjm2ZtUEGbyrig+nUH3t/QD4M4/ZXViY556TBpRgZkHLDx3JxPwxiw==",
"_location": "/fsevents",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "fsevents@^1.0.0",
"name": "fsevents",
"escapedName": "fsevents",
"rawSpec": "^1.0.0",
"saveSpec": null,
"fetchSpec": "^1.0.0"
},
"_requiredBy": [
"/chokidar"
],
"_resolved": "https://registry.npmjs.org/fsevents/-/fsevents-1.1.2.tgz",
"_shasum": "3282b713fb3ad80ede0e9fcf4611b5aa6fc033f4",
"_spec": "fsevents@^1.0.0",
"_where": "/Users/fzy/project/efang/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.36"
},
"deprecated": false,
"description": "Native Access to Mac OS-X FSEvents",
"devDependencies": {
"tap": "~0.4.8"
},
"engines": {
"node": ">=0.8.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",
"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.2"
}