setup-node/node_modules/left-pad/package.json
eric sciple ae5dcb46c8 .
2020-01-24 12:30:26 -05:00

40 lines
859 B
JSON

{
"name": "left-pad",
"version": "1.3.0",
"description": "String left pad",
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"test": "node test",
"bench": "node perf/perf.js"
},
"devDependencies": {
"benchmark": "^2.1.0",
"fast-check": "0.0.8",
"tape": "*"
},
"keywords": [
"leftpad",
"left",
"pad",
"padding",
"string",
"repeat"
],
"repository": {
"url": "git@github.com:stevemao/left-pad.git",
"type": "git"
},
"author": "azer",
"maintainers": [
{
"name": "Cameron Westland",
"email": "camwest@gmail.com"
}
],
"license": "WTFPL"
,"_resolved": "https://registry.npmjs.org/left-pad/-/left-pad-1.3.0.tgz"
,"_integrity": "sha512-XI5MPzVNApjAyhQzphX8BkmKsKUxD4LdyK24iZeQGinBN9yTQT3bFlCBy/aVx2HrNcqQGsdot8ghrjyrvMCoEA=="
,"_from": "left-pad@1.3.0"
}