{
  "_args": [
    [
      "checkpoint-client@1.1.20",
      "/home/desabat1/api"
    ]
  ],
  "_development": true,
  "_from": "checkpoint-client@1.1.20",
  "_id": "checkpoint-client@1.1.20",
  "_inBundle": false,
  "_integrity": "sha512-AHDELBFMXBV9Rzp4JaN0JR03YQomZpaaVFDjgH7Ue4CcPuzNV2dZ94ZORJ9OoQsASYca/uR7UNGXmeNuWHc+IQ==",
  "_location": "/checkpoint-client",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "checkpoint-client@1.1.20",
    "name": "checkpoint-client",
    "escapedName": "checkpoint-client",
    "rawSpec": "1.1.20",
    "saveSpec": null,
    "fetchSpec": "1.1.20"
  },
  "_requiredBy": [
    "/@prisma/sdk"
  ],
  "_resolved": "https://registry.npmjs.org/checkpoint-client/-/checkpoint-client-1.1.20.tgz",
  "_spec": "1.1.20",
  "_where": "/home/desabat1/api",
  "dependencies": {
    "ci-info": "3.1.1",
    "env-paths": "2.2.1",
    "fast-write-atomic": "0.2.1",
    "make-dir": "3.1.0",
    "ms": "2.1.3",
    "node-fetch": "2.6.1",
    "uuid": "8.3.2"
  },
  "description": "javascript checkpoint client",
  "devDependencies": {
    "@rollup/plugin-commonjs": "17.1.0",
    "@rollup/plugin-json": "4.1.0",
    "@rollup/plugin-node-resolve": "9.0.0",
    "@rollup/plugin-sucrase": "3.1.0",
    "@types/concat-stream": "1.6.0",
    "@types/is-ci": "3.0.0",
    "@types/jest": "26.0.22",
    "@types/ms": "0.7.31",
    "@types/node": "14.14.37",
    "@types/node-fetch": "2.5.10",
    "@types/uuid": "8.3.0",
    "boxen": "4.2.0",
    "concat-stream": "2.0.0",
    "globby": "11.0.3",
    "is-ci": "3.0.0",
    "jest": "26.6.3",
    "prettier": "2.2.1",
    "rollup": "2.39.0",
    "tempfile": "3.0.0",
    "testaway": "2.0.1",
    "ts-node": "9.1.1",
    "typescript": "4.2.4"
  },
  "files": [
    "dist",
    "!dist/examples"
  ],
  "license": "MIT",
  "main": "dist/index.js",
  "name": "checkpoint-client",
  "prettier": {
    "printWidth": 120,
    "semi": false,
    "trailingComma": "all",
    "singleQuote": true
  },
  "scripts": {
    "compile": "tsc && prettier --write src/**/* && rollup -c",
    "prepublish": "tsc && prettier src/**/* -c && rollup -c && jest --testTimeout 10000",
    "test": "tsc && prettier src/**/* -c && rollup -c && jest --testTimeout 10000",
    "test.watch": "mocha 'dist/**/*_test.js' -w --timeout 10s",
    "tsc": "tsc",
    "watch": "rollup -c -w"
  },
  "types": "dist/index.d.ts",
  "version": "1.1.20"
}
