UNPKG

@cromarmot/algo

Version:

Algorithms library with controllable time complexity.

41 lines (40 loc) 959 B
{ "name": "@cromarmot/algo", "version": "2.1.0", "description": "Algorithms library with controllable time complexity.", "main": "dist/index.js", "repository": { "type": "git", "url": "git+https://github.com/CroMarmot/algo.git" }, "author": "cromarmot <yexiaorain@gmail.com>", "license": "MIT", "scripts": { "build": "tsc", "test": "mocha --reporter spec", "cover": "istanbul cover node_modules/mocha/bin/_mocha test/*.js -- -R spec" }, "types": "dist/index.d.ts", "prepublish": "tsc", "keywords": [ "isEven", "isNumberOne" ], "bugs": { "url": "https://github.com/CroMarmot/algo/issues" }, "files": [ "dist/**/*" ], "homepage": "https://github.com/CroMarmot/algo", "devDependencies": { "chai": "^4.2.0", "coveralls": "^3.1.0", "istanbul": "^0.4.5", "mocha": "^8.1.0", "typescript": "^3.9.7" }, "dependencies": { "@cromarmot/is-number-one": "^1.0.2" } }