{
  "_args": [
    [
      "cookie-universal@2.1.3",
      "/home/olicomnetpl/domains/olicom.net.pl/public_html/agrochest_web"
    ]
  ],
  "_from": "cookie-universal@2.1.3",
  "_id": "cookie-universal@2.1.3",
  "_inBundle": false,
  "_integrity": "sha512-9NTCd4DO0m+okpeCMejxWTGFIyPUL7qGye3HWfrgmQY67VET0xw9utYdscCmmrSerSDj2ntvqTQ86pw317al+g==",
  "_location": "/cookie-universal",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "cookie-universal@2.1.3",
    "name": "cookie-universal",
    "escapedName": "cookie-universal",
    "rawSpec": "2.1.3",
    "saveSpec": null,
    "fetchSpec": "2.1.3"
  },
  "_requiredBy": [
    "/cookie-universal-nuxt"
  ],
  "_resolved": "https://registry.npmjs.org/cookie-universal/-/cookie-universal-2.1.3.tgz",
  "_spec": "2.1.3",
  "_where": "/home/olicomnetpl/domains/olicom.net.pl/public_html/agrochest_web",
  "author": {
    "name": "Salvatore Tedde",
    "email": "microcipcip@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/microcipcip/cookie-universal/issues"
  },
  "dependencies": {
    "@types/cookie": "^0.3.3",
    "cookie": "^0.4.0"
  },
  "description": "Universal cookie plugin, perfect for SSR",
  "devDependencies": {
    "babel-core": "^6.26.0",
    "babel-eslint": "^7.2.3",
    "babel-loader": "^7.1.2",
    "babel-preset-env": "^1.6.1",
    "chai": "^4.2.0",
    "chai-http": "^4.3.0",
    "clean-webpack-plugin": "^0.1.17",
    "date-fns": "^1.29.0",
    "eslint": "^4.3.0",
    "eslint-config-standard": "^10.2.1",
    "eslint-plugin-import": "^2.8.0",
    "eslint-plugin-node": "^5.1.1",
    "eslint-plugin-promise": "^3.5.0",
    "eslint-plugin-standard": "^3.0.1",
    "express": "^4.16.2",
    "jsdom": "^11.5.1",
    "mocha": "^4.0.1",
    "prettier": "^1.15.3",
    "webpack": "^3.10.0",
    "webpack-merge": "^4.1.1"
  },
  "files": [
    "dist/",
    "types/index.d.ts"
  ],
  "gitHead": "2da5ac2cae70b01eef3926bec4b257e948a327e8",
  "homepage": "https://github.com/microcipcip/cookie-universal/tree/master/packages/cookie-universal#readme",
  "keywords": [
    "universal cookie",
    "SSR cookie",
    "node cookie",
    "browser cookie",
    "cookies",
    "cookie"
  ],
  "license": "MIT",
  "main": "dist/cookie-universal-common.js",
  "name": "cookie-universal",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/microcipcip/cookie-universal/tree/master/packages/cookie-universal"
  },
  "scripts": {
    "build": "webpack",
    "demo-express": "nodemon ./demo/server-express.js",
    "demo-node": "nodemon ./demo/server.js",
    "dev": "nodemon index.js --exec \"npm run lint && node\"",
    "lint": "eslint index.js",
    "mocha": "mocha \"./{,!(node_modules)/**/}*.spec.js\"",
    "test": "npm run testlint && npm run mocha",
    "test-nodemon": "nodemon --exec \"npm run testlint && npm run mocha\"",
    "testlint": "eslint **/*.spec.js"
  },
  "typings": "types/index.d.ts",
  "version": "2.1.3"
}
