Bug:Fix file validation issue
[vnfsdk/refrepo.git] / vnfmarket / src / main / webapp / vnfmarket / node_modules / repeat-string / package.json
1 {
2   "_args": [
3     [
4       {
5         "raw": "repeat-string@^1.5.2",
6         "scope": null,
7         "escapedName": "repeat-string",
8         "name": "repeat-string",
9         "rawSpec": "^1.5.2",
10         "spec": ">=1.5.2 <2.0.0",
11         "type": "range"
12       },
13       "C:\\apache-tomcat-8.5.11\\webapps\\vnfmarket\\node_modules\\fill-range"
14     ]
15   ],
16   "_from": "repeat-string@>=1.5.2 <2.0.0",
17   "_id": "repeat-string@1.6.1",
18   "_inCache": true,
19   "_location": "/repeat-string",
20   "_nodeVersion": "6.7.0",
21   "_npmOperationalInternal": {
22     "host": "packages-12-west.internal.npmjs.com",
23     "tmp": "tmp/repeat-string-1.6.1.tgz_1477241638674_0.3764322670176625"
24   },
25   "_npmUser": {
26     "name": "jonschlinkert",
27     "email": "github@sellside.com"
28   },
29   "_npmVersion": "3.10.3",
30   "_phantomChildren": {},
31   "_requested": {
32     "raw": "repeat-string@^1.5.2",
33     "scope": null,
34     "escapedName": "repeat-string",
35     "name": "repeat-string",
36     "rawSpec": "^1.5.2",
37     "spec": ">=1.5.2 <2.0.0",
38     "type": "range"
39   },
40   "_requiredBy": [
41     "/align-text",
42     "/fill-range"
43   ],
44   "_resolved": "https://registry.npmjs.org/repeat-string/-/repeat-string-1.6.1.tgz",
45   "_shasum": "8dcae470e1c88abc2d600fff4a776286da75e637",
46   "_shrinkwrap": null,
47   "_spec": "repeat-string@^1.5.2",
48   "_where": "C:\\apache-tomcat-8.5.11\\webapps\\vnfmarket\\node_modules\\fill-range",
49   "author": {
50     "name": "Jon Schlinkert",
51     "url": "http://github.com/jonschlinkert"
52   },
53   "bugs": {
54     "url": "https://github.com/jonschlinkert/repeat-string/issues"
55   },
56   "contributors": [
57     {
58       "name": "Brian Woodward",
59       "email": "brian.woodward@gmail.com",
60       "url": "https://github.com/doowb"
61     },
62     {
63       "name": "Jon Schlinkert",
64       "email": "jon.schlinkert@sellside.com",
65       "url": "http://twitter.com/jonschlinkert"
66     },
67     {
68       "name": "Linus Unnebäck",
69       "email": "linus@folkdatorn.se",
70       "url": "http://linus.unnebäck.se"
71     },
72     {
73       "name": "Thijs Busser",
74       "email": "tbusser@gmail.com",
75       "url": "http://tbusser.net"
76     },
77     {
78       "name": "Titus",
79       "email": "tituswormer@gmail.com",
80       "url": "wooorm.com"
81     }
82   ],
83   "dependencies": {},
84   "description": "Repeat the given string n times. Fastest implementation for repeating a string.",
85   "devDependencies": {
86     "ansi-cyan": "^0.1.1",
87     "benchmarked": "^0.2.5",
88     "gulp-format-md": "^0.1.11",
89     "isobject": "^2.1.0",
90     "mocha": "^3.1.2",
91     "repeating": "^3.0.0",
92     "text-table": "^0.2.0",
93     "yargs-parser": "^4.0.2"
94   },
95   "directories": {},
96   "dist": {
97     "shasum": "8dcae470e1c88abc2d600fff4a776286da75e637",
98     "tarball": "https://registry.npmjs.org/repeat-string/-/repeat-string-1.6.1.tgz"
99   },
100   "engines": {
101     "node": ">=0.10"
102   },
103   "files": [
104     "index.js"
105   ],
106   "gitHead": "1a95c5d99a02999ccd2cf4663959a18bd2def7b8",
107   "homepage": "https://github.com/jonschlinkert/repeat-string",
108   "keywords": [
109     "fast",
110     "fastest",
111     "fill",
112     "left",
113     "left-pad",
114     "multiple",
115     "pad",
116     "padding",
117     "repeat",
118     "repeating",
119     "repetition",
120     "right",
121     "right-pad",
122     "string",
123     "times"
124   ],
125   "license": "MIT",
126   "main": "index.js",
127   "maintainers": [
128     {
129       "name": "jonschlinkert",
130       "email": "github@sellside.com"
131     },
132     {
133       "name": "doowb",
134       "email": "brian.woodward@gmail.com"
135     }
136   ],
137   "name": "repeat-string",
138   "optionalDependencies": {},
139   "readme": "ERROR: No README data found!",
140   "repository": {
141     "type": "git",
142     "url": "git+https://github.com/jonschlinkert/repeat-string.git"
143   },
144   "scripts": {
145     "test": "mocha"
146   },
147   "verb": {
148     "toc": false,
149     "layout": "default",
150     "tasks": [
151       "readme"
152     ],
153     "plugins": [
154       "gulp-format-md"
155     ],
156     "related": {
157       "list": [
158         "repeat-element"
159       ]
160     },
161     "helpers": [
162       "./benchmark/helper.js"
163     ],
164     "reflinks": [
165       "verb"
166     ]
167   },
168   "version": "1.6.1"
169 }