123456789101112131415161718192021222324252627282930313233343536 |
- {
- "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"
- }
|