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,27 +1,32 @@
{
"_from": "path-is-absolute@^1.0.0",
"_args": [
[
"path-is-absolute@1.0.1",
"E:\\projects\\p\\minifyfromhtml"
]
],
"_from": "path-is-absolute@1.0.1",
"_id": "path-is-absolute@1.0.1",
"_inBundle": false,
"_integrity": "sha1-F0uSaHNVNP+8es5r9TpanhtcX18=",
"_location": "/path-is-absolute",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "path-is-absolute@^1.0.0",
"raw": "path-is-absolute@1.0.1",
"name": "path-is-absolute",
"escapedName": "path-is-absolute",
"rawSpec": "^1.0.0",
"rawSpec": "1.0.1",
"saveSpec": null,
"fetchSpec": "^1.0.0"
"fetchSpec": "1.0.1"
},
"_requiredBy": [
"/glob"
"/babel-core"
],
"_resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
"_shasum": "174b9268735534ffbc7ace6bf53a5a9e1b5c5f5f",
"_spec": "path-is-absolute@^1.0.0",
"_where": "/home/s2/Documents/Code/minifyfromhtml/node_modules/glob",
"_spec": "1.0.1",
"_where": "E:\\projects\\p\\minifyfromhtml",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
@@ -30,8 +35,6 @@
"bugs": {
"url": "https://github.com/sindresorhus/path-is-absolute/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Node.js 0.12 path.isAbsolute() ponyfill",
"devDependencies": {
"xo": "^0.16.0"