1
0
Fork 0
management/front/dkha-web-sz-main/node_modules/plugin-error/package.json

71 lines
1.9 KiB
JSON

{
"_from": "plugin-error@^0.1.2",
"_id": "plugin-error@0.1.2",
"_inBundle": false,
"_integrity": "sha512-WzZHcm4+GO34sjFMxQMqZbsz3xiNEgonCskQ9v+IroMmYgk/tas8dG+Hr2D6IbRPybZ12oWpzE/w3cGJ6FJzOw==",
"_location": "/plugin-error",
"_phantomChildren": {
"arr-flatten": "1.1.0"
},
"_requested": {
"type": "range",
"registry": true,
"raw": "plugin-error@^0.1.2",
"name": "plugin-error",
"escapedName": "plugin-error",
"rawSpec": "^0.1.2",
"saveSpec": null,
"fetchSpec": "^0.1.2"
},
"_requiredBy": [
"/element-theme/gulp-autoprefixer"
],
"_resolved": "https://registry.npmmirror.com/plugin-error/-/plugin-error-0.1.2.tgz",
"_shasum": "3b9bb3335ccf00f425e07437e19276967da47ace",
"_spec": "plugin-error@^0.1.2",
"_where": "E:\\WebDevelop\\managment2\\management\\front\\dkha-web-sz-main\\node_modules\\element-theme\\node_modules\\gulp-autoprefixer",
"author": {
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
},
"bugs": {
"url": "https://github.com/jonschlinkert/plugin-error/issues"
},
"bundleDependencies": false,
"dependencies": {
"ansi-cyan": "^0.1.1",
"ansi-red": "^0.1.1",
"arr-diff": "^1.0.1",
"arr-union": "^2.0.1",
"extend-shallow": "^1.1.2"
},
"deprecated": false,
"description": "Error handling for vinyl plugins. Just an abstraction of what's in gulp-util with minor changes.",
"devDependencies": {
"mocha": "*",
"should": "*"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js"
],
"homepage": "https://github.com/jonschlinkert/plugin-error",
"keywords": [
"error",
"plugin"
],
"license": "MIT",
"main": "index.js",
"name": "plugin-error",
"repository": {
"type": "git",
"url": "git://github.com/jonschlinkert/plugin-error.git"
},
"scripts": {
"test": "mocha"
},
"version": "0.1.2"
}