mirror of
https://github.com/mgerb/mywebsite
synced 2026-01-12 10:52:47 +00:00
updated package.json
This commit is contained in:
105
node_modules/repeat-string/package.json
generated
vendored
Normal file
105
node_modules/repeat-string/package.json
generated
vendored
Normal file
@@ -0,0 +1,105 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"repeat-string@^1.5.2",
|
||||
"/home/mywebsite/node_modules/fill-range"
|
||||
]
|
||||
],
|
||||
"_from": "repeat-string@>=1.5.2 <2.0.0",
|
||||
"_id": "repeat-string@1.5.2",
|
||||
"_inCache": true,
|
||||
"_installable": true,
|
||||
"_location": "/repeat-string",
|
||||
"_nodeVersion": "0.12.0",
|
||||
"_npmUser": {
|
||||
"email": "github@sellside.com",
|
||||
"name": "jonschlinkert"
|
||||
},
|
||||
"_npmVersion": "2.5.1",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"name": "repeat-string",
|
||||
"raw": "repeat-string@^1.5.2",
|
||||
"rawSpec": "^1.5.2",
|
||||
"scope": null,
|
||||
"spec": ">=1.5.2 <2.0.0",
|
||||
"type": "range"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/fill-range"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/repeat-string/-/repeat-string-1.5.2.tgz",
|
||||
"_shasum": "21065f70727ad053a0dd5e957ac9e00c7560d90a",
|
||||
"_shrinkwrap": null,
|
||||
"_spec": "repeat-string@^1.5.2",
|
||||
"_where": "/home/mywebsite/node_modules/fill-range",
|
||||
"author": {
|
||||
"name": "Jon Schlinkert",
|
||||
"url": "http://github.com/jonschlinkert/"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/jonschlinkert/repeat-string/issues"
|
||||
},
|
||||
"dependencies": {},
|
||||
"description": "Repeat the given string n times. Fastest implementation for repeating a string.",
|
||||
"devDependencies": {
|
||||
"benchmarked": "^0.1.3",
|
||||
"chalk": "^0.5.1",
|
||||
"glob": "^4.3.5",
|
||||
"mocha": "^2.2.1",
|
||||
"repeating": "^1.1.1",
|
||||
"should": "^4.0.4"
|
||||
},
|
||||
"directories": {},
|
||||
"dist": {
|
||||
"shasum": "21065f70727ad053a0dd5e957ac9e00c7560d90a",
|
||||
"tarball": "http://registry.npmjs.org/repeat-string/-/repeat-string-1.5.2.tgz"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=0.10"
|
||||
},
|
||||
"files": [
|
||||
"index.js"
|
||||
],
|
||||
"gitHead": "bf20e5dc1414305bec6ff26d90988378a5bad6ec",
|
||||
"homepage": "https://github.com/jonschlinkert/repeat-string",
|
||||
"keywords": [
|
||||
"fast",
|
||||
"fastest",
|
||||
"fill",
|
||||
"left",
|
||||
"left-pad",
|
||||
"multiple",
|
||||
"pad",
|
||||
"padding",
|
||||
"repeat",
|
||||
"repeating",
|
||||
"repetition",
|
||||
"right",
|
||||
"right-pad",
|
||||
"string",
|
||||
"times"
|
||||
],
|
||||
"license": {
|
||||
"type": "MIT",
|
||||
"url": "https://github.com/jonschlinkert/repeat-string/blob/master/LICENSE"
|
||||
},
|
||||
"main": "index.js",
|
||||
"maintainers": [
|
||||
{
|
||||
"name": "jonschlinkert",
|
||||
"email": "github@sellside.com"
|
||||
}
|
||||
],
|
||||
"name": "repeat-string",
|
||||
"optionalDependencies": {},
|
||||
"readme": "ERROR: No README data found!",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/jonschlinkert/repeat-string.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "mocha"
|
||||
},
|
||||
"version": "1.5.2"
|
||||
}
|
||||
Reference in New Issue
Block a user