UNPKG

owltech

Version:
74 lines (73 loc) 2.05 kB
{ "_from": "fsevents@^1.2.7", "_id": "fsevents@1.2.8", "_inBundle": false, "_integrity": "sha512-tPvHgPGB7m40CZ68xqFGkKuzN+RnpGmSV+hgeKxhRpbxdqKXUFJGC3yonBOLzQBcJyGpdZFDfCsdOC2KFsXzeA==", "_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.8.tgz", "_shasum": "57ea5320f762cd4696e5e8e87120eccc8b11cacf", "_spec": "fsevents@^1.2.7", "_where": "/Users/carlosandresperez/Projects/Web/OwlTech/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.12.1", "node-pre-gyp": "^0.12.0" }, "deprecated": false, "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", "node-pre-gyp": "node-pre-gyp", "prepublish": "if [ $(npm -v | head -c 1) -lt 3 ]; then exit 1; fi && npm dedupe", "test": "node ./test/fsevents.js && node ./test/function.js 2> /dev/null" }, "version": "1.2.8" }