{ "_args": [ [ "find-replace@2.0.1", "/opt/services/PiAlive" ] ], "_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": "version", "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", "_spec": "2.0.1", "_where": "/opt/services/PiAlive", "author": { "name": "Lloyd Brookes", "email": "75pound@gmail.com" }, "bugs": { "url": "https://github.com/75lb/find-replace/issues" }, "dependencies": { "array-back": "^2.0.0", "test-value": "^3.0.0" }, "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" }