{
  "_from": "find-replace@^1.0.3",
  "_id": "find-replace@1.0.3",
  "_inBundle": false,
  "_integrity": "sha1-uI5zZNLZyVlVnziMZmcNYTBEH6A=",
  "_location": "/find-replace",
  "_phantomChildren": {
    "typical": "2.6.1"
  },
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "find-replace@^1.0.3",
    "name": "find-replace",
    "escapedName": "find-replace",
    "rawSpec": "^1.0.3",
    "saveSpec": null,
    "fetchSpec": "^1.0.3"
  },
  "_requiredBy": [
    "/command-line-args"
  ],
  "_resolved": "https://registry.npmjs.org/find-replace/-/find-replace-1.0.3.tgz",
  "_shasum": "b88e7364d2d9c959559f388c66670d6130441fa0",
  "_spec": "find-replace@^1.0.3",
  "_where": "/home/wn/workspace-node/homepage/node_modules/command-line-args",
  "author": {
    "name": "Lloyd Brookes",
    "email": "75pound@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/75lb/find-replace/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "array-back": "^1.0.4",
    "test-value": "^2.1.0"
  },
  "deprecated": false,
  "description": "Find and either replace or remove items from an array",
  "devDependencies": {
    "jsdoc-to-markdown": "^2.0.1",
    "test-runner": "^0.3.0"
  },
  "engines": {
    "node": ">=4.0.0"
  },
  "homepage": "https://github.com/75lb/find-replace#readme",
  "keywords": [
    "find",
    "replace",
    "array",
    "remove",
    "splice"
  ],
  "license": "MIT",
  "main": "./lib/find-replace.js",
  "name": "find-replace",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/75lb/find-replace.git"
  },
  "scripts": {
    "docs": "jsdoc2md -t jsdoc2md/README.hbs lib/*.js > README.md; echo",
    "test": "test-runner test/*.js"
  },
  "version": "1.0.3"
}