Bug:Fix file validation issue
[vnfsdk/refrepo.git] / vnfmarket / src / main / webapp / vnfmarket / node_modules / csurf / package.json
1 {
2   "_args": [
3     [
4       {
5         "raw": "csurf@~1.8.3",
6         "scope": null,
7         "escapedName": "csurf",
8         "name": "csurf",
9         "rawSpec": "~1.8.3",
10         "spec": ">=1.8.3 <1.9.0",
11         "type": "range"
12       },
13       "C:\\apache-tomcat-8.5.11\\webapps\\vnfmarket\\node_modules\\connect"
14     ]
15   ],
16   "_from": "csurf@>=1.8.3 <1.9.0",
17   "_id": "csurf@1.8.3",
18   "_inCache": true,
19   "_location": "/csurf",
20   "_npmUser": {
21     "name": "dougwilson",
22     "email": "doug@somethingdoug.com"
23   },
24   "_npmVersion": "1.4.28",
25   "_phantomChildren": {},
26   "_requested": {
27     "raw": "csurf@~1.8.3",
28     "scope": null,
29     "escapedName": "csurf",
30     "name": "csurf",
31     "rawSpec": "~1.8.3",
32     "spec": ">=1.8.3 <1.9.0",
33     "type": "range"
34   },
35   "_requiredBy": [
36     "/connect"
37   ],
38   "_resolved": "https://registry.npmjs.org/csurf/-/csurf-1.8.3.tgz",
39   "_shasum": "23f2a13bf1d8fce1d0c996588394442cba86a56a",
40   "_shrinkwrap": null,
41   "_spec": "csurf@~1.8.3",
42   "_where": "C:\\apache-tomcat-8.5.11\\webapps\\vnfmarket\\node_modules\\connect",
43   "author": {
44     "name": "Jonathan Ong",
45     "email": "me@jongleberry.com",
46     "url": "http://jongleberry.com"
47   },
48   "bugs": {
49     "url": "https://github.com/expressjs/csurf/issues"
50   },
51   "contributors": [
52     {
53       "name": "Douglas Christopher Wilson",
54       "email": "doug@somethingdoug.com"
55     }
56   ],
57   "dependencies": {
58     "cookie": "0.1.3",
59     "cookie-signature": "1.0.6",
60     "csrf": "~3.0.0",
61     "http-errors": "~1.3.1"
62   },
63   "description": "CSRF token middleware",
64   "devDependencies": {
65     "body-parser": "~1.12.4",
66     "connect": "3",
67     "cookie-parser": "~1.3.5",
68     "cookie-session": "~1.1.0",
69     "istanbul": "0.3.15",
70     "mocha": "2.2.5",
71     "supertest": "1.0.1"
72   },
73   "directories": {},
74   "dist": {
75     "shasum": "23f2a13bf1d8fce1d0c996588394442cba86a56a",
76     "tarball": "https://registry.npmjs.org/csurf/-/csurf-1.8.3.tgz"
77   },
78   "engines": {
79     "node": ">= 0.8.0"
80   },
81   "files": [
82     "HISTORY.md",
83     "LICENSE",
84     "index.js"
85   ],
86   "gitHead": "3ebc176634b1a93ee4601a1c1929c0014d65e5ce",
87   "homepage": "https://github.com/expressjs/csurf",
88   "keywords": [
89     "csrf",
90     "tokens",
91     "middleware",
92     "express"
93   ],
94   "license": "MIT",
95   "maintainers": [
96     {
97       "name": "jongleberry",
98       "email": "jonathanrichardong@gmail.com"
99     },
100     {
101       "name": "dougwilson",
102       "email": "doug@somethingdoug.com"
103     },
104     {
105       "name": "tjholowaychuk",
106       "email": "tj@vision-media.ca"
107     },
108     {
109       "name": "mscdex",
110       "email": "mscdex@mscdex.net"
111     },
112     {
113       "name": "fishrock123",
114       "email": "fishrock123@rocketmail.com"
115     },
116     {
117       "name": "defunctzombie",
118       "email": "shtylman@gmail.com"
119     }
120   ],
121   "name": "csurf",
122   "optionalDependencies": {},
123   "readme": "ERROR: No README data found!",
124   "repository": {
125     "type": "git",
126     "url": "git+https://github.com/expressjs/csurf.git"
127   },
128   "scripts": {
129     "test": "mocha --check-leaks --reporter spec --bail test/",
130     "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --check-leaks --reporter dot test/",
131     "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --check-leaks --reporter spec test/"
132   },
133   "version": "1.8.3"
134 }