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