update, text, response
This commit is contained in:
78
node_modules/color-support/package.json
generated
vendored
78
node_modules/color-support/package.json
generated
vendored
@@ -1,52 +1,23 @@
|
||||
{
|
||||
"_from": "color-support@^1.1.3",
|
||||
"_id": "color-support@1.1.3",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-qiBjkpbMLO/HL68y+lh4q0/O1MZFj2RX6X/KmMa3+gJD3z+WwI1ZzDHysvqHGS3mP6mznPckpXmw1nI9cJjyRg==",
|
||||
"_location": "/color-support",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "color-support@^1.1.3",
|
||||
"name": "color-support",
|
||||
"escapedName": "color-support",
|
||||
"rawSpec": "^1.1.3",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^1.1.3"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/fancy-log",
|
||||
"/gulp/gulp-cli"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/color-support/-/color-support-1.1.3.tgz",
|
||||
"_shasum": "93834379a1cc9a0c61f82f52f0d04322251bd5a2",
|
||||
"_spec": "color-support@^1.1.3",
|
||||
"_where": "/var/www/html/jason/WeihnachtenMelly/node_modules/gulp/node_modules/gulp-cli",
|
||||
"author": {
|
||||
"name": "Isaac Z. Schlueter",
|
||||
"email": "i@izs.me",
|
||||
"url": "http://blog.izs.me/"
|
||||
},
|
||||
"bin": {
|
||||
"color-support": "bin.js"
|
||||
},
|
||||
"browser": "browser.js",
|
||||
"bugs": {
|
||||
"url": "https://github.com/isaacs/color-support/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"deprecated": false,
|
||||
"name": "color-support",
|
||||
"version": "1.1.3",
|
||||
"description": "A module which will endeavor to guess your terminal's level of color support.",
|
||||
"main": "index.js",
|
||||
"browser": "browser.js",
|
||||
"bin": "bin.js",
|
||||
"devDependencies": {
|
||||
"tap": "^10.3.3"
|
||||
},
|
||||
"files": [
|
||||
"browser.js",
|
||||
"index.js",
|
||||
"bin.js"
|
||||
],
|
||||
"homepage": "https://github.com/isaacs/color-support#readme",
|
||||
"scripts": {
|
||||
"test": "tap test/*.js --100 -J",
|
||||
"preversion": "npm test",
|
||||
"postversion": "npm publish",
|
||||
"postpublish": "git push origin --all; git push origin --tags"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/isaacs/color-support.git"
|
||||
},
|
||||
"keywords": [
|
||||
"terminal",
|
||||
"color",
|
||||
@@ -55,18 +26,11 @@
|
||||
"truecolor",
|
||||
"256"
|
||||
],
|
||||
"author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
|
||||
"license": "ISC",
|
||||
"main": "index.js",
|
||||
"name": "color-support",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/isaacs/color-support.git"
|
||||
},
|
||||
"scripts": {
|
||||
"postpublish": "git push origin --all; git push origin --tags",
|
||||
"postversion": "npm publish",
|
||||
"preversion": "npm test",
|
||||
"test": "tap test/*.js --100 -J"
|
||||
},
|
||||
"version": "1.1.3"
|
||||
"files": [
|
||||
"browser.js",
|
||||
"index.js",
|
||||
"bin.js"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user