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:
23
node_modules/is-callable/package.json
generated
vendored
23
node_modules/is-callable/package.json
generated
vendored
@@ -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",
|
||||
|
Reference in New Issue
Block a user