refactor start
This commit is contained in:
parent
bd49791e06
commit
e46d25f0b7
16699 changed files with 2 additions and 1484887 deletions
45
home/ags/node_modules/reusify/package.json
generated
vendored
45
home/ags/node_modules/reusify/package.json
generated
vendored
|
|
@ -1,45 +0,0 @@
|
|||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue