forked from enviPath/enviPy
66 lines
1.6 KiB
JSON
66 lines
1.6 KiB
JSON
{
|
|
"_from": "patch-text@~1.0.2",
|
|
"_id": "patch-text@1.0.2",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-S/NuZeUXM9bpjwz2LgkDTaoDSKw=",
|
|
"_location": "/patch-text",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "patch-text@~1.0.2",
|
|
"name": "patch-text",
|
|
"escapedName": "patch-text",
|
|
"rawSpec": "~1.0.2",
|
|
"saveSpec": null,
|
|
"fetchSpec": "~1.0.2"
|
|
},
|
|
"_requiredBy": [
|
|
"/replace-requires"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/patch-text/-/patch-text-1.0.2.tgz",
|
|
"_shasum": "4bf36e65e51733d6e98f0cf62e09034daa0348ac",
|
|
"_spec": "patch-text@~1.0.2",
|
|
"_where": "/home/manfred/enviPath/ketcher2/ketcher/node_modules/replace-requires",
|
|
"author": {
|
|
"name": "Ben Drucker",
|
|
"email": "bvdrucker@gmail.com",
|
|
"url": "bendrucker.me"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/bendrucker/patch-text/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {},
|
|
"deprecated": false,
|
|
"description": "Make multiple changes to a block of text by providing start and end indices and replacement text",
|
|
"devDependencies": {
|
|
"standard": "^4.0.0",
|
|
"tape": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
},
|
|
"files": [
|
|
"index.js",
|
|
"readme.md"
|
|
],
|
|
"homepage": "https://github.com/bendrucker/patch-text#readme",
|
|
"keywords": [
|
|
"replace",
|
|
"code",
|
|
"index"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"name": "patch-text",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/bendrucker/patch-text.git"
|
|
},
|
|
"scripts": {
|
|
"test": "standard && tape test.js"
|
|
},
|
|
"version": "1.0.2"
|
|
}
|