[6a3a178] | 1 | {
|
---|
[59329aa] | 2 | "_args": [
|
---|
| 3 | [
|
---|
| 4 | "tough-cookie@2.5.0",
|
---|
| 5 | "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
|
---|
| 6 | ]
|
---|
| 7 | ],
|
---|
| 8 | "_development": true,
|
---|
| 9 | "_from": "tough-cookie@2.5.0",
|
---|
| 10 | "_id": "tough-cookie@2.5.0",
|
---|
| 11 | "_inBundle": false,
|
---|
| 12 | "_integrity": "sha512-nlLsUzgm1kfLXSXfRZMc1KLAugd4hqJHDTvc2hDIwS3mZAfMEuMbc03SujMF+GEcpaX/qboeycw6iO8JwVv2+g==",
|
---|
| 13 | "_location": "/tough-cookie",
|
---|
| 14 | "_phantomChildren": {},
|
---|
| 15 | "_requested": {
|
---|
| 16 | "type": "version",
|
---|
| 17 | "registry": true,
|
---|
| 18 | "raw": "tough-cookie@2.5.0",
|
---|
| 19 | "name": "tough-cookie",
|
---|
| 20 | "escapedName": "tough-cookie",
|
---|
| 21 | "rawSpec": "2.5.0",
|
---|
| 22 | "saveSpec": null,
|
---|
| 23 | "fetchSpec": "2.5.0"
|
---|
| 24 | },
|
---|
| 25 | "_requiredBy": [
|
---|
| 26 | "/request"
|
---|
| 27 | ],
|
---|
| 28 | "_resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.5.0.tgz",
|
---|
| 29 | "_spec": "2.5.0",
|
---|
| 30 | "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
|
---|
[6a3a178] | 31 | "author": {
|
---|
| 32 | "name": "Jeremy Stashewsky",
|
---|
[59329aa] | 33 | "email": "jstash@gmail.com"
|
---|
| 34 | },
|
---|
| 35 | "bugs": {
|
---|
| 36 | "url": "https://github.com/salesforce/tough-cookie/issues"
|
---|
[6a3a178] | 37 | },
|
---|
| 38 | "contributors": [
|
---|
| 39 | {
|
---|
[59329aa] | 40 | "name": "Alexander Savin"
|
---|
[6a3a178] | 41 | },
|
---|
| 42 | {
|
---|
[59329aa] | 43 | "name": "Ian Livingstone"
|
---|
[6a3a178] | 44 | },
|
---|
| 45 | {
|
---|
[59329aa] | 46 | "name": "Ivan Nikulin"
|
---|
[6a3a178] | 47 | },
|
---|
| 48 | {
|
---|
[59329aa] | 49 | "name": "Lalit Kapoor"
|
---|
[6a3a178] | 50 | },
|
---|
| 51 | {
|
---|
[59329aa] | 52 | "name": "Sam Thompson"
|
---|
[6a3a178] | 53 | },
|
---|
| 54 | {
|
---|
[59329aa] | 55 | "name": "Sebastian Mayr"
|
---|
[6a3a178] | 56 | }
|
---|
| 57 | ],
|
---|
[59329aa] | 58 | "dependencies": {
|
---|
| 59 | "psl": "^1.1.28",
|
---|
| 60 | "punycode": "^2.1.1"
|
---|
| 61 | },
|
---|
[6a3a178] | 62 | "description": "RFC6265 Cookies and Cookie Jar for node.js",
|
---|
[59329aa] | 63 | "devDependencies": {
|
---|
| 64 | "async": "^1.4.2",
|
---|
| 65 | "genversion": "^2.1.0",
|
---|
| 66 | "nyc": "^11.6.0",
|
---|
| 67 | "string.prototype.repeat": "^0.2.0",
|
---|
| 68 | "vows": "^0.8.2"
|
---|
| 69 | },
|
---|
| 70 | "engines": {
|
---|
| 71 | "node": ">=0.8"
|
---|
| 72 | },
|
---|
| 73 | "files": [
|
---|
| 74 | "lib"
|
---|
| 75 | ],
|
---|
| 76 | "homepage": "https://github.com/salesforce/tough-cookie",
|
---|
[6a3a178] | 77 | "keywords": [
|
---|
| 78 | "HTTP",
|
---|
| 79 | "cookie",
|
---|
| 80 | "cookies",
|
---|
| 81 | "set-cookie",
|
---|
| 82 | "cookiejar",
|
---|
| 83 | "jar",
|
---|
| 84 | "RFC6265",
|
---|
| 85 | "RFC2965"
|
---|
| 86 | ],
|
---|
[59329aa] | 87 | "license": "BSD-3-Clause",
|
---|
| 88 | "main": "./lib/cookie",
|
---|
| 89 | "name": "tough-cookie",
|
---|
[6a3a178] | 90 | "repository": {
|
---|
| 91 | "type": "git",
|
---|
| 92 | "url": "git://github.com/salesforce/tough-cookie.git"
|
---|
| 93 | },
|
---|
| 94 | "scripts": {
|
---|
[59329aa] | 95 | "cover": "nyc --reporter=lcov --reporter=html vows test/*_test.js",
|
---|
[6a3a178] | 96 | "test": "vows test/*_test.js",
|
---|
[59329aa] | 97 | "version": "genversion lib/version.js && git add lib/version.js"
|
---|
[6a3a178] | 98 | },
|
---|
[59329aa] | 99 | "version": "2.5.0"
|
---|
[6a3a178] | 100 | }
|
---|