package.json 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. {
  2. "_from": "synchronous-promise@^2.0.5",
  3. "_id": "synchronous-promise@2.0.15",
  4. "_inBundle": false,
  5. "_integrity": "sha512-k8uzYIkIVwmT+TcglpdN50pS2y1BDcUnBPK9iJeGu0Pl1lOI8pD6wtzgw91Pjpe+RxtTncw32tLxs/R0yNL2Mg==",
  6. "_location": "/synchronous-promise",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "synchronous-promise@^2.0.5",
  12. "name": "synchronous-promise",
  13. "escapedName": "synchronous-promise",
  14. "rawSpec": "^2.0.5",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.0.5"
  17. },
  18. "_requiredBy": [
  19. "/yup"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/synchronous-promise/-/synchronous-promise-2.0.15.tgz",
  22. "_shasum": "07ca1822b9de0001f5ff73595f3d08c4f720eb8e",
  23. "_spec": "synchronous-promise@^2.0.5",
  24. "_where": "E:\\workspace\\cfd-front-admin\\node_modules\\yup",
  25. "author": {
  26. "name": "Davyd McColl",
  27. "email": "davydm@gmail.com",
  28. "url": "https://github.com/fluffynuts"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/fluffynuts/synchronous-promise/issues"
  32. },
  33. "bundleDependencies": false,
  34. "deprecated": false,
  35. "description": "Synchronous Promise-like prototype to use in testing where you would have used an ES6 Promise",
  36. "devDependencies": {
  37. "@types/chai": "^4.2.11",
  38. "@types/mocha": "^7.0.2",
  39. "@types/node": "^14.0.5",
  40. "browserify": "^16.5.1",
  41. "chai": "^4.2.0",
  42. "jshint": "^2.11.1",
  43. "mkdirp": "^1.0.4",
  44. "mocha": "^7.1.2",
  45. "mocha-yar": "^1.0.14",
  46. "nodemon": "^2.0.4",
  47. "npm-run-all": "^4.1.5",
  48. "run-sequence": "^2.2.1",
  49. "ts-node": "^8.10.1",
  50. "typescript": "^3.9.3"
  51. },
  52. "homepage": "https://github.com/fluffynuts/synchronous-promise#readme",
  53. "license": "BSD-3-Clause",
  54. "main": "index.js",
  55. "name": "synchronous-promise",
  56. "repository": {
  57. "type": "git",
  58. "url": "git+https://github.com/fluffynuts/synchronous-promise.git"
  59. },
  60. "scripts": {
  61. "autolint": "nodemon -q -x \"run-s -s lint\"",
  62. "autotest": "nodemon -q -x \"run-s -s autotest-once\"",
  63. "autotest-once": "mocha index.spec.js --reporter mocha-yar",
  64. "autotest-ts": "nodemon -q -e ts -x \"run-s -s test-ts\"",
  65. "debug": "mocha -w *.spec.js --reporter mocha-yar --debug-brk --inspect",
  66. "debug-emitted": "mocha index-ts.spec.js --debug-brk --inspect",
  67. "debug-ts": "mocha -r ts-node/register *.spec.ts --debug-brk --inspect",
  68. "dist": "browserify browser.js -o dist/synchronous-promise.js",
  69. "lint": "jshint index.js",
  70. "postlint": "node -e \"console.log('Linting completed: ', new Date());\"",
  71. "preautotest-once": "node -e \"console.log('Tests started: ', new Date());\"",
  72. "preautotest-ts-once": "node -e \"console.log('TS Tests started: ', new Date());\"",
  73. "predist": "mkdirp dist",
  74. "prelint": "node -e \"console.log('Linting started: ', new Date());\"",
  75. "prepublish": "run-s -s test dist",
  76. "pretest": "run-s lint",
  77. "test": "run-s test-js test-ts",
  78. "test-emitted": "mocha index-ts.spec.js",
  79. "test-js": "mocha index.spec.js",
  80. "test-ts": "mocha -r ts-node/register *.spec.ts --reporter mocha-yar",
  81. "tsc": "tsc"
  82. },
  83. "version": "2.0.15"
  84. }