{
  "_from": "synchronous-promise@^2.0.6",
  "_id": "synchronous-promise@2.0.10",
  "_inBundle": false,
  "_integrity": "sha512-6PC+JRGmNjiG3kJ56ZMNWDPL8hjyghF5cMXIFOKg+NiwwEZZIvxTWd0pinWKyD227odg9ygF8xVhhz7gb8Uq7A==",
  "_location": "/synchronous-promise",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "synchronous-promise@^2.0.6",
    "name": "synchronous-promise",
    "escapedName": "synchronous-promise",
    "rawSpec": "^2.0.6",
    "saveSpec": null,
    "fetchSpec": "^2.0.6"
  },
  "_requiredBy": [
    "/yup"
  ],
  "_resolved": "https://registry.npmjs.org/synchronous-promise/-/synchronous-promise-2.0.10.tgz",
  "_shasum": "e64c6fd3afd25f423963353043f4a68ebd397fd8",
  "_spec": "synchronous-promise@^2.0.6",
  "_where": "/u1/h0/jkinne/public_html/cs499-f2019/code/react-native-project/node_modules/yup",
  "author": {
    "name": "Davyd McColl",
    "email": "davydm@gmail.com",
    "url": "https://github.com/fluffynuts"
  },
  "bugs": {
    "url": "https://github.com/fluffynuts/synchronous-promise/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Synchronous Promise-like prototype to use in testing where you would have used an ES6 Promise",
  "devDependencies": {
    "@types/chai": "^4.1.5",
    "@types/mocha": "^2.2.44",
    "@types/node": "^8.10.30",
    "browserify": "^14.5.0",
    "chai": "^4.1.2",
    "jshint": "^2.9.6",
    "mkdirp": "^0.5.1",
    "mocha": "^4.0.1",
    "mocha-yar": "^1.0.13",
    "nodemon": "^1.18.4",
    "npm-run-all": "^4.1.2",
    "run-sequence": "^2.2.0",
    "ts-node": "^3.3.0",
    "typescript": "^2.9.2"
  },
  "homepage": "https://github.com/fluffynuts/synchronous-promise#readme",
  "license": "BSD-3-Clause",
  "main": "index.js",
  "name": "synchronous-promise",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/fluffynuts/synchronous-promise.git"
  },
  "scripts": {
    "autolint": "nodemon -q -x \"run-s -s lint\"",
    "autotest": "nodemon -q -x \"run-s -s autotest-once\"",
    "autotest-once": "mocha index.spec.js --reporter mocha-yar",
    "autotest-ts": "nodemon -q -e ts -x \"run-s -s test-ts\"",
    "debug": "mocha -w *.spec.js --reporter mocha-yar --debug-brk --inspect",
    "debug-emitted": "mocha index-ts.spec.js --debug-brk --inspect",
    "debug-ts": "mocha -r ts-node/register *.spec.ts --debug-brk --inspect",
    "dist": "browserify browser.js -o dist/synchronous-promise.js",
    "lint": "jshint index.js",
    "postlint": "node -e \"console.log('Linting completed: ', new Date());\"",
    "preautotest-once": "node -e \"console.log('Tests started: ', new Date());\"",
    "preautotest-ts-once": "node -e \"console.log('TS Tests started: ', new Date());\"",
    "predist": "mkdirp dist",
    "prelint": "node -e \"console.log('Linting started: ', new Date());\"",
    "prepublish": "run-s -s test dist",
    "pretest": "run-s lint",
    "test": "run-s test-js test-ts",
    "test-emitted": "mocha index-ts.spec.js",
    "test-js": "mocha index.spec.js",
    "test-ts": "mocha -r ts-node/register *.spec.ts --reporter mocha-yar",
    "tsc": "tsc"
  },
  "version": "2.0.10"
}