1
0
mirror of https://github.com/S2-/minifyfromhtml.git synced 2025-08-03 12:20: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/jsesc/package.json generated vendored
View File

@@ -1,27 +1,32 @@
{
"_from": "jsesc@^1.3.0",
"_args": [
[
"jsesc@1.3.0",
"E:\\projects\\p\\minifyfromhtml"
]
],
"_from": "jsesc@1.3.0",
"_id": "jsesc@1.3.0",
"_inBundle": false,
"_integrity": "sha1-RsP+yMGJKxKwgz25vHYiF226s0s=",
"_location": "/jsesc",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "jsesc@^1.3.0",
"raw": "jsesc@1.3.0",
"name": "jsesc",
"escapedName": "jsesc",
"rawSpec": "^1.3.0",
"rawSpec": "1.3.0",
"saveSpec": null,
"fetchSpec": "^1.3.0"
"fetchSpec": "1.3.0"
},
"_requiredBy": [
"/babel-generator"
],
"_resolved": "https://registry.npmjs.org/jsesc/-/jsesc-1.3.0.tgz",
"_shasum": "46c3fec8c1892b12b0833db9bc7622176dbab34b",
"_spec": "jsesc@^1.3.0",
"_where": "/home/s2/Documents/Code/minifyfromhtml/node_modules/babel-generator",
"_spec": "1.3.0",
"_where": "E:\\projects\\p\\minifyfromhtml",
"author": {
"name": "Mathias Bynens",
"url": "https://mathiasbynens.be/"
@@ -32,8 +37,6 @@
"bugs": {
"url": "https://github.com/mathiasbynens/jsesc/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "A JavaScript library for escaping JavaScript strings while generating the shortest possible valid output.",
"devDependencies": {
"coveralls": "^2.11.6",