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>
33 lines
574 B
JSON
33 lines
574 B
JSON
{
|
|
"name": "once",
|
|
"version": "1.4.0",
|
|
"description": "Run a function exactly one time",
|
|
"main": "once.js",
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dependencies": {
|
|
"wrappy": "1"
|
|
},
|
|
"devDependencies": {
|
|
"tap": "^7.0.1"
|
|
},
|
|
"scripts": {
|
|
"test": "tap test/*.js"
|
|
},
|
|
"files": [
|
|
"once.js"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/isaacs/once"
|
|
},
|
|
"keywords": [
|
|
"once",
|
|
"function",
|
|
"one",
|
|
"single"
|
|
],
|
|
"author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
|
|
"license": "ISC"
|
|
}
|