{ "_from": "string.prototype.repeat@^1.0.0", "_id": "string.prototype.repeat@1.0.0", "_inBundle": false, "_integrity": "sha512-0u/TldDbKD8bFCQ/4f5+mNRrXwZ8hg2w7ZR8wa16e8z9XpePWl3eGEcUD0OXpEH/VJH/2G3gjUtR3ZOiBe2S/w==", "_location": "/string.prototype.repeat", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "string.prototype.repeat@^1.0.0", "name": "string.prototype.repeat", "escapedName": "string.prototype.repeat", "rawSpec": "^1.0.0", "saveSpec": null, "fetchSpec": "^1.0.0" }, "_requiredBy": [ "/eslint-plugin-react" ], "_resolved": "https://registry.npmjs.org/string.prototype.repeat/-/string.prototype.repeat-1.0.0.tgz", "_shasum": "e90872ee0308b29435aa26275f6e1b762daee01a", "_spec": "string.prototype.repeat@^1.0.0", "_where": "/home/josie/development/hdlines/hdlines-react/node_modules/eslint-plugin-react", "author": { "name": "Mathias Bynens", "url": "https://mathiasbynens.be/" }, "bugs": { "url": "https://github.com/mathiasbynens/String.prototype.repeat/issues" }, "bundleDependencies": false, "dependencies": { "define-properties": "^1.1.3", "es-abstract": "^1.17.5" }, "deprecated": false, "description": "A robust & optimized `String.prototype.repeat` polyfill, based on the ECMAScript 6 specification.", "devDependencies": { "@es-shims/api": "^2.1.2", "function-bind": "^1.1.1", "functions-have-names": "^1.2.1", "istanbul": "^0.4.5", "tape": "^5.0.0" }, "exports": { ".": "./index.js", "./auto": "./auto.js", "./shim": "./shim.js", "./getPolyfill": "./getPolyfill.js", "./implementation": "./implementation.js", "./package.json": "./package.json" }, "homepage": "https://mths.be/repeat", "keywords": [ "string", "repeat", "es6", "ecmascript", "polyfill" ], "license": "MIT", "main": "index.js", "name": "string.prototype.repeat", "repository": { "type": "git", "url": "git+https://github.com/mathiasbynens/String.prototype.repeat.git" }, "scripts": { "cover": "istanbul cover --report html --verbose --dir coverage tape 'tests/*.js'", "pretest": "es-shim-api --bound", "test": "npm run tests-only", "tests-only": "tape 'tests/*.js'" }, "version": "1.0.0" }