Permalink
Cannot retrieve contributors at this time
45 lines (45 sloc)
1023 Bytes
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
codeql-action/node_modules/reusify/package.json
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "reusify", | |
"version": "1.0.4", | |
"description": "Reuse objects and functions with style", | |
"main": "reusify.js", | |
"scripts": { | |
"lint": "standard", | |
"test": "tape test.js | faucet", | |
"istanbul": "istanbul cover tape test.js", | |
"coverage": "npm run istanbul; cat coverage/lcov.info | coveralls" | |
}, | |
"pre-commit": [ | |
"lint", | |
"test" | |
], | |
"repository": { | |
"type": "git", | |
"url": "git+https://github.com/mcollina/reusify.git" | |
}, | |
"keywords": [ | |
"reuse", | |
"object", | |
"performance", | |
"function", | |
"fast" | |
], | |
"author": "Matteo Collina <hello@matteocollina.com>", | |
"license": "MIT", | |
"bugs": { | |
"url": "https://github.com/mcollina/reusify/issues" | |
}, | |
"homepage": "https://github.com/mcollina/reusify#readme", | |
"engines": { | |
"node": ">=0.10.0", | |
"iojs": ">=1.0.0" | |
}, | |
"devDependencies": { | |
"coveralls": "^2.13.3", | |
"faucet": "0.0.1", | |
"istanbul": "^0.4.5", | |
"pre-commit": "^1.2.2", | |
"standard": "^10.0.3", | |
"tape": "^4.8.0" | |
} | |
} |