Bug:Fix file validation issue
[vnfsdk/refrepo.git] / vnfmarket / src / main / webapp / vnfmarket / node_modules / uid-safe / package.json
1 {
2   "_args": [
3     [
4       {
5         "raw": "uid-safe@2.1.3",
6         "scope": null,
7         "escapedName": "uid-safe",
8         "name": "uid-safe",
9         "rawSpec": "2.1.3",
10         "spec": "2.1.3",
11         "type": "version"
12       },
13       "C:\\apache-tomcat-8.5.11\\webapps\\vnfmarket\\node_modules\\csrf"
14     ]
15   ],
16   "_from": "uid-safe@2.1.3",
17   "_id": "uid-safe@2.1.3",
18   "_inCache": true,
19   "_location": "/uid-safe",
20   "_nodeVersion": "4.6.0",
21   "_npmOperationalInternal": {
22     "host": "packages-18-east.internal.npmjs.com",
23     "tmp": "tmp/uid-safe-2.1.3.tgz_1477877693384_0.2595773837529123"
24   },
25   "_npmUser": {
26     "name": "dougwilson",
27     "email": "doug@somethingdoug.com"
28   },
29   "_npmVersion": "2.15.9",
30   "_phantomChildren": {},
31   "_requested": {
32     "raw": "uid-safe@2.1.3",
33     "scope": null,
34     "escapedName": "uid-safe",
35     "name": "uid-safe",
36     "rawSpec": "2.1.3",
37     "spec": "2.1.3",
38     "type": "version"
39   },
40   "_requiredBy": [
41     "/csrf"
42   ],
43   "_resolved": "https://registry.npmjs.org/uid-safe/-/uid-safe-2.1.3.tgz",
44   "_shasum": "077e264a00b3187936b270bb7376a26473631071",
45   "_shrinkwrap": null,
46   "_spec": "uid-safe@2.1.3",
47   "_where": "C:\\apache-tomcat-8.5.11\\webapps\\vnfmarket\\node_modules\\csrf",
48   "bugs": {
49     "url": "https://github.com/crypto-utils/uid-safe/issues"
50   },
51   "contributors": [
52     {
53       "name": "Douglas Christopher Wilson",
54       "email": "doug@somethingdoug.com"
55     },
56     {
57       "name": "Jonathan Ong",
58       "email": "me@jongleberry.com",
59       "url": "http://jongleberry.com"
60     }
61   ],
62   "dependencies": {
63     "base64-url": "1.3.3",
64     "random-bytes": "~1.0.0"
65   },
66   "description": "URL and cookie safe UIDs",
67   "devDependencies": {
68     "bluebird": "3.4.6",
69     "eslint": "3.9.0",
70     "eslint-config-standard": "6.2.1",
71     "eslint-plugin-promise": "3.3.0",
72     "eslint-plugin-standard": "2.0.1",
73     "istanbul": "0.4.5",
74     "mocha": "2.5.3"
75   },
76   "directories": {},
77   "dist": {
78     "shasum": "077e264a00b3187936b270bb7376a26473631071",
79     "tarball": "https://registry.npmjs.org/uid-safe/-/uid-safe-2.1.3.tgz"
80   },
81   "engines": {
82     "node": ">= 0.8"
83   },
84   "files": [
85     "LICENSE",
86     "HISTORY.md",
87     "README.md",
88     "index.js"
89   ],
90   "gitHead": "3bc2de784695ddca022d3068231161f50dfb584d",
91   "homepage": "https://github.com/crypto-utils/uid-safe#readme",
92   "keywords": [
93     "random",
94     "generator",
95     "uid",
96     "safe"
97   ],
98   "license": "MIT",
99   "maintainers": [
100     {
101       "name": "dougwilson",
102       "email": "doug@somethingdoug.com"
103     },
104     {
105       "name": "fishrock123",
106       "email": "fishrock123@rocketmail.com"
107     },
108     {
109       "name": "jongleberry",
110       "email": "jonathanrichardong@gmail.com"
111     }
112   ],
113   "name": "uid-safe",
114   "optionalDependencies": {},
115   "readme": "ERROR: No README data found!",
116   "repository": {
117     "type": "git",
118     "url": "git+https://github.com/crypto-utils/uid-safe.git"
119   },
120   "scripts": {
121     "lint": "eslint .",
122     "test": "mocha --trace-deprecation --reporter spec --bail --check-leaks test/",
123     "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --trace-deprecation --reporter dot --check-leaks test/",
124     "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --trace-deprecation --reporter spec --check-leaks test/"
125   },
126   "version": "2.1.3"
127 }