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

74 lines
1.7 KiB
JSON

{
"_args": [
[
"plugin-error@0.1.2",
"C:\\Users\\27446\\Desktop\\up\\front\\dkha-web-sz-main"
]
],
"_from": "plugin-error@0.1.2",
"_id": "plugin-error@0.1.2",
"_inBundle": false,
"_integrity": "sha1-O5uzM1zPAPQl4HQ34ZJ2ln2kes4=",
"_location": "/plugin-error",
"_phantomChildren": {
"arr-flatten": "1.1.0"
},
"_requested": {
"type": "version",
"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.npmjs.org/plugin-error/-/plugin-error-0.1.2.tgz",
"_spec": "0.1.2",
"_where": "C:\\Users\\27446\\Desktop\\up\\front\\dkha-web-sz-main",
"author": {
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
},
"bugs": {
"url": "https://github.com/jonschlinkert/plugin-error/issues"
},
"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"
},
"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"
}