{
  "_args": [
    [
      "@shopify/shopify-express@1.0.0",
      "/Users/julienmamalian/Desktop/Projects/nuoo-cartes-cadeaux"
    ]
  ],
  "_from": "@shopify/shopify-express@1.0.0",
  "_id": "@shopify/shopify-express@1.0.0",
  "_inBundle": false,
  "_integrity": "sha512-YxE/eUtCzREkGsKOfoNyUyfBMWHppPoWroOT/z7/8jhO4vJxEqrr5PzsW2DmDtkwJc6hXFhGlgFjNXWCjV6PWQ==",
  "_location": "/@shopify/shopify-express",
  "_phantomChildren": {
    "accepts": "1.3.7",
    "array-flatten": "1.1.1",
    "body-parser": "1.19.0",
    "content-disposition": "0.5.3",
    "content-type": "1.0.4",
    "cookie-signature": "1.0.6",
    "debug": "2.6.9",
    "depd": "1.1.2",
    "encodeurl": "1.0.2",
    "escape-html": "1.0.3",
    "etag": "1.8.1",
    "finalhandler": "1.1.2",
    "fresh": "0.5.2",
    "merge-descriptors": "1.0.1",
    "methods": "1.1.2",
    "on-finished": "2.3.0",
    "parseurl": "1.3.3",
    "path-to-regexp": "0.1.7",
    "proxy-addr": "2.0.5",
    "qs": "6.7.0",
    "range-parser": "1.2.1",
    "safe-buffer": "5.1.2",
    "send": "0.17.1",
    "serve-static": "1.14.1",
    "setprototypeof": "1.1.1",
    "statuses": "1.5.0",
    "type-is": "1.6.18",
    "utils-merge": "1.0.1",
    "vary": "1.1.2"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@shopify/shopify-express@1.0.0",
    "name": "@shopify/shopify-express",
    "escapedName": "@shopify%2fshopify-express",
    "scope": "@shopify",
    "rawSpec": "1.0.0",
    "saveSpec": null,
    "fetchSpec": "1.0.0"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/@shopify/shopify-express/-/shopify-express-1.0.0.tgz",
  "_spec": "1.0.0",
  "_where": "/Users/julienmamalian/Desktop/Projects/nuoo-cartes-cadeaux",
  "author": {
    "name": "Shopify Inc."
  },
  "bugs": {
    "url": "https://github.com/Shopify/shopify-express/issues"
  },
  "dependencies": {
    "body-parser": "^1.18.2",
    "connect-redis": "^3.3.0",
    "cookie-parser": "^1.4.3",
    "express": "^4.17.1",
    "express-session": "^1.17.0",
    "knex": "^0.13.0",
    "node-fetch": "^1.7.3",
    "prop-types": "^15.6.1",
    "raw-body": "^2.3.2",
    "sqlite3": "^3.1.9",
    "ua-parser-js": "^0.7.21",
    "url": "^0.11.0"
  },
  "description": "Get up and running quickly with Express.js and the Shopify API.",
  "devDependencies": {
    "find-free-port": "^1.1.0",
    "husky": "^0.14.3",
    "jest": "^21.2.1",
    "lint-staged": "^5.0.0",
    "prettier": "^1.8.2",
    "prettier-check": "^2.0.0"
  },
  "engines": {
    "node": ">=8.1.0"
  },
  "homepage": "https://github.com/Shopify/shopify-express#readme",
  "keywords": [
    "shopify",
    "express.js",
    "express middleware"
  ],
  "license": "MIT",
  "lint-staged": {
    "*.{js}": [
      "prettier:check"
    ]
  },
  "name": "shopify-express-apm",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Shopify/shopify-express.git"
  },
  "scripts": {
    "precommit": "lint-staged",
    "prettier:check": "prettier-check --single-quote --trailing-comma=all {middleware,routes,shopStore}{/*,/**/*}.{js}",
    "prettier:fix": "prettier --single-quote --trailing-comma=all --write {middleware,routes,shopStore}{/*,/**/*}.{js}",
    "test": "jest",
    "test:ci": "jest --ci"
  },
  "version": "1.0.0"
}
