forked from olcxjas-softworks/LarpixClient
Add capacitorjs runtime
This commit is contained in:
parent
d0ece489ee
commit
f90c0e6c40
8362 changed files with 1502407 additions and 1 deletions
36
node_modules/replace/package.json
generated
vendored
Normal file
36
node_modules/replace/package.json
generated
vendored
Normal file
|
|
@ -0,0 +1,36 @@
|
|||
{
|
||||
"name": "replace",
|
||||
"description": "Command line search and replace utility",
|
||||
"license": "MIT",
|
||||
"version": "1.2.2",
|
||||
"author": "Alessandro Maclaine <almaclaine@gmail.com>",
|
||||
"main": "replace.js",
|
||||
"engines": {
|
||||
"node": ">= 6"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/ALMaclaine/replace"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "node test"
|
||||
},
|
||||
"dependencies": {
|
||||
"chalk": "2.4.2",
|
||||
"minimatch": "3.0.5",
|
||||
"yargs": "^15.3.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"tape": "4.11.0"
|
||||
},
|
||||
"bin": {
|
||||
"replace": "./bin/replace.js",
|
||||
"search": "./bin/search.js"
|
||||
},
|
||||
"keywords": [
|
||||
"sed",
|
||||
"grep",
|
||||
"search",
|
||||
"replace"
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue