mirror of
https://github.com/S2-/minifyfromhtml.git
synced 2025-08-02 20:00:05 +02:00
use terser and clean-css directly
create a sourcemap as well by default
This commit is contained in:
2
node_modules/request-promise-core/LICENSE
generated
vendored
2
node_modules/request-promise-core/LICENSE
generated
vendored
@@ -1,6 +1,6 @@
|
||||
ISC License
|
||||
|
||||
Copyright (c) 2016, Nicolai Kamenzky and contributors
|
||||
Copyright (c) 2019, Nicolai Kamenzky and contributors
|
||||
|
||||
Permission to use, copy, modify, and/or distribute this software for any
|
||||
purpose with or without fee is hereby granted, provided that the above
|
||||
|
3
node_modules/request-promise-core/README.md
generated
vendored
3
node_modules/request-promise-core/README.md
generated
vendored
@@ -105,6 +105,9 @@ If you want to debug a test you should use `gulp test-without-coverage` to run a
|
||||
|
||||
## Change History
|
||||
|
||||
- 1.1.3 (2019-11-03)
|
||||
- Security fix: bumped `lodash` to `^4.17.15`. See [vulnerabilty reports](https://snyk.io/vuln/search?q=lodash&type=npm).
|
||||
*(Thanks to @daniel-nagy for pull request [#20](https://github.com/request/promise-core/pull/20) and thanks to @quetzaluz for reporting this in issue [#21](https://github.com/request/promise-core/issues/21).)*
|
||||
- 1.1.2 (2019-02-14)
|
||||
- Security fix: bumped `lodash` to `^4.17.11`. See [vulnerabilty reports](https://snyk.io/vuln/search?q=lodash&type=npm).
|
||||
*(Thanks to @lucaswillering and @sam-warren-finnair for reporting this in issues [#12](https://github.com/request/promise-core/issues/12) and [#13](https://github.com/request/promise-core/issues/13) and thanks to @Alec321 for pull request [#14](https://github.com/request/promise-core/pull/14).)*
|
||||
|
24
node_modules/request-promise-core/package.json
generated
vendored
24
node_modules/request-promise-core/package.json
generated
vendored
@@ -1,26 +1,26 @@
|
||||
{
|
||||
"_from": "request-promise-core@1.1.2",
|
||||
"_id": "request-promise-core@1.1.2",
|
||||
"_from": "request-promise-core@1.1.3",
|
||||
"_id": "request-promise-core@1.1.3",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-UHYyq1MO8GsefGEt7EprS8UrXsm1TxEvFUX1IMTuSLU2Rh7fTIdFtl8xD7JiEYiWU2dl+NYAjCTksTehQUxPag==",
|
||||
"_integrity": "sha512-QIs2+ArIGQVp5ZYbWD5ZLCY29D5CfWizP8eWnm8FoGD1TX61veauETVQbrV60662V0oFBkrDOuaBI8XgtuyYAQ==",
|
||||
"_location": "/request-promise-core",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "request-promise-core@1.1.2",
|
||||
"raw": "request-promise-core@1.1.3",
|
||||
"name": "request-promise-core",
|
||||
"escapedName": "request-promise-core",
|
||||
"rawSpec": "1.1.2",
|
||||
"rawSpec": "1.1.3",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "1.1.2"
|
||||
"fetchSpec": "1.1.3"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/request-promise-native"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/request-promise-core/-/request-promise-core-1.1.2.tgz",
|
||||
"_shasum": "339f6aababcafdb31c799ff158700336301d3346",
|
||||
"_spec": "request-promise-core@1.1.2",
|
||||
"_resolved": "https://registry.npmjs.org/request-promise-core/-/request-promise-core-1.1.3.tgz",
|
||||
"_shasum": "e9a3c081b51380dfea677336061fea879a829ee9",
|
||||
"_spec": "request-promise-core@1.1.3",
|
||||
"_where": "F:\\projects\\p\\minifyfromhtml\\node_modules\\request-promise-native",
|
||||
"author": {
|
||||
"name": "Nicolai Kamenzky",
|
||||
@@ -31,7 +31,7 @@
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"dependencies": {
|
||||
"lodash": "^4.17.11"
|
||||
"lodash": "^4.17.15"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "Core Promise support implementation for the simplified HTTP request client 'request'.",
|
||||
@@ -48,7 +48,7 @@
|
||||
"gulp-istanbul": "~1.0.0",
|
||||
"gulp-mocha": "~2.2.0",
|
||||
"node-version": "~1.0.0",
|
||||
"publish-please": "~5.4.3",
|
||||
"publish-please": "~2.4.1",
|
||||
"request": "^2.34.0",
|
||||
"rimraf": "~2.5.3",
|
||||
"run-sequence": "~1.2.2",
|
||||
@@ -84,5 +84,5 @@
|
||||
"test": "gulp ci",
|
||||
"test-publish": "gulp ci-no-cov"
|
||||
},
|
||||
"version": "1.1.2"
|
||||
"version": "1.1.3"
|
||||
}
|
||||
|
Reference in New Issue
Block a user