{
  "_args": [
    [
      "@bigcommerce/memoize@1.0.0",
      "/data/DATAPROJECTS/playground/shaoming/checkout-js"
    ]
  ],
  "_from": "@bigcommerce/memoize@1.0.0",
  "_id": "@bigcommerce/memoize@1.0.0",
  "_inBundle": false,
  "_integrity": "sha512-B3KA9hCQt+ieDqH2yPI5zpK11U9UtOfGqu19mFdS0fBSPoCIsTZ3GRG1SEdIFqCXqJnK3AqYbLet1FK/G2G7sg==",
  "_location": "/@bigcommerce/memoize",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@bigcommerce/memoize@1.0.0",
    "name": "@bigcommerce/memoize",
    "escapedName": "@bigcommerce%2fmemoize",
    "scope": "@bigcommerce",
    "rawSpec": "1.0.0",
    "saveSpec": null,
    "fetchSpec": "1.0.0"
  },
  "_requiredBy": [
    "/",
    "/@bigcommerce/checkout-sdk"
  ],
  "_resolved": "https://registry.npmjs.org/@bigcommerce/memoize/-/memoize-1.0.0.tgz",
  "_spec": "1.0.0",
  "_where": "/data/DATAPROJECTS/playground/shaoming/checkout-js",
  "author": {
    "name": "BigCommerce"
  },
  "bugs": {
    "url": "https://github.com/bigcommerce/memoize-js/issues"
  },
  "dependencies": {
    "@types/lodash.memoize": "^4.1.6",
    "@types/shallowequal": "^1.1.1",
    "lodash.memoize": "^4.1.2",
    "shallowequal": "^1.1.0",
    "tslib": "^1.10.0"
  },
  "description": "A JavaScript library for memoizing the result of a pure function",
  "devDependencies": {
    "@bigcommerce/tslint-config": "^4.0.0",
    "@bigcommerce/validate-commits": "^2.2.0",
    "@types/jest": "^21.1.10",
    "check-node-version": "^3.3.0",
    "jest": "^23.6.0",
    "standard-version": "^4.4.0",
    "ts-jest": "^23.10.5",
    "tslint": "^5.18.0",
    "typescript": "^3.5.3"
  },
  "files": [
    "lib/"
  ],
  "homepage": "https://github.com/bigcommerce/memoize-js",
  "license": "MIT",
  "main": "lib/index.js",
  "name": "@bigcommerce/memoize",
  "repository": {
    "type": "git",
    "url": "git://github.com/bigcommerce/memoize-js.git"
  },
  "scripts": {
    "build": "tsc --outDir lib --project tsconfig.json",
    "lint": "tslint 'src/**/*.ts' --config tslint.json --project tsconfig.json && tsc --noEmit",
    "postrelease": "npm publish --access public && git push --follow-tags",
    "prebuild": "rm -rf lib",
    "prepare": "check-node-version --node '>=10' --npm '>=6' && npm run build",
    "prerelease": "git fetch --tags && npm run validate-commits && npm run lint && npm test",
    "release": "standard-version",
    "test": "jest --config jest-config.js",
    "test:coverage": "npm test -- --coverage",
    "test:series": "npm test -- --runInBand",
    "test:watch": "npm test -- --watch",
    "validate-commits": "validate-commits"
  },
  "types": "lib/index.d.ts",
  "version": "1.0.0"
}
