source: trip-planner-front/node_modules/tough-cookie/package.json@ 188ee53

Last change on this file since 188ee53 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 1.7 KB
Line 
1{
2 "author": {
3 "name": "Jeremy Stashewsky",
4 "email": "jstash@gmail.com",
5 "website": "https://github.com/stash"
6 },
7 "contributors": [
8 {
9 "name": "Alexander Savin",
10 "website": "https://github.com/apsavin"
11 },
12 {
13 "name": "Ian Livingstone",
14 "website": "https://github.com/ianlivingstone"
15 },
16 {
17 "name": "Ivan Nikulin",
18 "website": "https://github.com/inikulin"
19 },
20 {
21 "name": "Lalit Kapoor",
22 "website": "https://github.com/lalitkapoor"
23 },
24 {
25 "name": "Sam Thompson",
26 "website": "https://github.com/sambthompson"
27 },
28 {
29 "name": "Sebastian Mayr",
30 "website": "https://github.com/Sebmaster"
31 }
32 ],
33 "license": "BSD-3-Clause",
34 "name": "tough-cookie",
35 "description": "RFC6265 Cookies and Cookie Jar for node.js",
36 "keywords": [
37 "HTTP",
38 "cookie",
39 "cookies",
40 "set-cookie",
41 "cookiejar",
42 "jar",
43 "RFC6265",
44 "RFC2965"
45 ],
46 "version": "2.5.0",
47 "homepage": "https://github.com/salesforce/tough-cookie",
48 "repository": {
49 "type": "git",
50 "url": "git://github.com/salesforce/tough-cookie.git"
51 },
52 "bugs": {
53 "url": "https://github.com/salesforce/tough-cookie/issues"
54 },
55 "main": "./lib/cookie",
56 "files": [
57 "lib"
58 ],
59 "scripts": {
60 "version": "genversion lib/version.js && git add lib/version.js",
61 "test": "vows test/*_test.js",
62 "cover": "nyc --reporter=lcov --reporter=html vows test/*_test.js"
63 },
64 "engines": {
65 "node": ">=0.8"
66 },
67 "devDependencies": {
68 "async": "^1.4.2",
69 "genversion": "^2.1.0",
70 "nyc": "^11.6.0",
71 "string.prototype.repeat": "^0.2.0",
72 "vows": "^0.8.2"
73 },
74 "dependencies": {
75 "psl": "^1.1.28",
76 "punycode": "^2.1.1"
77 }
78}
Note: See TracBrowser for help on using the repository browser.