{ "name": "unordered-array-remove", "version": "1.0.2", "description": "Efficiently remove an element from an unordered array without doing a splice", "main": "index.js", "dependencies": {}, "devDependencies": { "tape": "^4.4.0" }, "repository": { "type": "git", "url": "https://github.com/mafintosh/unordered-array-remove.git" }, "scripts": { "test": "tape test.js" }, "author": "Mathias Buus (@mafintosh)", "license": "MIT", "bugs": { "url": "https://github.com/mafintosh/unordered-array-remove/issues" }, "homepage": "https://github.com/mafintosh/unordered-array-remove" }