1
0
mirror of https://github.com/S2-/minifyfromhtml.git synced 2025-08-02 20:00: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,27 +1,27 @@
{
"_from": "fast-deep-equal@^1.0.0",
"_id": "fast-deep-equal@1.1.0",
"_from": "fast-deep-equal@^2.0.1",
"_id": "fast-deep-equal@2.0.1",
"_inBundle": false,
"_integrity": "sha1-wFNHeBfIa1HaqFPIHgWbcz0CNhQ=",
"_integrity": "sha1-ewUhjd+WZ79/Nwv3/bLLFf3Qqkk=",
"_location": "/fast-deep-equal",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "fast-deep-equal@^1.0.0",
"raw": "fast-deep-equal@^2.0.1",
"name": "fast-deep-equal",
"escapedName": "fast-deep-equal",
"rawSpec": "^1.0.0",
"rawSpec": "^2.0.1",
"saveSpec": null,
"fetchSpec": "^1.0.0"
"fetchSpec": "^2.0.1"
},
"_requiredBy": [
"/ajv"
],
"_resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-1.1.0.tgz",
"_shasum": "c053477817c86b51daa853c81e059b733d023614",
"_spec": "fast-deep-equal@^1.0.0",
"_where": "/home/s2/Documents/Code/minifyfromhtml/node_modules/ajv",
"_resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-2.0.1.tgz",
"_shasum": "7b05218ddf9667bf7f370bf7fdb2cb15fdd0aa49",
"_spec": "fast-deep-equal@^2.0.1",
"_where": "E:\\projects\\p\\minifyfromhtml\\node_modules\\ajv",
"author": {
"name": "Evgeny Poberezkin"
},
@@ -34,17 +34,18 @@
"devDependencies": {
"benchmark": "^2.1.4",
"coveralls": "^2.13.1",
"deep-eql": "^2.0.2",
"deep-equal": "^1.0.1",
"deep-eql": "latest",
"deep-equal": "latest",
"eslint": "^4.0.0",
"lodash": "^4.17.4",
"lodash": "latest",
"mocha": "^3.4.2",
"nano-equal": "^1.0.1",
"nano-equal": "latest",
"nyc": "^11.0.2",
"pre-commit": "^1.2.2",
"shallow-equal-fuzzy": "0.0.2",
"ramda": "latest",
"shallow-equal-fuzzy": "latest",
"typescript": "^2.6.1",
"underscore": "^1.8.3"
"underscore": "latest"
},
"files": [
"index.js",
@@ -81,5 +82,5 @@
"test-ts": "tsc --target ES5 --noImplicitAny index.d.ts"
},
"types": "index.d.ts",
"version": "1.1.0"
"version": "2.0.1"
}