Files
Inyeccion_Dashboard/node_modules/unpack-string/package.json
2025-11-20 15:27:34 -06:00

26 lines
640 B
JSON

{
"name": "unpack-string",
"version": "0.0.2",
"description": "Unpacks the content found within a text, delimited by an opening char and a closing char, e.g., 'Can extract (only the content found here within these parentheses)'",
"main": "lib/unpack-string.js",
"author": {
"name": "Diego ZoracKy",
"email": "diego.zoracky@gmail.com",
"url": "https://github.com/DiegoZoracKy/"
},
"scripts": {
"test": "mocha ./test/main.test.js"
},
"keywords": [
"unpack",
"string",
"brackets",
"parentheses"
],
"license": "MIT",
"devDependencies": {
"chai": "^4.0.0",
"mocha": "^3.4.2"
}
}