Opal-Estate-Pro/node_modules/stream-to-array/package.json
2019-09-13 11:27:52 +07:00

68 lines
1.9 KiB
JSON

{
"_from": "stream-to-array@^2.3.0",
"_id": "stream-to-array@2.3.0",
"_inBundle": false,
"_integrity": "sha1-u/azn19D7DC8cbq8s3VXrOzzQ1M=",
"_location": "/stream-to-array",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "stream-to-array@^2.3.0",
"name": "stream-to-array",
"escapedName": "stream-to-array",
"rawSpec": "^2.3.0",
"saveSpec": null,
"fetchSpec": "^2.3.0"
},
"_requiredBy": [
"/gulp-inject"
],
"_resolved": "https://registry.npmjs.org/stream-to-array/-/stream-to-array-2.3.0.tgz",
"_shasum": "bbf6b39f5f43ec30bc71babcb37557acecf34353",
"_spec": "stream-to-array@^2.3.0",
"_where": "/Applications/XAMPP/xamppfiles/htdocs/wordpress/latehome/wp-content/plugins/opal-estate-pro/node_modules/gulp-inject",
"author": {
"name": "Jonathan Ong",
"email": "me@jongleberry.com",
"url": "http://jongleberry.com"
},
"bugs": {
"url": "https://github.com/stream-utils/stream-to-array/issues"
},
"bundleDependencies": false,
"dependencies": {
"any-promise": "^1.1.0"
},
"deprecated": false,
"description": "Concatenate a readable stream's data into a single array",
"devDependencies": {
"bluebird": "^3.1.1",
"istanbul": "^0.4.2",
"mocha": "^2.3.3"
},
"files": [
"index.js"
],
"homepage": "https://github.com/stream-utils/stream-to-array#readme",
"keywords": [
"stream",
"streams",
"buffer",
"array",
"concat"
],
"license": "MIT",
"name": "stream-to-array",
"repository": {
"type": "git",
"url": "git+https://github.com/stream-utils/stream-to-array.git"
},
"scripts": {
"test": "mocha --reporter spec --bail",
"test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot",
"test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter dot"
},
"version": "2.3.0"
}