bigint-crypto-utils/node_modules/find-replace/package.json

72 lines
1.9 KiB
JSON

{
"_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/juan/bigint-crypto-utils/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"
}