GT2/GT2-Android/node_modules/repeating/package.json

106 lines
3.7 KiB
JSON
Raw Normal View History

{
"_args": [
[
{
"raw": "repeating@^2.0.0",
"scope": null,
"escapedName": "repeating",
"name": "repeating",
"rawSpec": "^2.0.0",
"spec": ">=2.0.0 <3.0.0",
"type": "range"
},
"/home/jdaugherty/work/GT2/GT2-Android/node_modules/detect-indent"
]
],
"_from": "repeating@>=2.0.0 <3.0.0",
"_id": "repeating@2.0.1",
"_inCache": true,
"_location": "/repeating",
"_nodeVersion": "4.4.2",
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/repeating-2.0.1.tgz_1460395966602_0.9193919147364795"
},
"_npmUser": {
"name": "sindresorhus",
"email": "sindresorhus@gmail.com"
},
"_npmVersion": "3.8.6",
"_phantomChildren": {},
"_requested": {
"raw": "repeating@^2.0.0",
"scope": null,
"escapedName": "repeating",
"name": "repeating",
"rawSpec": "^2.0.0",
"spec": ">=2.0.0 <3.0.0",
"type": "range"
},
"_requiredBy": [
"/detect-indent"
],
"_resolved": "https://registry.npmjs.org/repeating/-/repeating-2.0.1.tgz",
"_shasum": "5214c53a926d3552707527fbab415dbc08d06dda",
"_shrinkwrap": null,
"_spec": "repeating@^2.0.0",
"_where": "/home/jdaugherty/work/GT2/GT2-Android/node_modules/detect-indent",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"bugs": {
"url": "https://github.com/sindresorhus/repeating/issues"
},
"dependencies": {
"is-finite": "^1.0.0"
},
"description": "Repeat a string - fast",
"devDependencies": {
"ava": "*",
"xo": "*"
},
"directories": {},
"dist": {
"shasum": "5214c53a926d3552707527fbab415dbc08d06dda",
"tarball": "https://registry.npmjs.org/repeating/-/repeating-2.0.1.tgz"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js"
],
"gitHead": "be02bcaf9a674b3c155477b3bf282136bcf44770",
"homepage": "https://github.com/sindresorhus/repeating#readme",
"keywords": [
"repeat",
"string",
"repeating",
"str",
"text",
"fill",
"pad"
],
"license": "MIT",
"maintainers": [
{
"name": "sindresorhus",
"email": "sindresorhus@gmail.com"
}
],
"name": "repeating",
"optionalDependencies": {},
"readme": "# repeating [![Build Status](https://travis-ci.org/sindresorhus/repeating.svg?branch=master)](https://travis-ci.org/sindresorhus/repeating)\n\n> Repeat a string - fast\n\n\n## Install\n\n```\n$ npm install --save repeating\n```\n\n\n## Usage\n\n```js\nconst repeating = require('repeating');\n\nrepeating('unicorn ', 100);\n//=> 'unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn unicorn '\n```\n\n\n## Related\n\n- [repeating-cli](https://github.com/sindresorhus/repeating-cli) - CLI for this module\n\n\n## License\n\nMIT © [Sindre Sorhus](https://sindresorhus.com)\n",
"readmeFilename": "readme.md",
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/repeating.git"
},
"scripts": {
"test": "xo && ava"
},
"version": "2.0.1"
}