package.json 2.0 KB

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