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

update modules

This commit is contained in:
s2
2019-08-17 23:19:17 +02:00
parent 5166260592
commit ea913f84b8
14 changed files with 197 additions and 179 deletions

33
node_modules/lodash/package.json generated vendored
View File

@@ -1,31 +1,30 @@
{
"_from": "lodash@^4.17.11",
"_id": "lodash@4.17.11",
"_from": "lodash@4.17.15",
"_id": "lodash@4.17.15",
"_inBundle": false,
"_integrity": "sha512-cQKh8igo5QUhZ7lg38DYWAxMvjSAKG0A8wGSVimP07SIUEK2UO+arSRKbRZWtelMtN5V0Hkwh5ryOto/SshYIg==",
"_integrity": "sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==",
"_location": "/lodash",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "lodash@^4.17.11",
"raw": "lodash@4.17.15",
"name": "lodash",
"escapedName": "lodash",
"rawSpec": "^4.17.11",
"rawSpec": "4.17.15",
"saveSpec": null,
"fetchSpec": "^4.17.11"
"fetchSpec": "4.17.15"
},
"_requiredBy": [
"/request-promise-core"
],
"_resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.11.tgz",
"_shasum": "b39ea6229ef607ecd89e2c8df12536891cac9b8d",
"_spec": "lodash@^4.17.11",
"_where": "F:\\projects\\p\\minifyfromhtml\\node_modules\\request-promise-core",
"_resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.15.tgz",
"_shasum": "b447f6670a0455bbfeedd11392eff330ea097548",
"_spec": "lodash@4.17.15",
"_where": "/home/s2/Code/minifyfromhtml/node_modules/request-promise-core",
"author": {
"name": "John-David Dalton",
"email": "john.david.dalton@gmail.com",
"url": "http://allyoucanleet.com/"
"email": "john.david.dalton@gmail.com"
},
"bugs": {
"url": "https://github.com/lodash/lodash/issues"
@@ -34,13 +33,11 @@
"contributors": [
{
"name": "John-David Dalton",
"email": "john.david.dalton@gmail.com",
"url": "http://allyoucanleet.com/"
"email": "john.david.dalton@gmail.com"
},
{
"name": "Mathias Bynens",
"email": "mathias@qiwi.be",
"url": "https://mathiasbynens.be/"
"email": "mathias@qiwi.be"
}
],
"deprecated": false,
@@ -62,5 +59,5 @@
"scripts": {
"test": "echo \"See https://travis-ci.org/lodash-archive/lodash-cli for testing details.\""
},
"version": "4.17.11"
"version": "4.17.15"
}