{
  "_args": [
    [
      "nookies@2.0.8",
      "/var/www/kotelnikovo"
    ]
  ],
  "_from": "nookies@2.0.8",
  "_id": "nookies@2.0.8",
  "_inBundle": false,
  "_integrity": "sha512-aSJqgRxcEf4BjLjsKP/Ypc9bo0VO1mHrJp+2+1tnQUVHszcM27Ysfh0Go8thUf5eArW4lA5wfnXaEDRg+zc2wA==",
  "_location": "/nookies",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "nookies@2.0.8",
    "name": "nookies",
    "escapedName": "nookies",
    "rawSpec": "2.0.8",
    "saveSpec": null,
    "fetchSpec": "2.0.8"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/nookies/-/nookies-2.0.8.tgz",
  "_spec": "2.0.8",
  "_where": "/var/www/kotelnikovo",
  "author": {
    "name": "Matic Zavadlal",
    "email": "matic.zavadlal@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/maticzav/nookies/issues"
  },
  "dependencies": {
    "cookie": "^0.4.0",
    "jsmin": "^1.0.1",
    "set-cookie-parser": "^2.2.1"
  },
  "description": "A set of cookie helpers for Next.js",
  "devDependencies": {
    "@types/cookie": "0.3.3",
    "@types/next": "8.0.6",
    "@types/node": "10.14.13",
    "@types/set-cookie-parser": "0.0.5",
    "husky": "3.0.0",
    "prettier": "1.18.2",
    "prettier-check": "2.0.0",
    "pretty-quick": "1.11.1",
    "rimraf": "2.6.3",
    "semantic-release": "15.13.18",
    "ts-loader": "6.0.4",
    "ts-node": "8.3.0",
    "tslint": "5.18.0",
    "tslint-config-prettier": "1.18.0",
    "tslint-config-standard": "8.0.1",
    "typescript": "3.5.3"
  },
  "homepage": "https://github.com/maticzav/nookies#readme",
  "keywords": [
    "cookie",
    "cookies",
    "next",
    "nextjs",
    "js",
    "auth",
    "destory",
    "parse",
    "create",
    "nookies"
  ],
  "license": "MIT",
  "main": "dist/index.js",
  "name": "nookies",
  "release": {
    "branch": "master"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/maticzav/nookies.git"
  },
  "scripts": {
    "clean": "rimraf dist",
    "compile": "tsc -d && yarn run minify",
    "lint": "tslint --project tsconfig.json {src}/**/*.ts && prettier-check --ignore-path .gitignore src/**/*.ts",
    "minify": "jsmin -o dist/index.min.js dist/index.js",
    "posttest": "npm run lint",
    "prepublishOnly": "npm run compile",
    "prerelease": "npm run test",
    "pretest": "npm run clean && npm run compile",
    "prettier": "prettier --write --ignore-path .gitignore src/**/*.ts",
    "semantic-release": "semantic-release",
    "test": "echo 'test'"
  },
  "types": "dist/index.d.ts",
  "version": "2.0.8"
}
