array_string_extractor
Version:
Extract strings from the data.
22 lines (21 loc) • 401 B
JSON
{
"name": "array_string_extractor",
"version": "1.0.1",
"description": "Extract strings from the data.",
"keywords": [
"String",
"Manipulation",
"Array"
],
"repository": {
"type": "git",
"url": ""
},
"license": "ISC",
"author": "Amit Raj",
"type": "commonjs",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}