89 lines
2.1 KiB
JSON
89 lines
2.1 KiB
JSON
{
|
|
"_from": "webpack-stream@^7.0.0",
|
|
"_id": "webpack-stream@7.0.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-XoAQTHyCaYMo6TS7Atv1HYhtmBgKiVLONJbzLBl2V3eibXQ2IT/MCRM841RW/r3vToKD5ivrTJFWgd/ghoxoRg==",
|
|
"_location": "/webpack-stream",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "webpack-stream@^7.0.0",
|
|
"name": "webpack-stream",
|
|
"escapedName": "webpack-stream",
|
|
"rawSpec": "^7.0.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^7.0.0"
|
|
},
|
|
"_requiredBy": [
|
|
"#DEV:/"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/webpack-stream/-/webpack-stream-7.0.0.tgz",
|
|
"_shasum": "e6a1edb9568198499af872678e95031752d72f00",
|
|
"_spec": "webpack-stream@^7.0.0",
|
|
"_where": "C:\\Users\\Wlad\\Projekte\\Mediaplayer",
|
|
"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": "^8.1.1",
|
|
"through": "^2.3.8",
|
|
"vinyl": "^2.2.1"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Run webpack as a stream",
|
|
"devDependencies": {
|
|
"gulp": "^4.0.2",
|
|
"rimraf": "^3.0.2",
|
|
"semistandard": "^16.0.1",
|
|
"tape": "^5.3.1",
|
|
"vinyl-fs": "^3.0.2",
|
|
"vinyl-named": "^1.1.0",
|
|
"webpack": "^5.21.2"
|
|
},
|
|
"engines": {
|
|
"node": ">= 10.0.0"
|
|
},
|
|
"files": [
|
|
"index.js"
|
|
],
|
|
"homepage": "https://github.com/shama/webpack-stream",
|
|
"keywords": [
|
|
"gulpplugin",
|
|
"webpack",
|
|
"stream"
|
|
],
|
|
"license": "MIT",
|
|
"name": "webpack-stream",
|
|
"peerDependencies": {
|
|
"webpack": "^5.21.2"
|
|
},
|
|
"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": "7.0.0"
|
|
}
|