1
0
mirror of https://github.com/S2-/minifyfromhtml.git synced 2025-08-04 04:40:05 +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,40 +1,43 @@
{
"_from": "es-to-primitive@^1.1.1",
"_args": [
[
"es-to-primitive@1.1.1",
"E:\\projects\\p\\minifyfromhtml"
]
],
"_from": "es-to-primitive@1.1.1",
"_id": "es-to-primitive@1.1.1",
"_inBundle": false,
"_integrity": "sha1-RTVSSKiJeQNLZ5Lhm7gfK3l13Q0=",
"_location": "/es-to-primitive",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "es-to-primitive@^1.1.1",
"raw": "es-to-primitive@1.1.1",
"name": "es-to-primitive",
"escapedName": "es-to-primitive",
"rawSpec": "^1.1.1",
"rawSpec": "1.1.1",
"saveSpec": null,
"fetchSpec": "^1.1.1"
"fetchSpec": "1.1.1"
},
"_requiredBy": [
"/es-abstract"
],
"_resolved": "https://registry.npmjs.org/es-to-primitive/-/es-to-primitive-1.1.1.tgz",
"_shasum": "45355248a88979034b6792e19bb81f2b7975dd0d",
"_spec": "es-to-primitive@^1.1.1",
"_where": "/home/s2/Documents/Code/minifyfromhtml/node_modules/es-abstract",
"_spec": "1.1.1",
"_where": "E:\\projects\\p\\minifyfromhtml",
"author": {
"name": "Jordan Harband"
},
"bugs": {
"url": "https://github.com/ljharb/es-to-primitive/issues"
},
"bundleDependencies": false,
"dependencies": {
"is-callable": "^1.1.1",
"is-date-object": "^1.0.1",
"is-symbol": "^1.0.1"
},
"deprecated": false,
"description": "ECMAScript “ToPrimitive” algorithm. Provides ES5 and ES6 versions.",
"devDependencies": {
"@ljharb/eslint-config": "^1.6.1",