{ "_from": "set-cookie-parser@^2.4.1", "_id": "set-cookie-parser@2.4.6", "_inBundle": false, "_integrity": "sha512-mNCnTUF0OYPwYzSHbdRdCfNNHqrne+HS5tS5xNb6yJbdP9wInV0q5xPLE0EyfV/Q3tImo3y/OXpD8Jn0Jtnjrg==", "_location": "/set-cookie-parser", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "set-cookie-parser@^2.4.1", "name": "set-cookie-parser", "escapedName": "set-cookie-parser", "rawSpec": "^2.4.1", "saveSpec": null, "fetchSpec": "^2.4.1" }, "_requiredBy": [ "/light-my-request" ], "_resolved": "https://registry.npmjs.org/set-cookie-parser/-/set-cookie-parser-2.4.6.tgz", "_shasum": "43bdea028b9e6f176474ee5298e758b4a44799c3", "_spec": "set-cookie-parser@^2.4.1", "_where": "/home/herrhase/Workspace/tentakelfabrik/board/node_modules/light-my-request", "author": { "name": "Nathan Friedly", "url": "http://nfriedly.com/" }, "bugs": { "url": "https://github.com/nfriedly/set-cookie-parser/issues" }, "bundleDependencies": false, "dependencies": {}, "deprecated": false, "description": "Parses set-cookie headers into objects", "devDependencies": { "eslint": "^6.8.0", "eslint-config-prettier": "^6.10.1", "eslint-plugin-prettier": "^3.1.2", "husky": "^4.2.3", "mocha": "^7.1.1", "prettier": "^2.0.2", "pretty-quick": "^2.0.1", "sinon": "^9.0.1" }, "files": [ "lib" ], "homepage": "https://github.com/nfriedly/set-cookie-parser", "keywords": [ "set-cookie", "set", "cookie", "cookies", "header", "parser" ], "license": "MIT", "main": "./lib/set-cookie.js", "name": "set-cookie-parser", "repository": { "type": "git", "url": "git+https://github.com/nfriedly/set-cookie-parser.git" }, "scripts": { "autofix": "npm run lint -- --fix", "lint": "eslint . --ignore-pattern '!.eslintrc.js'", "precommit": "npm test", "test": "npm run lint && mocha" }, "version": "2.4.6" }