This commit is contained in:
2019-09-17 13:20:42 -04:00
parent d211d1dc34
commit bef10ce4c9
8352 changed files with 568242 additions and 51 deletions
+17
View File
@@ -0,0 +1,17 @@
{
"name": "pad-component",
"version": "0.0.1",
"description": "Pad strings to a given length",
"keywords": ["string", "pad"],
"author": "TJ Holowaychuk <tj@vision-media.ca>",
"dependencies": {},
"devDependencies": {
"mocha": "*",
"should": "*"
},
"component": {
"scripts": {
"pad/index.js": "index.js"
}
}
}