1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
| {
| "_from": "find-replace@^3.0.0",
| "_id": "find-replace@3.0.0",
| "_inBundle": false,
| "_integrity": "sha512-6Tb2myMioCAgv5kfvP5/PkZZ/ntTpVK39fHY7WkWBgvbeE+VHd/tZuZ4mrC+bxh4cfOZeYKVPaJIZtZXV7GNCQ==",
| "_location": "/find-replace",
| "_phantomChildren": {},
| "_requested": {
| "type": "range",
| "registry": true,
| "raw": "find-replace@^3.0.0",
| "name": "find-replace",
| "escapedName": "find-replace",
| "rawSpec": "^3.0.0",
| "saveSpec": null,
| "fetchSpec": "^3.0.0"
| },
| "_requiredBy": [
| "/command-line-args"
| ],
| "_resolved": "https://registry.npmjs.org/find-replace/-/find-replace-3.0.0.tgz",
| "_shasum": "3e7e23d3b05167a76f770c9fbd5258b0def68c38",
| "_spec": "find-replace@^3.0.0",
| "_where": "/home/l/plc/node-red/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": "^3.0.1"
| },
| "deprecated": false,
| "description": "Find and either replace or remove items in an array",
| "devDependencies": {
| "jsdoc-to-markdown": "^4.0.1",
| "rollup": "^1.7.0",
| "test-runner": "^0.5.1"
| },
| "engines": {
| "node": ">=4.0.0"
| },
| "files": [
| "index.mjs",
| "dist"
| ],
| "homepage": "https://github.com/75lb/find-replace#readme",
| "keywords": [
| "find",
| "replace",
| "array",
| "remove",
| "splice"
| ],
| "license": "MIT",
| "main": "dist/index.js",
| "name": "find-replace",
| "repository": {
| "type": "git",
| "url": "git+https://github.com/75lb/find-replace.git"
| },
| "scripts": {
| "dist": "rollup index.mjs -f umd -n findReplace -o dist/index.js && rollup index.mjs -f esm -o dist/index.mjs",
| "docs": "jsdoc2md -c jsdoc.conf -t README.hbs index.mjs > README.md; echo",
| "test": "test-runner test.js"
| },
| "version": "3.0.0"
| }
|
|