Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tools/eslint/node_modules/repeat-string/package.json')
-rw-r--r--tools/eslint/node_modules/repeat-string/package.json169
1 files changed, 169 insertions, 0 deletions
diff --git a/tools/eslint/node_modules/repeat-string/package.json b/tools/eslint/node_modules/repeat-string/package.json
new file mode 100644
index 00000000000..bf4fb567373
--- /dev/null
+++ b/tools/eslint/node_modules/repeat-string/package.json
@@ -0,0 +1,169 @@
+{
+ "_args": [
+ [
+ {
+ "raw": "repeat-string@^1.5.4",
+ "scope": null,
+ "escapedName": "repeat-string",
+ "name": "repeat-string",
+ "rawSpec": "^1.5.4",
+ "spec": ">=1.5.4 <2.0.0",
+ "type": "range"
+ },
+ "j:\\temp\\_git\\node-fork\\tools\\eslint\\node_modules\\remark-parse"
+ ]
+ ],
+ "_from": "repeat-string@>=1.5.4 <2.0.0",
+ "_id": "repeat-string@1.6.1",
+ "_inCache": true,
+ "_location": "/repeat-string",
+ "_nodeVersion": "6.7.0",
+ "_npmOperationalInternal": {
+ "host": "packages-12-west.internal.npmjs.com",
+ "tmp": "tmp/repeat-string-1.6.1.tgz_1477241638674_0.3764322670176625"
+ },
+ "_npmUser": {
+ "name": "jonschlinkert",
+ "email": "github@sellside.com"
+ },
+ "_npmVersion": "3.10.3",
+ "_phantomChildren": {},
+ "_requested": {
+ "raw": "repeat-string@^1.5.4",
+ "scope": null,
+ "escapedName": "repeat-string",
+ "name": "repeat-string",
+ "rawSpec": "^1.5.4",
+ "spec": ">=1.5.4 <2.0.0",
+ "type": "range"
+ },
+ "_requiredBy": [
+ "/remark-parse",
+ "/remark-stringify"
+ ],
+ "_resolved": "https://registry.npmjs.org/repeat-string/-/repeat-string-1.6.1.tgz",
+ "_shasum": "8dcae470e1c88abc2d600fff4a776286da75e637",
+ "_shrinkwrap": null,
+ "_spec": "repeat-string@^1.5.4",
+ "_where": "j:\\temp\\_git\\node-fork\\tools\\eslint\\node_modules\\remark-parse",
+ "author": {
+ "name": "Jon Schlinkert",
+ "url": "http://github.com/jonschlinkert"
+ },
+ "bugs": {
+ "url": "https://github.com/jonschlinkert/repeat-string/issues"
+ },
+ "contributors": [
+ {
+ "name": "Brian Woodward",
+ "email": "brian.woodward@gmail.com",
+ "url": "https://github.com/doowb"
+ },
+ {
+ "name": "Jon Schlinkert",
+ "email": "jon.schlinkert@sellside.com",
+ "url": "http://twitter.com/jonschlinkert"
+ },
+ {
+ "name": "Linus Unnebäck",
+ "email": "linus@folkdatorn.se",
+ "url": "http://linus.unnebäck.se"
+ },
+ {
+ "name": "Thijs Busser",
+ "email": "tbusser@gmail.com",
+ "url": "http://tbusser.net"
+ },
+ {
+ "name": "Titus",
+ "email": "tituswormer@gmail.com",
+ "url": "wooorm.com"
+ }
+ ],
+ "dependencies": {},
+ "description": "Repeat the given string n times. Fastest implementation for repeating a string.",
+ "devDependencies": {
+ "ansi-cyan": "^0.1.1",
+ "benchmarked": "^0.2.5",
+ "gulp-format-md": "^0.1.11",
+ "isobject": "^2.1.0",
+ "mocha": "^3.1.2",
+ "repeating": "^3.0.0",
+ "text-table": "^0.2.0",
+ "yargs-parser": "^4.0.2"
+ },
+ "directories": {},
+ "dist": {
+ "shasum": "8dcae470e1c88abc2d600fff4a776286da75e637",
+ "tarball": "https://registry.npmjs.org/repeat-string/-/repeat-string-1.6.1.tgz"
+ },
+ "engines": {
+ "node": ">=0.10"
+ },
+ "files": [
+ "index.js"
+ ],
+ "gitHead": "1a95c5d99a02999ccd2cf4663959a18bd2def7b8",
+ "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": "MIT",
+ "main": "index.js",
+ "maintainers": [
+ {
+ "name": "jonschlinkert",
+ "email": "github@sellside.com"
+ },
+ {
+ "name": "doowb",
+ "email": "brian.woodward@gmail.com"
+ }
+ ],
+ "name": "repeat-string",
+ "optionalDependencies": {},
+ "readme": "ERROR: No README data found!",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/jonschlinkert/repeat-string.git"
+ },
+ "scripts": {
+ "test": "mocha"
+ },
+ "verb": {
+ "toc": false,
+ "layout": "default",
+ "tasks": [
+ "readme"
+ ],
+ "plugins": [
+ "gulp-format-md"
+ ],
+ "related": {
+ "list": [
+ "repeat-element"
+ ]
+ },
+ "helpers": [
+ "./benchmark/helper.js"
+ ],
+ "reflinks": [
+ "verb"
+ ]
+ },
+ "version": "1.6.1"
+}