vue-carousel
Version:
A flexible, responsive, touch-friendly carousel for Vue.js
77 lines (76 loc) • 2.06 kB
JSON
{
"_from": "fsevents@^1.0.0",
"_id": "fsevents@1.2.2",
"_inBundle": false,
"_integrity": "sha512-iownA+hC4uHFp+7gwP/y5SzaiUo7m2vpa0dhpzw8YuKtiZsz7cIXsFbXpLEeBM6WuCQyw1MH4RRe6XI8GFUctQ==",
"_location": "/fsevents",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "fsevents@^1.0.0",
"name": "fsevents",
"escapedName": "fsevents",
"rawSpec": "^1.0.0",
"saveSpec": null,
"fetchSpec": "^1.0.0"
},
"_requiredBy": [
"/chokidar"
],
"_resolved": "https://registry.npmjs.org/fsevents/-/fsevents-1.2.2.tgz",
"_shasum": "4f598f0f69b273188ef4a62ca4e9e08ace314bbf",
"_spec": "fsevents@^1.0.0",
"_where": "/Users/quinn.lagille/Documents/ssense/vue-carousel/docs/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.9.2",
"node-pre-gyp": "^0.9.0"
},
"deprecated": false,
"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.2"
}