UNPKG

indexed

Version:

database-like indexed array that always returns a new array

54 lines (53 loc) 1.42 kB
{ "name": "indexed", "version": "0.1.9", "description": "database-like indexed array that always returns a new array", "main": "index.js", "scripts": { "compile": "rm -rf ./lib && ./node_modules/.bin/babel src --out-dir lib", "test": "./node_modules/.bin/mocha", "spec": "./node_modules/.bin/mocha --reporter markdown > spec.md", "prepare": "npm run test && npm run spec && npm run compile && echo \"CHANGED FILES:\" && git add -A -n", "prepare-commit":"npm run prepare && vim package.json && git add -A && git commit && git push", "commit":"npm run prepare-commit && npm publish" }, "devDependencies": { "babel": "^6.0.15", "babel-cli": "^6.1.2", "babel-core": "^6.1.2", "babel-preset-es2015": "^6.1.2", "babel-preset-react": "^6.1.2", "babel-preset-stage-0": "^6.1.2", "chai": "^3.4.1", "mocha": "^2.3.3", "should": "^7.1.1" }, "babel": { "presets": [ "es2015", "stage-0", "react" ] }, "author": "xananax@yelostudio.com", "license": "MIT", "directories": { "test": "test" }, "repository": { "type": "git", "url": "git+https://github.com/Xananax/indexed.git" }, "keywords": [ "array", "indexes", "map", "arrayLike", "database", "hash" ], "bugs": { "url": "https://github.com/Xananax/indexed/issues" }, "homepage": "https://github.com/Xananax/indexed#readme" }