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

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

@@ -1,33 +1,27 @@
{
"_from": "lodash@^4.17.4",
"_id": "lodash@4.17.10",
"_from": "lodash@4.17.11",
"_id": "lodash@4.17.11",
"_inBundle": false,
"_integrity": "sha512-UejweD1pDoXu+AD825lWwp4ZGtSwgnpZxb3JDViD7StjQz+Nb/6l093lx4OQ0foGWNRoc19mWy7BzL+UAK2iVg==",
"_integrity": "sha512-cQKh8igo5QUhZ7lg38DYWAxMvjSAKG0A8wGSVimP07SIUEK2UO+arSRKbRZWtelMtN5V0Hkwh5ryOto/SshYIg==",
"_location": "/lodash",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "lodash@^4.17.4",
"raw": "lodash@4.17.11",
"name": "lodash",
"escapedName": "lodash",
"rawSpec": "^4.17.4",
"rawSpec": "4.17.11",
"saveSpec": null,
"fetchSpec": "^4.17.4"
"fetchSpec": "4.17.11"
},
"_requiredBy": [
"/babel-cli",
"/babel-core",
"/babel-generator",
"/babel-register",
"/babel-template",
"/babel-traverse",
"/babel-types"
"/babel-minify/@babel/core"
],
"_resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.10.tgz",
"_shasum": "1b7793cf7259ea38fb3661d4d38b3260af8ae4e7",
"_spec": "lodash@^4.17.4",
"_where": "/home/s2/Documents/Code/minifyfromhtml/node_modules/babel-cli",
"_resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.11.tgz",
"_shasum": "b39ea6229ef607ecd89e2c8df12536891cac9b8d",
"_spec": "lodash@4.17.11",
"_where": "E:\\projects\\p\\minifyfromhtml\\node_modules\\babel-minify\\node_modules\\@babel\\core",
"author": {
"name": "John-David Dalton",
"email": "john.david.dalton@gmail.com",
@@ -68,5 +62,5 @@
"scripts": {
"test": "echo \"See https://travis-ci.org/lodash-archive/lodash-cli for testing details.\""
},
"version": "4.17.10"
"version": "4.17.11"
}