123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134 |
- {
- "_args": [
- [
- "tough-cookie@^3.0.1",
- "/home/lyxaira/Artesanias/artesanias/node_modules/insight"
- ]
- ],
- "_from": "tough-cookie@>=3.0.1 <4.0.0",
- "_hasShrinkwrap": false,
- "_id": "tough-cookie@3.0.1",
- "_inCache": true,
- "_installable": true,
- "_location": "/tough-cookie",
- "_nodeVersion": "10.15.0",
- "_npmOperationalInternal": {
- "host": "s3://npm-registry-packages",
- "tmp": "tmp/tough-cookie_3.0.1_1549336185536_0.7227095442472071"
- },
- "_npmUser": {
- "email": "jstash@gmail.com",
- "name": "jstash"
- },
- "_npmVersion": "6.5.0",
- "_phantomChildren": {},
- "_requested": {
- "name": "tough-cookie",
- "raw": "tough-cookie@^3.0.1",
- "rawSpec": "^3.0.1",
- "scope": null,
- "spec": ">=3.0.1 <4.0.0",
- "type": "range"
- },
- "_requiredBy": [
- "/insight"
- ],
- "_resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-3.0.1.tgz",
- "_shasum": "9df4f57e739c26930a018184887f4adb7dca73b2",
- "_shrinkwrap": null,
- "_spec": "tough-cookie@^3.0.1",
- "_where": "/home/lyxaira/Artesanias/artesanias/node_modules/insight",
- "author": {
- "email": "jstash@gmail.com",
- "name": "Jeremy Stashewsky"
- },
- "bugs": {
- "url": "https://github.com/salesforce/tough-cookie/issues"
- },
- "contributors": [
- {
- "name": "Alexander Savin"
- },
- {
- "name": "Ian Livingstone"
- },
- {
- "name": "Ivan Nikulin"
- },
- {
- "name": "Lalit Kapoor"
- },
- {
- "name": "Sam Thompson"
- },
- {
- "name": "Sebastian Mayr"
- }
- ],
- "dependencies": {
- "ip-regex": "^2.1.0",
- "psl": "^1.1.28",
- "punycode": "^2.1.1"
- },
- "description": "RFC6265 Cookies and Cookie Jar for node.js",
- "devDependencies": {
- "async": "^1.4.2",
- "genversion": "^2.1.0",
- "nyc": "^11.6.0",
- "string.prototype.repeat": "^0.2.0",
- "vows": "^0.8.2"
- },
- "directories": {},
- "dist": {
- "fileCount": 10,
- "integrity": "sha512-yQyJ0u4pZsv9D4clxO69OEjLWYw+jbgspjTue4lTQZLfV0c5l1VmK2y1JK8E9ahdpltPOaAThPcp5nKPUgSnsg==",
- "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcWP56CRA9TVsSAnZWagAAsIAP/RlcRoDPI26puHk0sTVv\nlXuH+3rlk8xqX8w4ERWdhISu6ZznD3qBdSnGMPEI37QWUmC6WhQLYAJUkCf7\nJ7PNdqN7fQFLtpq4jyEzES5ccuASUzFN4qffJKVLRODQFvr/SAuP/hR7u0OC\n+x9Q5Z+TsYCKuDR31yaH+eTsgxDIfd6O3Z6PqunA5lJN169PDDNHhCcofZyU\n21D80ky/ETA6Z9PqTuO0zNdKog7xdEPuhfa3CZ7EqFBHpN61nXg3uaDkQjiy\nWFy94EbLkt/43ffku7xFyr043wE4n/bvtKHvZIYV8ysZwS2x96O6/cimrTy7\n9z74OFYGXDI75Phtb7lOqA8nQG6fkeEgIAKmw4PpCpEEW3oG+4jSswxbLVWs\n45G4mNpLx1+2UGTLQKoZzp63uReQfeOlkzkAy+n5yf8EEeLCKjHjFADw3po2\nTNAXyCtamUIPGm/z7P9IPxCCqTmdbO0LhCzv6RgjMSSi7nkpWC17y+FAo5st\n1/f5+ZSdR56nVDzhwjvK0fLJ9SHL9gQs1xIQKeI+vUbWefymRr0ql28DUheC\nckKdO+SwYSmVAC6qZOVvDCb1YRLzJtBOXNYOON4jKaYGRncFsQNWPPBlXI/B\noHpXZaVXybbF3fKIpZkoJAjzOIKbqhKL475XHy7Xpc8YZMLEsyWSN1CwABA8\nFR63\r\n=dLGc\r\n-----END PGP SIGNATURE-----\r\n",
- "shasum": "9df4f57e739c26930a018184887f4adb7dca73b2",
- "tarball": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-3.0.1.tgz",
- "unpackedSize": 87070
- },
- "engines": {
- "node": ">=6"
- },
- "gitHead": "43507052a70751501d52aad38bd837bb2edfedd8",
- "homepage": "https://github.com/salesforce/tough-cookie",
- "keywords": [
- "HTTP",
- "RFC2965",
- "RFC6265",
- "cookie",
- "cookiejar",
- "cookies",
- "jar",
- "set-cookie"
- ],
- "license": "BSD-3-Clause",
- "main": "./lib/cookie",
- "maintainers": [
- {
- "name": "awaterma",
- "email": "awaterma@awaterma.net"
- },
- {
- "name": "jstash",
- "email": "jstash@gmail.com"
- },
- {
- "name": "ruoho",
- "email": "clint@ruoho.org"
- }
- ],
- "name": "tough-cookie",
- "optionalDependencies": {},
- "readme": "ERROR: No README data found!",
- "repository": {
- "type": "git",
- "url": "git://github.com/salesforce/tough-cookie.git"
- },
- "scripts": {
- "cover": "nyc --reporter=lcov --reporter=html vows test/*_test.js",
- "test": "vows test/*_test.js",
- "version": "genversion lib/version.js && git add lib/version.js"
- },
- "version": "3.0.1"
- }
|