npm-thomas-funky-functions
Version:
These are some fun and funky functions to help you manipulate strings, arrays, and objects!
30 lines (29 loc) • 810 B
JSON
{
"name": "npm-thomas-funky-functions",
"version": "1.0.4",
"description": "These are some fun and funky functions to help you manipulate strings, arrays, and objects!",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/thomaszhangg/2020-04-17-personal-npm-package.git"
},
"keywords": [
"npm",
"npm-utils",
"npm-strings",
"npm-arrays",
"npm-objects",
"npm-reverse",
"npm-utilities",
"npm-fun-and-funky"
],
"author": "Thomas Zhang",
"license": "ISC",
"bugs": {
"url": "https://github.com/thomaszhangg/2020-04-17-personal-npm-package/issues"
},
"homepage": "https://github.com/thomaszhangg/2020-04-17-personal-npm-package#readme"
}