UNPKG

function-double

Version:
38 lines (37 loc) 871 B
{ "name": "function-double", "version": "1.0.4", "description": "Stand-in for a function", "main": "lib/index.js", "types": "function-double.d.ts", "scripts": { "test": "jest", "build": "babel src -d lib", "prepublish": "npm run build" }, "repository": { "type": "git", "url": "git+https://github.com/theKashey/function-double.git" }, "keywords": [ "function", "arity", "descriptor", "length" ], "author": "Anton Korzunov (thekashey@gmail.com)", "license": "ISC", "bugs": { "url": "https://github.com/theKashey/function-double/issues" }, "homepage": "https://github.com/theKashey/function-double#readme", "dependencies": { "util-arity": "^1.1.0" }, "devDependencies": { "babel-jest": "^23.0.0", "jest": "^23.0.0", "babel-cli": "^6.26.0", "babel-preset-env": "^1.6.1" } }