array-events
Version:
Events and more for arrays
43 lines (42 loc) • 1.25 kB
JSON
{
"name": "array-events",
"homepage": "https://github.com/khrome/array-events",
"version": "2.0.1",
"main": "array-events.cjs",
"module": "array-events.mjs",
"description": "Events and more for arrays",
"keywords": [
"array",
"async",
"events"
],
"author": "Abbey Hawk Sparrow <@khrome> (http://patternweaver.com)",
"contributors": [],
"scripts": {
"test": "npm run common-js-test; npm run import-test",
"import-test": "./node_modules/mocha/bin/mocha.js test/test.mjs",
"browser-test": "open http://localhost:8000/test/test.html; npx http-server -p 8000",
"common-js-test": "./node_modules/mocha/bin/mocha.js test/test.js"
},
"bugs": {
"url": "https://github.com/khrome/array-events/issues"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/khrome/array-events.git"
},
"dependencies": {
"async-arrays": "2.0",
"extended-emitter": "*",
"extended-emitter-es6": "^1.1.3"
},
"devDependencies": {
"chai": "^4.3.7",
"environment-safe-chai": "^0.0.1",
"mocha": "^10.2.0"
},
"engines": {
"node": "*"
}
}