diff options
Diffstat (limited to 'tools/eslint/node_modules/repeat-string/package.json')
-rw-r--r-- | tools/eslint/node_modules/repeat-string/package.json | 62 |
1 files changed, 11 insertions, 51 deletions
diff --git a/tools/eslint/node_modules/repeat-string/package.json b/tools/eslint/node_modules/repeat-string/package.json index 000d3ebf2c..4565757323 100644 --- a/tools/eslint/node_modules/repeat-string/package.json +++ b/tools/eslint/node_modules/repeat-string/package.json @@ -1,41 +1,19 @@ { - "_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" - }, - "/Users/trott/io.js/tools/eslint/node_modules/remark-parse" - ] - ], - "_from": "repeat-string@>=1.5.4 <2.0.0", + "_from": "repeat-string@^1.5.4", "_id": "repeat-string@1.6.1", - "_inCache": true, + "_inBundle": false, + "_integrity": "sha1-jcrkcOHIirwtYA//Sndihtp15jc=", "_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": { + "type": "range", + "registry": true, "raw": "repeat-string@^1.5.4", - "scope": null, - "escapedName": "repeat-string", "name": "repeat-string", + "escapedName": "repeat-string", "rawSpec": "^1.5.4", - "spec": ">=1.5.4 <2.0.0", - "type": "range" + "saveSpec": null, + "fetchSpec": "^1.5.4" }, "_requiredBy": [ "/remark-parse", @@ -43,9 +21,8 @@ ], "_resolved": "https://registry.npmjs.org/repeat-string/-/repeat-string-1.6.1.tgz", "_shasum": "8dcae470e1c88abc2d600fff4a776286da75e637", - "_shrinkwrap": null, "_spec": "repeat-string@^1.5.4", - "_where": "/Users/trott/io.js/tools/eslint/node_modules/remark-parse", + "_where": "/Users/trott/io.js/tools/eslint-tmp/node_modules/eslint/node_modules/remark-parse", "author": { "name": "Jon Schlinkert", "url": "http://github.com/jonschlinkert" @@ -53,6 +30,7 @@ "bugs": { "url": "https://github.com/jonschlinkert/repeat-string/issues" }, + "bundleDependencies": false, "contributors": [ { "name": "Brian Woodward", @@ -80,7 +58,7 @@ "url": "wooorm.com" } ], - "dependencies": {}, + "deprecated": false, "description": "Repeat the given string n times. Fastest implementation for repeating a string.", "devDependencies": { "ansi-cyan": "^0.1.1", @@ -92,18 +70,12 @@ "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", @@ -124,19 +96,7 @@ ], "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" |