123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596 |
- {
- "_args": [
- [
- "repeating@^1.1.0",
- "/repo/combiclub.com/wwwroot/themes/combi/_grunt/node_modules/indent-string"
- ]
- ],
- "_from": "repeating@>=1.1.0 <2.0.0",
- "_id": "repeating@1.1.3",
- "_inCache": true,
- "_location": "/repeating",
- "_nodeVersion": "0.12.4",
- "_npmUser": {
- "email": "sindresorhus@gmail.com",
- "name": "sindresorhus"
- },
- "_npmVersion": "2.10.1",
- "_phantomChildren": {},
- "_requested": {
- "name": "repeating",
- "raw": "repeating@^1.1.0",
- "rawSpec": "^1.1.0",
- "scope": null,
- "spec": ">=1.1.0 <2.0.0",
- "type": "range"
- },
- "_requiredBy": [
- "/indent-string"
- ],
- "_resolved": "https://registry.npmjs.org/repeating/-/repeating-1.1.3.tgz",
- "_shasum": "3d4114218877537494f97f77f9785fab810fa4ac",
- "_shrinkwrap": null,
- "_spec": "repeating@^1.1.0",
- "_where": "/repo/combiclub.com/wwwroot/themes/combi/_grunt/node_modules/indent-string",
- "author": {
- "email": "sindresorhus@gmail.com",
- "name": "Sindre Sorhus",
- "url": "sindresorhus.com"
- },
- "bin": {
- "repeating": "cli.js"
- },
- "bugs": {
- "url": "https://github.com/sindresorhus/repeating/issues"
- },
- "dependencies": {
- "is-finite": "^1.0.0"
- },
- "description": "Repeat a string - fast",
- "devDependencies": {
- "ava": "0.0.4"
- },
- "directories": {},
- "dist": {
- "shasum": "3d4114218877537494f97f77f9785fab810fa4ac",
- "tarball": "http://registry.npmjs.org/repeating/-/repeating-1.1.3.tgz"
- },
- "engines": {
- "node": ">=0.10.0"
- },
- "files": [
- "cli.js",
- "index.js"
- ],
- "gitHead": "23e93be864952600940d29c8d67f2b9a09d48d81",
- "homepage": "https://github.com/sindresorhus/repeating",
- "installable": true,
- "keywords": [
- "bin",
- "cli",
- "cli-app",
- "fill",
- "repeat",
- "repeating",
- "str",
- "string",
- "text"
- ],
- "license": "MIT",
- "maintainers": [
- {
- "name": "sindresorhus",
- "email": "sindresorhus@gmail.com"
- }
- ],
- "name": "repeating",
- "optionalDependencies": {},
- "repository": {
- "type": "git",
- "url": "https://github.com/sindresorhus/repeating"
- },
- "scripts": {
- "test": "node test.js"
- },
- "version": "1.1.3"
- }
|