package.json 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. {
  2. "_from": "promise@^6.0.1",
  3. "_id": "promise@6.1.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-LOcp9rlLRcJoka0GAsXJDgTG7vY=",
  6. "_location": "/promise",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "promise@^6.0.1",
  12. "name": "promise",
  13. "escapedName": "promise",
  14. "rawSpec": "^6.0.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^6.0.1"
  17. },
  18. "_requiredBy": [
  19. "/jstransformer"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/promise/-/promise-6.1.0.tgz",
  22. "_shasum": "2ce729f6b94b45c26891ad0602c5c90e04c6eef6",
  23. "_spec": "promise@^6.0.1",
  24. "_where": "C:\\FatboarProject\\express-server\\node_modules\\jstransformer",
  25. "author": {
  26. "name": "ForbesLindesay"
  27. },
  28. "bugs": {
  29. "url": "https://github.com/then/promise/issues"
  30. },
  31. "bundleDependencies": false,
  32. "dependencies": {
  33. "asap": "~1.0.0"
  34. },
  35. "deprecated": false,
  36. "description": "Bare bones Promises/A+ implementation",
  37. "devDependencies": {
  38. "better-assert": "*",
  39. "mocha": "*",
  40. "promises-aplus-tests": "*"
  41. },
  42. "homepage": "https://github.com/then/promise#readme",
  43. "license": "MIT",
  44. "main": "index.js",
  45. "name": "promise",
  46. "repository": {
  47. "type": "git",
  48. "url": "git+https://github.com/then/promise.git"
  49. },
  50. "scripts": {
  51. "test": "mocha --timeout 200 --slow 99999",
  52. "test-extensions": "mocha test/extensions-tests.js -R spec --timeout 200 --slow 999999",
  53. "test-resolve": "mocha test/resolver-tests.js -R spec --timeout 200 --slow 999999"
  54. },
  55. "version": "6.1.0"
  56. }