12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273 |
- {
- "_from": "set-cookie-parser@^2.4.8",
- "_id": "set-cookie-parser@2.6.0",
- "_inBundle": false,
- "_integrity": "sha512-RVnVQxTXuerk653XfuliOxBP81Sf0+qfQE73LIYKcyMYHG94AuH0kgrQpRDuTZnSmjpysHmzxJXKNfa6PjFhyQ==",
- "_location": "/set-cookie-parser",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "set-cookie-parser@^2.4.8",
- "name": "set-cookie-parser",
- "escapedName": "set-cookie-parser",
- "rawSpec": "^2.4.8",
- "saveSpec": null,
- "fetchSpec": "^2.4.8"
- },
- "_requiredBy": [
- "/fetch-cookie"
- ],
- "_resolved": "https://registry.npmjs.org/set-cookie-parser/-/set-cookie-parser-2.6.0.tgz",
- "_shasum": "131921e50f62ff1a66a461d7d62d7b21d5d15a51",
- "_spec": "set-cookie-parser@^2.4.8",
- "_where": "D:\\project\\czzn-app\\node_modules\\fetch-cookie",
- "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": "^8.17.0",
- "eslint-config-prettier": "^6.10.1",
- "eslint-plugin-prettier": "^3.1.2",
- "husky": "^4.2.3",
- "mocha": "^10.0.0",
- "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"
- },
- "sideEffects": false,
- "version": "2.6.0"
- }
|