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

View File

@@ -1,28 +1,33 @@
{
"_from": "is-callable@^1.1.3",
"_args": [
[
"is-callable@1.1.3",
"E:\\projects\\p\\minifyfromhtml"
]
],
"_from": "is-callable@1.1.3",
"_id": "is-callable@1.1.3",
"_inBundle": false,
"_integrity": "sha1-hut1OSgF3cM69xySoO7fdO52BLI=",
"_location": "/is-callable",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "is-callable@^1.1.3",
"raw": "is-callable@1.1.3",
"name": "is-callable",
"escapedName": "is-callable",
"rawSpec": "^1.1.3",
"rawSpec": "1.1.3",
"saveSpec": null,
"fetchSpec": "^1.1.3"
"fetchSpec": "1.1.3"
},
"_requiredBy": [
"/es-abstract",
"/es-to-primitive"
],
"_resolved": "https://registry.npmjs.org/is-callable/-/is-callable-1.1.3.tgz",
"_shasum": "86eb75392805ddc33af71c92a0eedf74ee7604b2",
"_spec": "is-callable@^1.1.3",
"_where": "/home/s2/Documents/Code/minifyfromhtml/node_modules/es-abstract",
"_spec": "1.1.3",
"_where": "E:\\projects\\p\\minifyfromhtml",
"author": {
"name": "Jordan Harband",
"email": "ljharb@gmail.com",
@@ -31,7 +36,6 @@
"bugs": {
"url": "https://github.com/ljharb/is-callable/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Jordan Harband",
@@ -40,7 +44,6 @@
}
],
"dependencies": {},
"deprecated": false,
"description": "Is this JS value callable? Works with Functions and GeneratorFunctions, despite ES6 @@toStringTag.",
"devDependencies": {
"@ljharb/eslint-config": "^2.1.1",