1
0
mirror of https://github.com/S2-/minifyfromhtml.git synced 2025-08-02 20:00:05 +02:00
This commit is contained in:
s2
2018-05-05 14:29:20 +02:00
parent 62dd054f83
commit d17c4fe70c
1809 changed files with 262593 additions and 219 deletions

31
node_modules/minimist/package.json generated vendored
View File

@@ -1,27 +1,28 @@
{
"_from": "minimist@0.0.8",
"_id": "minimist@0.0.8",
"_from": "minimist",
"_id": "minimist@1.2.0",
"_inBundle": false,
"_integrity": "sha1-hX/Kv8M5fSYluCKCYuhqp6ARsF0=",
"_integrity": "sha1-o1AIsg9BOD7sH7kU9M1d95omQoQ=",
"_location": "/minimist",
"_phantomChildren": {},
"_requested": {
"type": "version",
"type": "tag",
"registry": true,
"raw": "minimist@0.0.8",
"raw": "minimist",
"name": "minimist",
"escapedName": "minimist",
"rawSpec": "0.0.8",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "0.0.8"
"fetchSpec": "latest"
},
"_requiredBy": [
"/mkdirp"
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/minimist/-/minimist-0.0.8.tgz",
"_shasum": "857fcabfc3397d2625b8228262e86aa7a011b05d",
"_spec": "minimist@0.0.8",
"_where": "/home/s2/Documents/Code/minifyfromhtml/node_modules/mkdirp",
"_resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz",
"_shasum": "a35008b20f41383eec1fb914f4cd5df79a264284",
"_spec": "minimist",
"_where": "/home/s2/Documents/Code/minifyfromhtml",
"author": {
"name": "James Halliday",
"email": "mail@substack.net",
@@ -34,8 +35,9 @@
"deprecated": false,
"description": "parse argument options",
"devDependencies": {
"covert": "^1.0.0",
"tap": "~0.4.0",
"tape": "~1.0.4"
"tape": "^3.5.0"
},
"homepage": "https://github.com/substack/minimist",
"keywords": [
@@ -52,6 +54,7 @@
"url": "git://github.com/substack/minimist.git"
},
"scripts": {
"coverage": "covert test/*.js",
"test": "tap test/*.js"
},
"testling": {
@@ -67,5 +70,5 @@
"opera/12"
]
},
"version": "0.0.8"
"version": "1.2.0"
}