join-array
Version:
Join the elements of an array into a string. Indicate the regular and the last one separator. Indicate the maximum number of items to concatenate.
48 lines (47 loc) • 1.16 kB
JSON
{
"name": "join-array",
"version": "1.1.3",
"description": "Join the elements of an array into a string. Indicate the regular and the last one separator. Indicate the maximum number of items to concatenate.",
"main": "index.js",
"scripts": {
"start": "webpack --env.dev",
"build": "webpack --env.prod"
},
"repository": {
"type": "git",
"url": "git+https://github.com/devrafalko/join-array.git"
},
"keywords": [
"join",
"array",
"string",
"separator",
"last",
"concat",
"items",
"limit",
"maximum",
"item",
"concatenate"
],
"author": "Pawel Rafalko",
"license": "MIT",
"bugs": {
"url": "https://github.com/devrafalko/join-array/issues"
},
"homepage": "https://github.com/devrafalko/join-array#readme",
"dependencies": {
"of-type": "^3.0.3",
"typeof-arguments": "^5.1.2",
"typeof-properties": "^3.1.3"
},
"devDependencies": {
"@babel/core": "^7.11.1",
"@babel/preset-env": "^7.11.0",
"babel-loader": "^8.1.0",
"terser-webpack-plugin": "^4.1.0",
"webpack": "^4.44.1",
"webpack-cli": "^3.3.12",
"webpack-merge": "^5.1.1"
}
}