Initial commit
[yaffs-website] / node_modules / repeating / package.json
1 {
2   "_args": [
3     [
4       "repeating@^2.0.0",
5       "/var/www/yaffs/node_modules/indent-string"
6     ]
7   ],
8   "_from": "repeating@>=2.0.0 <3.0.0",
9   "_id": "repeating@2.0.1",
10   "_inCache": true,
11   "_installable": true,
12   "_location": "/repeating",
13   "_nodeVersion": "4.4.2",
14   "_npmOperationalInternal": {
15     "host": "packages-12-west.internal.npmjs.com",
16     "tmp": "tmp/repeating-2.0.1.tgz_1460395966602_0.9193919147364795"
17   },
18   "_npmUser": {
19     "email": "sindresorhus@gmail.com",
20     "name": "sindresorhus"
21   },
22   "_npmVersion": "3.8.6",
23   "_phantomChildren": {},
24   "_requested": {
25     "name": "repeating",
26     "raw": "repeating@^2.0.0",
27     "rawSpec": "^2.0.0",
28     "scope": null,
29     "spec": ">=2.0.0 <3.0.0",
30     "type": "range"
31   },
32   "_requiredBy": [
33     "/indent-string"
34   ],
35   "_resolved": "https://registry.npmjs.org/repeating/-/repeating-2.0.1.tgz",
36   "_shasum": "5214c53a926d3552707527fbab415dbc08d06dda",
37   "_shrinkwrap": null,
38   "_spec": "repeating@^2.0.0",
39   "_where": "/var/www/yaffs/node_modules/indent-string",
40   "author": {
41     "email": "sindresorhus@gmail.com",
42     "name": "Sindre Sorhus",
43     "url": "sindresorhus.com"
44   },
45   "bugs": {
46     "url": "https://github.com/sindresorhus/repeating/issues"
47   },
48   "dependencies": {
49     "is-finite": "^1.0.0"
50   },
51   "description": "Repeat a string - fast",
52   "devDependencies": {
53     "ava": "*",
54     "xo": "*"
55   },
56   "directories": {},
57   "dist": {
58     "shasum": "5214c53a926d3552707527fbab415dbc08d06dda",
59     "tarball": "https://registry.npmjs.org/repeating/-/repeating-2.0.1.tgz"
60   },
61   "engines": {
62     "node": ">=0.10.0"
63   },
64   "files": [
65     "index.js"
66   ],
67   "gitHead": "be02bcaf9a674b3c155477b3bf282136bcf44770",
68   "homepage": "https://github.com/sindresorhus/repeating#readme",
69   "keywords": [
70     "fill",
71     "pad",
72     "repeat",
73     "repeating",
74     "str",
75     "string",
76     "text"
77   ],
78   "license": "MIT",
79   "maintainers": [
80     {
81       "name": "sindresorhus",
82       "email": "sindresorhus@gmail.com"
83     }
84   ],
85   "name": "repeating",
86   "optionalDependencies": {},
87   "readme": "ERROR: No README data found!",
88   "repository": {
89     "type": "git",
90     "url": "git+https://github.com/sindresorhus/repeating.git"
91   },
92   "scripts": {
93     "test": "xo && ava"
94   },
95   "version": "2.0.1"
96 }