{ "_from": "find-replace@^2.0.1", "_id": "find-replace@2.0.1", "_inBundle": false, "_integrity": "sha512-LzDo3Fpa30FLIBsh6DCDnMN1KW2g4QKkqKmejlImgWY67dDFPX/x9Kh/op/GK522DchQXEvDi/wD48HKW49XOQ==", "_location": "/find-replace", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "find-replace@^2.0.1", "name": "find-replace", "escapedName": "find-replace", "rawSpec": "^2.0.1", "saveSpec": null, "fetchSpec": "^2.0.1" }, "_requiredBy": [ "/argv-tools", "/command-line-args" ], "_resolved": "https://registry.npmjs.org/find-replace/-/find-replace-2.0.1.tgz", "_shasum": "6d9683a7ca20f8f9aabeabad07e4e2580f528550", "_spec": "find-replace@^2.0.1", "_where": "/home/wn/workspace-node/PiAlive/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": "^2.0.0", "test-value": "^3.0.0" }, "deprecated": false, "description": "Find and either replace or remove items from an array", "devDependencies": { "jsdoc-to-markdown": "^3.0.2", "test-runner": "^0.4.1" }, "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": "2.0.1" }