vue-carousel
Version:
A flexible, responsive, touch-friendly carousel for Vue.js
75 lines (74 loc) • 1.87 kB
JSON
{
"_from": "JSONStream@^1.0.7",
"_id": "JSONStream@1.3.2",
"_inBundle": false,
"_integrity": "sha1-wQI3G27Dp887hHygDCC7D85Mbeo=",
"_location": "/JSONStream",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "JSONStream@^1.0.7",
"name": "JSONStream",
"escapedName": "JSONStream",
"rawSpec": "^1.0.7",
"saveSpec": null,
"fetchSpec": "^1.0.7"
},
"_requiredBy": [
"/warehouse"
],
"_resolved": "https://registry.npmjs.org/JSONStream/-/JSONStream-1.3.2.tgz",
"_shasum": "c102371b6ec3a7cf3b847ca00c20bb0fce4c6dea",
"_spec": "JSONStream@^1.0.7",
"_where": "/Users/quinn.lagille/Documents/ssense/vue-carousel/docs/node_modules/warehouse",
"author": {
"name": "Dominic Tarr",
"email": "dominic.tarr@gmail.com",
"url": "http://bit.ly/dominictarr"
},
"bin": {
"JSONStream": "./bin.js"
},
"bugs": {
"url": "https://github.com/dominictarr/JSONStream/issues"
},
"bundleDependencies": false,
"dependencies": {
"jsonparse": "^1.2.0",
"through": ">=2.2.7 <3"
},
"deprecated": false,
"description": "rawStream.pipe(JSONStream.parse()).pipe(streamOfObjects)",
"devDependencies": {
"assertions": "~2.2.2",
"event-stream": "~0.7.0",
"it-is": "~1",
"render": "~0.1.1",
"tape": "~2.12.3",
"trees": "~0.0.3"
},
"engines": {
"node": "*"
},
"homepage": "http://github.com/dominictarr/JSONStream",
"keywords": [
"json",
"stream",
"streaming",
"parser",
"async",
"parsing"
],
"license": "(MIT OR Apache-2.0)",
"name": "JSONStream",
"optionalDependencies": {},
"repository": {
"type": "git",
"url": "git://github.com/dominictarr/JSONStream.git"
},
"scripts": {
"test": "set -e; for t in test/*.js; do echo '***' $t '***'; node $t; done"
},
"version": "1.3.2"
}