Bug:Fix file validation issue
[vnfsdk/refrepo.git] / vnfmarket / src / main / webapp / vnfmarket / node_modules / base64-url / package.json
1 {
2   "_args": [
3     [
4       {
5         "raw": "base64-url@1.3.3",
6         "scope": null,
7         "escapedName": "base64-url",
8         "name": "base64-url",
9         "rawSpec": "1.3.3",
10         "spec": "1.3.3",
11         "type": "version"
12       },
13       "C:\\apache-tomcat-8.5.11\\webapps\\vnfmarket\\node_modules\\csrf"
14     ]
15   ],
16   "_from": "base64-url@1.3.3",
17   "_id": "base64-url@1.3.3",
18   "_inCache": true,
19   "_location": "/base64-url",
20   "_nodeVersion": "6.9.1",
21   "_npmOperationalInternal": {
22     "host": "packages-12-west.internal.npmjs.com",
23     "tmp": "tmp/base64-url-1.3.3.tgz_1477648995978_0.048048977041617036"
24   },
25   "_npmUser": {
26     "name": "quim",
27     "email": "joaquim.serafim@gmail.com"
28   },
29   "_npmVersion": "4.0.0",
30   "_phantomChildren": {},
31   "_requested": {
32     "raw": "base64-url@1.3.3",
33     "scope": null,
34     "escapedName": "base64-url",
35     "name": "base64-url",
36     "rawSpec": "1.3.3",
37     "spec": "1.3.3",
38     "type": "version"
39   },
40   "_requiredBy": [
41     "/csrf",
42     "/uid-safe"
43   ],
44   "_resolved": "https://registry.npmjs.org/base64-url/-/base64-url-1.3.3.tgz",
45   "_shasum": "f8b6c537f09a4fc58c99cb86e0b0e9c61461a20f",
46   "_shrinkwrap": null,
47   "_spec": "base64-url@1.3.3",
48   "_where": "C:\\apache-tomcat-8.5.11\\webapps\\vnfmarket\\node_modules\\csrf",
49   "author": {
50     "name": "@joaquimserafim"
51   },
52   "bugs": {
53     "url": "https://github.com/joaquimserafim/base64-url/issues"
54   },
55   "dependencies": {},
56   "description": "Base64 encode, decode, escape and unescape for URL applications",
57   "devDependencies": {
58     "istanbul": "^0.3.5",
59     "jscs": "^1.9.0",
60     "jshint": "^2.5.11",
61     "pre-commit": "^1.1.3",
62     "tape": "^4.6.0"
63   },
64   "directories": {},
65   "dist": {
66     "shasum": "f8b6c537f09a4fc58c99cb86e0b0e9c61461a20f",
67     "tarball": "https://registry.npmjs.org/base64-url/-/base64-url-1.3.3.tgz"
68   },
69   "files": [
70     "LICENSE",
71     "README.md",
72     "index.js"
73   ],
74   "gitHead": "fb100b8397f24b1066016cf09369a7b2be4e1a32",
75   "homepage": "https://github.com/joaquimserafim/base64-url",
76   "keywords": [
77     "base64",
78     "base64url"
79   ],
80   "license": "ISC",
81   "main": "index.js",
82   "maintainers": [
83     {
84       "name": "quim",
85       "email": "joaquim.serafim@gmail.com"
86     }
87   ],
88   "name": "base64-url",
89   "optionalDependencies": {},
90   "pre-commit": [
91     "lint",
92     "style",
93     "test",
94     "coverage:check"
95   ],
96   "readme": "ERROR: No README data found!",
97   "repository": {
98     "type": "git",
99     "url": "git://github.com/joaquimserafim/base64-url.git"
100   },
101   "scripts": {
102     "coverage": "open coverage/lcov-report/index.html",
103     "coverage:check": "istanbul check-coverage --statements 100 --functions 100 --lines 100 --branches 100",
104     "lint": "jshint -c .jshintrc *.js",
105     "style": "jscs -p google *.js",
106     "test": "istanbul cover tape test.js"
107   },
108   "version": "1.3.3"
109 }