UNPKG

prray

Version:

'Promisified' Array, comes with async method supports(such as mapAsync). And it is compatible with normal array.

39 lines (38 loc) 1.03 kB
{ "name": "prray", "version": "0.5.2", "description": "'Promisified' Array, comes with async method supports(such as mapAsync). And it is compatible with normal array.", "main": "./dist/src/index", "typings": "./dist/src/index.d.ts", "scripts": { "test": "rm -rf dist && npm run compile && nyc ava ./dist/test/*.test.js", "compile": "tsc", "prettier": "prettier --config .prettierrc --write '**/*.ts'", "prepublish": "npm run prettier && npm run test" }, "husky": { "hooks": { "pre-commit": "pretty-quick --staged", "pre-push": "npm run prettier && npm run test" } }, "repository": "Bin-Huang/prray", "homepage": "https://github.com/Bin-Huang/prray", "keywords": [ "promise", "array", "p", "concurrency" ], "author": "Ben Huang", "license": "ISC", "dependencies": {}, "devDependencies": { "ava": "^2.4.0", "husky": "^3.0.7", "nyc": "^14.1.1", "prettier": "^1.18.2", "pretty-quick": "^1.11.1", "sinon": "^7.4.2" } }