UNPKG

additional_hof

Version:
29 lines (28 loc) 723 B
{ "name": "additional_hof", "version": "1.0.0", "description": "A package that adds additional HOF to array", "keywords": [ "HOF", "Array", "Additional" ], "homepage": "https://github.com/SarkarJyotirmay/Node_HW_3_npm_package_HOF#readme", "bugs": { "url": "https://github.com/SarkarJyotirmay/Node_HW_3_npm_package_HOF/issues" }, "repository": { "type": "git", "url": "git+https://github.com/SarkarJyotirmay/Node_HW_3_npm_package_HOF.git" }, "license": "ISC", "author": "Jyotirmay Sarkar", "type": "module", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "dependencies": { "binary-search-js-sarkar": "^1.0.1" } }