notes/node_modules/repeating/package.json

97 lines
2.3 KiB
JSON

{
"_args": [
[
"repeating@^2.0.0",
"/Users/pmarsceill/_projects/just-the-docs/node_modules/indent-string"
]
],
"_from": "repeating@>=2.0.0 <3.0.0",
"_id": "repeating@2.0.1",
"_inCache": true,
"_installable": 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": {
"email": "sindresorhus@gmail.com",
"name": "sindresorhus"
},
"_npmVersion": "3.8.6",
"_phantomChildren": {},
"_requested": {
"name": "repeating",
"raw": "repeating@^2.0.0",
"rawSpec": "^2.0.0",
"scope": null,
"spec": ">=2.0.0 <3.0.0",
"type": "range"
},
"_requiredBy": [
"/indent-string"
],
"_resolved": "https://registry.npmjs.org/repeating/-/repeating-2.0.1.tgz",
"_shasum": "5214c53a926d3552707527fbab415dbc08d06dda",
"_shrinkwrap": null,
"_spec": "repeating@^2.0.0",
"_where": "/Users/pmarsceill/_projects/just-the-docs/node_modules/indent-string",
"author": {
"email": "sindresorhus@gmail.com",
"name": "Sindre Sorhus",
"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": [
"fill",
"pad",
"repeat",
"repeating",
"str",
"string",
"text"
],
"license": "MIT",
"maintainers": [
{
"name": "sindresorhus",
"email": "sindresorhus@gmail.com"
}
],
"name": "repeating",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/repeating.git"
},
"scripts": {
"test": "xo && ava"
},
"version": "2.0.1"
}