UNPKG

@zkochan/pnpm

Version:

A fast implementation of npm install

132 lines (131 loc) 2.97 kB
{ "_args": [ [ { "raw": "pad-right@^0.2.2", "scope": null, "escapedName": "pad-right", "name": "pad-right", "rawSpec": "^0.2.2", "spec": ">=0.2.2 <0.3.0", "type": "range" }, "C:\\src\\pnpm\\node_modules\\cz-conventional-changelog" ] ], "_from": "pad-right@>=0.2.2 <0.3.0", "_id": "pad-right@0.2.2", "_inCache": true, "_installable": true, "_location": "/pad-right", "_nodeVersion": "0.12.4", "_npmUser": { "name": "jonschlinkert", "email": "github@sellside.com" }, "_npmVersion": "2.10.1", "_phantomChildren": {}, "_requested": { "raw": "pad-right@^0.2.2", "scope": null, "escapedName": "pad-right", "name": "pad-right", "rawSpec": "^0.2.2", "spec": ">=0.2.2 <0.3.0", "type": "range" }, "_requiredBy": [ "/cz-conventional-changelog" ], "_resolved": "https://registry.npmjs.org/pad-right/-/pad-right-0.2.2.tgz", "_shasum": "6fbc924045d244f2a2a244503060d3bfc6009774", "_shrinkwrap": null, "_spec": "pad-right@^0.2.2", "_where": "C:\\src\\pnpm\\node_modules\\cz-conventional-changelog", "author": { "name": "Jon Schlinkert", "url": "https://github.com/jonschlinkert" }, "bugs": { "url": "https://github.com/jonschlinkert/pad-right/issues" }, "dependencies": { "repeat-string": "^1.5.2" }, "description": "Right pad a string with zeros or a specified string. Fastest implementation.", "devDependencies": { "mocha": "*", "should": "*" }, "directories": {}, "dist": { "shasum": "6fbc924045d244f2a2a244503060d3bfc6009774", "tarball": "https://registry.npmjs.org/pad-right/-/pad-right-0.2.2.tgz" }, "engines": { "node": ">=0.10.0" }, "files": [ "index.js" ], "gitHead": "ddc7a2a332e3c740351f017c51569ed1a09340e4", "homepage": "https://github.com/jonschlinkert/pad-right", "keywords": [ "align", "alignment", "fill", "left", "pad", "pad-left", "pad-right", "padded", "padding", "right", "right-pad", "spaces", "string", "zero", "zero-fill", "zeros" ], "license": "MIT", "main": "index.js", "maintainers": [ { "name": "jonschlinkert", "email": "github@sellside.com" }, { "name": "doowb", "email": "brian.woodward@gmail.com" } ], "name": "pad-right", "optionalDependencies": {}, "readme": "ERROR: No README data found!", "repository": { "type": "git", "url": "git+https://github.com/jonschlinkert/pad-right.git" }, "scripts": { "test": "mocha" }, "verb": { "related": { "list": [ "align-text", "center-align", "justified", "pad-left", "repeat-string", "right-align", "right-align-keys", "right-align-values", "right-pad-keys", "right-pad-values", "word-wrap" ] } }, "version": "0.2.2" }