asdf-games/node_modules/pad-left/package.json

120 lines
2.5 KiB
JSON

{
"_from": "pad-left@^2.0.0",
"_id": "pad-left@2.1.0",
"_inBundle": false,
"_integrity": "sha1-FuajstRKjhOMsIOMx8tAOk/J6ZQ=",
"_location": "/pad-left",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "pad-left@^2.0.0",
"name": "pad-left",
"escapedName": "pad-left",
"rawSpec": "^2.0.0",
"saveSpec": null,
"fetchSpec": "^2.0.0"
},
"_requiredBy": [
"/garnish"
],
"_resolved": "https://registry.npmjs.org/pad-left/-/pad-left-2.1.0.tgz",
"_shasum": "16e6a3b2d44a8e138cb0838cc7cb403a4fc9e994",
"_spec": "pad-left@^2.0.0",
"_where": "C:\\Users\\User\\Documents\\Git\\asdf-games\\node_modules\\garnish",
"author": {
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
},
"bugs": {
"url": "https://github.com/jonschlinkert/pad-left/issues"
},
"bundleDependencies": false,
"dependencies": {
"repeat-string": "^1.5.4"
},
"deprecated": false,
"description": "Left pad a string with zeros or a specified string. Fastest implementation.",
"devDependencies": {
"benchmarked": "^0.2.5",
"gulp-format-md": "^0.1.9",
"left-pad": "github:stevemao/left-pad",
"minimist": "^1.2.0",
"mocha": "^2.4.5",
"should": "^8.3.1"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js"
],
"homepage": "https://github.com/jonschlinkert/pad-left",
"keywords": [
"align",
"fill",
"left",
"pad",
"pad-left",
"padded",
"padding",
"spaces",
"string",
"zero",
"zero-fill",
"zeros"
],
"license": "MIT",
"main": "index.js",
"name": "pad-left",
"repository": {
"type": "git",
"url": "git+https://github.com/jonschlinkert/pad-left.git"
},
"scripts": {
"test": "mocha"
},
"verb": {
"run": true,
"toc": false,
"layout": "default",
"options": {
"helper": {
"copyright": {
"start": 2014
}
}
},
"tasks": [
"readme"
],
"plugins": [
"gulp-format-md"
],
"related": {
"highlight": "word-wrap",
"list": [
"align-text",
"center-align",
"justified",
"pad-right",
"repeat-string",
"right-align",
"right-align-keys",
"right-align-values",
"right-pad-keys",
"right-pad-values",
"word-wrap"
]
},
"reflinks": [
"verb",
"left-pad"
],
"lint": {
"reflinks": true
}
},
"version": "2.1.0"
}