biofriction-wp-theme/node_modules/webpack-stream/package.json

138 lines
3.6 KiB
JSON

{
"_from": "webpack-stream@6.1.2",
"_id": "webpack-stream@6.1.2",
"_inBundle": false,
"_integrity": "sha512-Bpbsrix1cmWRN705JEg69ErgNAEOpQBvtuWKFW3ZCrLddoPPK6oVpQn4svxNdfedqMLlWA3GLOLvw4c7u63GqA==",
"_location": "/webpack-stream",
"_phantomChildren": {
"@webassemblyjs/helper-module-context": "1.9.0",
"@webassemblyjs/wast-parser": "1.9.0",
"@xtuc/ieee754": "1.2.0",
"@xtuc/long": "4.2.2",
"ajv": "6.12.6",
"ajv-errors": "1.0.1",
"ajv-keywords": "3.5.2",
"arr-diff": "4.0.0",
"arr-flatten": "1.1.0",
"array-unique": "0.3.2",
"assign-symbols": "1.0.0",
"buffer-from": "1.1.1",
"cacache": "12.0.4",
"chokidar": "3.5.1",
"chrome-trace-event": "1.0.2",
"commander": "2.20.3",
"commondir": "1.0.1",
"define-property": "2.0.2",
"errno": "0.1.8",
"esrecurse": "4.3.0",
"estraverse": "4.3.0",
"extglob": "2.0.4",
"fragment-cache": "0.2.1",
"graceful-fs": "4.1.11",
"is-buffer": "1.1.5",
"is-extendable": "0.1.1",
"is-plain-object": "2.0.4",
"is-wsl": "1.1.0",
"isobject": "3.0.1",
"json-parse-better-errors": "1.0.2",
"memory-fs": "0.5.0",
"minimist": "1.2.5",
"mkdirp": "0.5.5",
"nanomatch": "1.2.13",
"node-libs-browser": "2.2.1",
"object.pick": "1.3.0",
"p-try": "2.2.0",
"randombytes": "2.1.0",
"readable-stream": "2.3.3",
"regex-not": "1.0.2",
"repeat-element": "1.1.2",
"repeat-string": "1.6.1",
"snapdragon": "0.8.2",
"snapdragon-node": "2.1.1",
"source-list-map": "2.0.1",
"split-string": "3.1.0",
"to-regex": "3.0.2",
"to-regex-range": "2.1.1",
"watchpack-chokidar2": "2.0.1",
"worker-farm": "1.7.0"
},
"_requested": {
"type": "version",
"registry": true,
"raw": "webpack-stream@6.1.2",
"name": "webpack-stream",
"escapedName": "webpack-stream",
"rawSpec": "6.1.2",
"saveSpec": null,
"fetchSpec": "6.1.2"
},
"_requiredBy": [
"#DEV:/",
"#USER"
],
"_resolved": "https://registry.npmjs.org/webpack-stream/-/webpack-stream-6.1.2.tgz",
"_shasum": "ee90bc07d0ff937239d75ed22aa728072c9e7ee1",
"_spec": "webpack-stream@6.1.2",
"_where": "/home/vitrubio/Documents/trabajo/biofriction/biofriction-web/biofriction-theme",
"author": {
"name": "Kyle Robinson Young",
"email": "kyle@dontkry.com",
"url": "http://dontkry.com"
},
"bugs": {
"url": "https://github.com/shama/webpack-stream/issues"
},
"bundleDependencies": false,
"dependencies": {
"fancy-log": "^1.3.3",
"lodash.clone": "^4.3.2",
"lodash.some": "^4.2.2",
"memory-fs": "^0.5.0",
"plugin-error": "^1.0.1",
"supports-color": "^7.2.0",
"through": "^2.3.8",
"vinyl": "^2.1.0",
"webpack": "^4.26.1"
},
"deprecated": false,
"description": "Run webpack as a stream",
"devDependencies": {
"gulp": "^4.0.2",
"rimraf": "^3.0.2",
"semistandard": "^14.2.3",
"tape": "^5.0.1",
"vinyl-fs": "^3.0.2",
"vinyl-named": "^1.1.0"
},
"engines": {
"node": ">= 8.0.0"
},
"files": [
"index.js"
],
"homepage": "https://github.com/shama/webpack-stream",
"keywords": [
"gulpplugin",
"webpack",
"stream"
],
"license": "MIT",
"name": "webpack-stream",
"repository": {
"type": "git",
"url": "git+https://github.com/shama/webpack-stream.git"
},
"scripts": {
"debug": "node --inspect-brk ./node_modules/.bin/gulp",
"start": "gulp",
"test": "semistandard && node test/test.js"
},
"semistandard": {
"ignore": [
"test/fixtures",
"examples"
]
},
"version": "6.1.2"
}