102 lines
2.4 KiB
JSON
102 lines
2.4 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"left-pad@^1.1.3",
|
|
"/home/bernhard/freifunk-app/node_modules/metro"
|
|
]
|
|
],
|
|
"_from": "left-pad@>=1.1.3 <2.0.0",
|
|
"_id": "left-pad@1.3.0",
|
|
"_inCache": true,
|
|
"_installable": true,
|
|
"_location": "/left-pad",
|
|
"_nodeVersion": "9.2.1",
|
|
"_npmOperationalInternal": {
|
|
"host": "s3://npm-registry-packages",
|
|
"tmp": "tmp/left-pad_1.3.0_1523236245678_0.2849598021556574"
|
|
},
|
|
"_npmUser": {
|
|
"email": "maochenyan@gmail.com",
|
|
"name": "stevemao"
|
|
},
|
|
"_npmVersion": "5.5.1",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"name": "left-pad",
|
|
"raw": "left-pad@^1.1.3",
|
|
"rawSpec": "^1.1.3",
|
|
"scope": null,
|
|
"spec": ">=1.1.3 <2.0.0",
|
|
"type": "range"
|
|
},
|
|
"_requiredBy": [
|
|
"/jsdom",
|
|
"/metro"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/left-pad/-/left-pad-1.3.0.tgz",
|
|
"_shasum": "5b8a3a7765dfe001261dde915589e782f8c94d1e",
|
|
"_shrinkwrap": null,
|
|
"_spec": "left-pad@^1.1.3",
|
|
"_where": "/home/bernhard/freifunk-app/node_modules/metro",
|
|
"author": {
|
|
"name": "azer"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/stevemao/left-pad/issues"
|
|
},
|
|
"dependencies": {},
|
|
"description": "String left pad",
|
|
"devDependencies": {
|
|
"benchmark": "^2.1.0",
|
|
"fast-check": "0.0.8",
|
|
"tape": "*"
|
|
},
|
|
"directories": {},
|
|
"dist": {
|
|
"fileCount": 10,
|
|
"integrity": "sha512-XI5MPzVNApjAyhQzphX8BkmKsKUxD4LdyK24iZeQGinBN9yTQT3bFlCBy/aVx2HrNcqQGsdot8ghrjyrvMCoEA==",
|
|
"shasum": "5b8a3a7765dfe001261dde915589e782f8c94d1e",
|
|
"tarball": "https://registry.npmjs.org/left-pad/-/left-pad-1.3.0.tgz",
|
|
"unpackedSize": 9752
|
|
},
|
|
"gitHead": "ff8e7ba8b4122829cf66125ca8445cac7f073bce",
|
|
"homepage": "https://github.com/stevemao/left-pad#readme",
|
|
"keywords": [
|
|
"left",
|
|
"leftpad",
|
|
"pad",
|
|
"padding",
|
|
"repeat",
|
|
"string"
|
|
],
|
|
"license": "WTFPL",
|
|
"main": "index.js",
|
|
"maintainers": [
|
|
{
|
|
"name": "sebmck",
|
|
"email": "sebmck@gmail.com"
|
|
},
|
|
{
|
|
"name": "stevemao",
|
|
"email": "maochenyan@gmail.com"
|
|
},
|
|
{
|
|
"name": "westlac",
|
|
"email": "cameron.westland@autodesk.com"
|
|
}
|
|
],
|
|
"name": "left-pad",
|
|
"optionalDependencies": {},
|
|
"readme": "ERROR: No README data found!",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+ssh://git@github.com/stevemao/left-pad.git"
|
|
},
|
|
"scripts": {
|
|
"bench": "node perf/perf.js",
|
|
"test": "node test"
|
|
},
|
|
"types": "index.d.ts",
|
|
"version": "1.3.0"
|
|
}
|