package.json 1.98 KB
{
  "_args": [
    [
      "fsevents@1.2.4",
      "/Library/WebServer/Documents/mywork/dyitoc"
    ]
  ],
  "_development": true,
  "_from": "fsevents@1.2.4",
  "_id": "fsevents@1.2.4",
  "_inBundle": false,
  "_integrity": "sha1-9B3LGvJYKvNpLaNvxVy9jhBBxCY=",
  "_location": "/fsevents",
  "_optional": true,
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "fsevents@1.2.4",
    "name": "fsevents",
    "escapedName": "fsevents",
    "rawSpec": "1.2.4",
    "saveSpec": null,
    "fetchSpec": "1.2.4"
  },
  "_requiredBy": [
    "/chokidar"
  ],
  "_resolved": "http://registry.npm.taobao.org/fsevents/download/fsevents-1.2.4.tgz",
  "_spec": "1.2.4",
  "_where": "/Library/WebServer/Documents/mywork/dyitoc",
  "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.9.2",
    "node-pre-gyp": "^0.10.0"
  },
  "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.2.4"
}