wishthis/node_modules/plugin-error/package.json

44 lines
943 B
JSON
Raw Normal View History

2022-01-21 08:28:41 +00:00
{
2022-04-08 10:55:35 +00:00
"name": "plugin-error",
"description": "Error handling for vinyl plugins. Just an abstraction of what's in gulp-util with minor changes.",
"version": "0.1.2",
"homepage": "https://github.com/jonschlinkert/plugin-error",
2022-02-23 16:41:13 +00:00
"author": {
2022-04-08 10:55:35 +00:00
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
2022-01-21 08:28:41 +00:00
},
2022-04-08 10:55:35 +00:00
"repository": {
"type": "git",
"url": "git://github.com/jonschlinkert/plugin-error.git"
2022-01-21 08:28:41 +00:00
},
2022-04-08 10:55:35 +00:00
"bugs": {
"url": "https://github.com/jonschlinkert/plugin-error/issues"
2022-02-23 16:41:13 +00:00
},
2022-04-08 10:55:35 +00:00
"license": "MIT",
2022-02-23 16:41:13 +00:00
"files": [
"index.js"
],
"main": "index.js",
2022-04-08 10:55:35 +00:00
"engines": {
"node": ">=0.10.0"
2022-02-23 16:41:13 +00:00
},
"scripts": {
2022-04-08 10:55:35 +00:00
"test": "mocha"
},
"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"
2022-02-23 16:41:13 +00:00
},
2022-04-08 10:55:35 +00:00
"devDependencies": {
"mocha": "*",
"should": "*"
},
"keywords": [
"error",
"plugin"
]
2022-01-21 08:28:41 +00:00
}