You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
93 lines
2.1 KiB
93 lines
2.1 KiB
{
|
|
"_args": [
|
|
[
|
|
"fsevents@2.1.3",
|
|
"/Users/linhuakun/Downloads/nodejs/codewhy"
|
|
]
|
|
],
|
|
"_development": true,
|
|
"_from": "fsevents@2.1.3",
|
|
"_id": "fsevents@2.1.3",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-+3OHA66NL5/pAMM4Nt3r7ouX8j4=",
|
|
"_location": "/fsevents",
|
|
"_optional": true,
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "fsevents@2.1.3",
|
|
"name": "fsevents",
|
|
"escapedName": "fsevents",
|
|
"rawSpec": "2.1.3",
|
|
"saveSpec": null,
|
|
"fetchSpec": "2.1.3"
|
|
},
|
|
"_requiredBy": [
|
|
"/chokidar"
|
|
],
|
|
"_resolved": "https://registry.npm.taobao.org/fsevents/download/fsevents-2.1.3.tgz",
|
|
"_spec": "2.1.3",
|
|
"_where": "/Users/linhuakun/Downloads/nodejs/codewhy",
|
|
"bugs": {
|
|
"url": "https://github.com/fsevents/fsevents/issues"
|
|
},
|
|
"contributors": [
|
|
{
|
|
"name": "Philipp Dunkel",
|
|
"email": "pip@pipobscure.com"
|
|
},
|
|
{
|
|
"name": "Ben Noordhuis",
|
|
"email": "info@bnoordhuis.nl"
|
|
},
|
|
{
|
|
"name": "Elan Shankar",
|
|
"email": "elan.shanker@gmail.com"
|
|
},
|
|
{
|
|
"name": "Miroslav Bajtoš",
|
|
"email": "mbajtoss@gmail.com"
|
|
},
|
|
{
|
|
"name": "Paul Miller",
|
|
"url": "https://paulmillr.com"
|
|
}
|
|
],
|
|
"description": "Native Access to MacOS FSEvents",
|
|
"devDependencies": {
|
|
"node-gyp": "^6.1.0"
|
|
},
|
|
"engines": {
|
|
"node": "^8.16.0 || ^10.6.0 || >=11.0.0"
|
|
},
|
|
"files": [
|
|
"fsevents.d.ts",
|
|
"fsevents.js",
|
|
"fsevents.node"
|
|
],
|
|
"homepage": "https://github.com/fsevents/fsevents",
|
|
"keywords": [
|
|
"fsevents",
|
|
"mac"
|
|
],
|
|
"license": "MIT",
|
|
"main": "fsevents.js",
|
|
"name": "fsevents",
|
|
"os": [
|
|
"darwin"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/fsevents/fsevents.git"
|
|
},
|
|
"scripts": {
|
|
"build": "node-gyp clean && rm -f fsevents.node && node-gyp rebuild && node-gyp clean",
|
|
"clean": "node-gyp clean && rm -f fsevents.node",
|
|
"prepublishOnly": "npm run build",
|
|
"test": "/bin/bash ./test.sh 2>/dev/null"
|
|
},
|
|
"types": "fsevents.d.ts",
|
|
"version": "2.1.3"
|
|
}
|