123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263 |
- {
- "_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.npmmirror.com/fsevents/-/fsevents-1.2.13.tgz",
- "_shasum": "f325cb0455592428bcf11b383370ef70e3bfcc38",
- "_spec": "fsevents@^1.2.7",
- "_where": "/Users/chenpengming/代码/微纳园管理端/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": "The v1 package contains DANGEROUS / INSECURE binaries. Upgrade to safe fsevents v2",
- "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"
- }
|