mirror of
https://github.com/dawidd6/action-send-mail.git
synced 2025-08-14 09:34:39 +07:00
node_modules: upgrade
This commit is contained in:
26
node_modules/which-module/CHANGELOG.md
generated
vendored
26
node_modules/which-module/CHANGELOG.md
generated
vendored
@ -1,26 +0,0 @@
|
||||
# Change Log
|
||||
|
||||
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
||||
|
||||
<a name="2.0.0"></a>
|
||||
# [2.0.0](https://github.com/nexdrew/which-module/compare/v1.0.0...v2.0.0) (2017-05-01)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* remove Node < 4 from official testing/support ([#22](https://github.com/nexdrew/which-module/issues/22)) ([ee7aff4](https://github.com/nexdrew/which-module/commit/ee7aff4))
|
||||
|
||||
|
||||
### BREAKING CHANGES
|
||||
|
||||
* Node 0.10 or 0.12 no longer supported, please update to Node 4+ or use which-module@1.0.0
|
||||
|
||||
|
||||
|
||||
<a name="1.0.0"></a>
|
||||
# 1.0.0 (2016-06-06)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* initial code ([08074cd](https://github.com/nexdrew/which-module/commit/08074cd))
|
3
node_modules/which-module/README.md
generated
vendored
3
node_modules/which-module/README.md
generated
vendored
@ -5,6 +5,7 @@
|
||||
[](https://travis-ci.org/nexdrew/which-module)
|
||||
[](https://coveralls.io/github/nexdrew/which-module?branch=master)
|
||||
[](https://github.com/conventional-changelog/standard-version)
|
||||
[](https://greenkeeper.io/)
|
||||
|
||||
Find the `module` object in `require.cache` for something that was `require()`d
|
||||
or `import`ed - essentially a reverse `require()` lookup.
|
||||
@ -53,3 +54,5 @@ then this method returns `null`.
|
||||
## License
|
||||
|
||||
ISC © Contributors
|
||||
|
||||
[opensourceregistry_package_id]: # (458260416784685e5ef3091fee54001785dd4360406aa3000315ff256eef6878)
|
||||
|
12
node_modules/which-module/package.json
generated
vendored
12
node_modules/which-module/package.json
generated
vendored
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "which-module",
|
||||
"version": "2.0.0",
|
||||
"version": "2.0.1",
|
||||
"description": "Find the module object for something that was require()d",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
@ -32,10 +32,10 @@
|
||||
},
|
||||
"homepage": "https://github.com/nexdrew/which-module#readme",
|
||||
"devDependencies": {
|
||||
"ava": "^0.19.1",
|
||||
"coveralls": "^2.13.1",
|
||||
"nyc": "^10.3.0",
|
||||
"standard": "^10.0.2",
|
||||
"standard-version": "^4.0.0"
|
||||
"ava": "^2.0.0",
|
||||
"coveralls": "^3.0.3",
|
||||
"nyc": "^14.0.0",
|
||||
"standard": "^14.0.0",
|
||||
"standard-version": "^7.0.0"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user