24 lines
466 B
JSON
24 lines
466 B
JSON
{
|
|
"name": "left-pad",
|
|
"version": "1.3.0",
|
|
"description": "String left pad",
|
|
"main": "index.js",
|
|
"types": "index.d.ts",
|
|
"devDependencies": {
|
|
"benchmark": "^2.1.0",
|
|
"fast-check": "0.0.8",
|
|
"tape": "*"
|
|
},
|
|
"repository": {
|
|
"url": "git@github.com:stevemao/left-pad.git",
|
|
"type": "git"
|
|
},
|
|
"author": "azer",
|
|
"maintainers": [
|
|
{
|
|
"name": "Cameron Westland",
|
|
"email": "camwest@gmail.com"
|
|
}
|
|
],
|
|
"license": "WTFPL"
|
|
} |