Upsilon-VsCode/Client/node_modules/plugin-error/package.json

69 lines
1.7 KiB
JSON
Executable File

{
"_from": "plugin-error@^0.1.2",
"_id": "plugin-error@0.1.2",
"_inBundle": false,
"_integrity": "sha1-O5uzM1zPAPQl4HQ34ZJ2ln2kes4=",
"_location": "/plugin-error",
"_phantomChildren": {},
"_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": [
"/gulp-filter"
],
"_resolved": "https://registry.npmjs.org/plugin-error/-/plugin-error-0.1.2.tgz",
"_shasum": "3b9bb3335ccf00f425e07437e19276967da47ace",
"_spec": "plugin-error@^0.1.2",
"_where": "/home/nathan/Projects/Upsilon/UpsilonVsCodeLanguageServer/Client/node_modules/gulp-filter",
"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"
}