UNPKG

lml-main

Version:

This is now a mono repository published into many standalone packages.

84 lines (83 loc) 2.12 kB
{ "_args": [ [ "fsevents@1.1.3", "/Users/robert/Code/core-ui/packages/cosmo-ui-build" ] ], "_from": "fsevents@1.1.3", "_id": "fsevents@1.1.3", "_inBundle": false, "_integrity": "sha512-WIr7iDkdmdbxu/Gh6eKEZJL6KPE74/5MEsf2whTOFNxbIoIixogroLdKYqB6FDav4Wavh/lZdzzd3b2KxIXC5Q==", "_location": "/fsevents", "_optional": true, "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "fsevents@1.1.3", "name": "fsevents", "escapedName": "fsevents", "rawSpec": "1.1.3", "saveSpec": null, "fetchSpec": "1.1.3" }, "_requiredBy": [ "/chokidar", "/sane", "/webpack-dev-server/chokidar" ], "_resolved": "https://registry.npmjs.org/fsevents/-/fsevents-1.1.3.tgz", "_spec": "1.1.3", "_where": "/Users/robert/Code/core-ui/packages/cosmo-ui-build", "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.3.0", "node-pre-gyp": "^0.6.39" }, "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.1.3" }