package.json 1.7 KB
{
  "_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"
}