1
0
mirror of https://github.com/S2-/minifyfromhtml.git synced 2025-08-03 04:10:04 +02:00

update node modules

This commit is contained in:
s2
2019-03-29 15:56:41 +01:00
parent f114871153
commit 89c32fb4e6
8347 changed files with 390123 additions and 159877 deletions

23
node_modules/chalk/package.json generated vendored
View File

@@ -1,31 +1,35 @@
{
"_from": "chalk@^1.1.3",
"_args": [
[
"chalk@1.1.3",
"E:\\projects\\p\\minifyfromhtml"
]
],
"_from": "chalk@1.1.3",
"_id": "chalk@1.1.3",
"_inBundle": false,
"_integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=",
"_location": "/chalk",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "chalk@^1.1.3",
"raw": "chalk@1.1.3",
"name": "chalk",
"escapedName": "chalk",
"rawSpec": "^1.1.3",
"rawSpec": "1.1.3",
"saveSpec": null,
"fetchSpec": "^1.1.3"
"fetchSpec": "1.1.3"
},
"_requiredBy": [
"/babel-code-frame"
],
"_resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz",
"_shasum": "a8115c55e4a702fe4d150abd3872822a7e09fc98",
"_spec": "chalk@^1.1.3",
"_where": "/home/s2/Documents/Code/minifyfromhtml/node_modules/babel-code-frame",
"_spec": "1.1.3",
"_where": "E:\\projects\\p\\minifyfromhtml",
"bugs": {
"url": "https://github.com/chalk/chalk/issues"
},
"bundleDependencies": false,
"dependencies": {
"ansi-styles": "^2.2.1",
"escape-string-regexp": "^1.0.2",
@@ -33,7 +37,6 @@
"strip-ansi": "^3.0.0",
"supports-color": "^2.0.0"
},
"deprecated": false,
"description": "Terminal string styling done right. Much color.",
"devDependencies": {
"coveralls": "^2.11.2",