{
  "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"
  },
  "author": "Mathias Buus (@mafintosh)",
  "license": "MIT",
  "homepage": "https://github.com/mafintosh/unordered-array-remove"
}