Initial commit
[yaffs-website] / node_modules / randomatic / package.json
1 {
2   "_args": [
3     [
4       "randomatic@^1.1.3",
5       "/var/www/yaffs/node_modules/fill-range"
6     ]
7   ],
8   "_from": "randomatic@>=1.1.3 <2.0.0",
9   "_id": "randomatic@1.1.6",
10   "_inCache": true,
11   "_installable": true,
12   "_location": "/randomatic",
13   "_nodeVersion": "6.7.0",
14   "_npmOperationalInternal": {
15     "host": "packages-18-east.internal.npmjs.com",
16     "tmp": "tmp/randomatic-1.1.6.tgz_1480022662943_0.08446102566085756"
17   },
18   "_npmUser": {
19     "email": "github@sellside.com",
20     "name": "jonschlinkert"
21   },
22   "_npmVersion": "3.10.3",
23   "_phantomChildren": {},
24   "_requested": {
25     "name": "randomatic",
26     "raw": "randomatic@^1.1.3",
27     "rawSpec": "^1.1.3",
28     "scope": null,
29     "spec": ">=1.1.3 <2.0.0",
30     "type": "range"
31   },
32   "_requiredBy": [
33     "/fill-range"
34   ],
35   "_resolved": "https://registry.npmjs.org/randomatic/-/randomatic-1.1.6.tgz",
36   "_shasum": "110dcabff397e9dcff7c0789ccc0a49adf1ec5bb",
37   "_shrinkwrap": null,
38   "_spec": "randomatic@^1.1.3",
39   "_where": "/var/www/yaffs/node_modules/fill-range",
40   "author": {
41     "name": "Jon Schlinkert",
42     "url": "https://github.com/jonschlinkert"
43   },
44   "bugs": {
45     "url": "https://github.com/jonschlinkert/randomatic/issues"
46   },
47   "dependencies": {
48     "is-number": "^2.0.2",
49     "kind-of": "^3.0.2"
50   },
51   "description": "Generate randomized strings of a specified length, fast. Only the length is necessary, but you can optionally generate patterns using any combination of numeric, alpha-numeric, alphabetical, special or custom characters.",
52   "devDependencies": {
53     "ansi-bold": "^0.1.1",
54     "benchmarked": "^0.1.4",
55     "glob": "^5.0.15",
56     "gulp-format-md": "^0.1.11",
57     "mocha": "*",
58     "should": "*"
59   },
60   "directories": {},
61   "dist": {
62     "shasum": "110dcabff397e9dcff7c0789ccc0a49adf1ec5bb",
63     "tarball": "https://registry.npmjs.org/randomatic/-/randomatic-1.1.6.tgz"
64   },
65   "engines": {
66     "node": ">= 0.10.0"
67   },
68   "files": [
69     "index.js"
70   ],
71   "gitHead": "80065df04deaa8f7a405d2689aaaef57117c6a94",
72   "homepage": "https://github.com/jonschlinkert/randomatic",
73   "keywords": [
74     "alpha",
75     "alpha-numeric",
76     "alphanumeric",
77     "characters",
78     "chars",
79     "numeric",
80     "rand",
81     "random",
82     "randomatic",
83     "randomize",
84     "randomized"
85   ],
86   "license": "MIT",
87   "main": "index.js",
88   "maintainers": [
89     {
90       "name": "doowb",
91       "email": "brian.woodward@gmail.com"
92     },
93     {
94       "name": "jonschlinkert",
95       "email": "github@sellside.com"
96     }
97   ],
98   "name": "randomatic",
99   "optionalDependencies": {},
100   "readme": "ERROR: No README data found!",
101   "repository": {
102     "type": "git",
103     "url": "git+https://github.com/jonschlinkert/randomatic.git"
104   },
105   "scripts": {
106     "test": "mocha"
107   },
108   "verb": {
109     "layout": "default",
110     "lint": {
111       "reflinks": true
112     },
113     "plugins": [
114       "gulp-format-md"
115     ],
116     "reflinks": [
117       "verb",
118       "verb-generate-readme"
119     ],
120     "related": {
121       "list": [
122         "pad-left",
123         "pad-right",
124         "repeat-string"
125       ]
126     },
127     "tasks": [
128       "readme"
129     ],
130     "toc": false
131   },
132   "version": "1.1.6"
133 }