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

24
node_modules/trim-right/package.json generated vendored
View File

@@ -1,27 +1,33 @@
{
"_from": "trim-right@^1.0.1",
"_args": [
[
"trim-right@1.0.1",
"E:\\projects\\p\\minifyfromhtml"
]
],
"_from": "trim-right@1.0.1",
"_id": "trim-right@1.0.1",
"_inBundle": false,
"_integrity": "sha1-yy4SAwZ+DI3h9hQJS5/kVwTqYAM=",
"_location": "/trim-right",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "trim-right@^1.0.1",
"raw": "trim-right@1.0.1",
"name": "trim-right",
"escapedName": "trim-right",
"rawSpec": "^1.0.1",
"rawSpec": "1.0.1",
"saveSpec": null,
"fetchSpec": "^1.0.1"
"fetchSpec": "1.0.1"
},
"_requiredBy": [
"/@babel/generator",
"/babel-generator"
],
"_resolved": "https://registry.npmjs.org/trim-right/-/trim-right-1.0.1.tgz",
"_shasum": "cb2e1203067e0c8de1f614094b9fe45704ea6003",
"_spec": "trim-right@^1.0.1",
"_where": "/home/s2/Documents/Code/minifyfromhtml/node_modules/babel-generator",
"_spec": "1.0.1",
"_where": "E:\\projects\\p\\minifyfromhtml",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
@@ -30,8 +36,6 @@
"bugs": {
"url": "https://github.com/sindresorhus/trim-right/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Similar to String#trim() but removes only whitespace on the right",
"devDependencies": {
"ava": "0.0.4"