3939f48e6d
Bumps [megalinter/megalinter](https://github.com/megalinter/megalinter) from 7.1.0 to 7.2.1. - [Release notes](https://github.com/megalinter/megalinter/releases) - [Changelog](https://github.com/oxsecurity/megalinter/blob/main/CHANGELOG.md) - [Commits](https://github.com/oxsecurity/megalinter/compare/v7.1.0...v7.2.1) --- updated-dependencies: - dependency-name: megalinter/megalinter dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
29 lines
606 B
JSON
29 lines
606 B
JSON
{
|
|
"name": "wrappy",
|
|
"version": "1.0.2",
|
|
"description": "Callback wrapping utility",
|
|
"main": "wrappy.js",
|
|
"files": [
|
|
"wrappy.js"
|
|
],
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"tap": "^2.3.1"
|
|
},
|
|
"scripts": {
|
|
"test": "tap --coverage test/*.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/npm/wrappy"
|
|
},
|
|
"author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/npm/wrappy/issues"
|
|
},
|
|
"homepage": "https://github.com/npm/wrappy"
|
|
}
|