You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

67 lines
2.0 KiB

  1. {
  2. "_from": "promise",
  3. "_id": "promise@8.1.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-W04AqnILOL/sPRXziNicCjSNRruLAuIHEOVBazepu0545DDNGYHz7ar9ZgZ1fMU8/MA4mVxp5rkBWRi6OXIy3Q==",
  6. "_location": "/promise",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "tag",
  10. "registry": true,
  11. "raw": "promise",
  12. "name": "promise",
  13. "escapedName": "promise",
  14. "rawSpec": "",
  15. "saveSpec": null,
  16. "fetchSpec": "latest"
  17. },
  18. "_requiredBy": [
  19. "#USER",
  20. "/"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/promise/-/promise-8.1.0.tgz",
  23. "_shasum": "697c25c3dfe7435dd79fcd58c38a135888eaf05e",
  24. "_spec": "promise",
  25. "_where": "/home/alpcentaur/ProjektA/PrototypeWebApp/nodefrontend",
  26. "author": {
  27. "name": "ForbesLindesay"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/then/promise/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "asap": "~2.0.6"
  35. },
  36. "deprecated": false,
  37. "description": "Bare bones Promises/A+ implementation",
  38. "devDependencies": {
  39. "acorn": "^1.0.1",
  40. "better-assert": "*",
  41. "istanbul": "^0.3.13",
  42. "mocha": "*",
  43. "promises-aplus-tests": "*",
  44. "rimraf": "^2.3.2"
  45. },
  46. "homepage": "https://github.com/then/promise#readme",
  47. "license": "MIT",
  48. "main": "index.js",
  49. "name": "promise",
  50. "repository": {
  51. "type": "git",
  52. "url": "git+https://github.com/then/promise.git"
  53. },
  54. "scripts": {
  55. "coverage": "istanbul cover node_modules/mocha/bin/_mocha -- --bail --timeout 200 --slow 99999 -R dot",
  56. "prepublish": "node build",
  57. "pretest": "node build",
  58. "pretest-extensions": "node build",
  59. "pretest-memory-leak": "node build",
  60. "pretest-resolve": "node build",
  61. "test": "mocha --bail --timeout 200 --slow 99999 -R dot && npm run test-memory-leak",
  62. "test-extensions": "mocha test/extensions-tests.js --timeout 200 --slow 999999",
  63. "test-memory-leak": "node --expose-gc test/memory-leak.js",
  64. "test-resolve": "mocha test/resolver-tests.js --timeout 200 --slow 999999"
  65. },
  66. "version": "8.1.0"
  67. }