package.json 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. {
  2. "_from": "rsvp@^4.8.4",
  3. "_id": "rsvp@4.8.5",
  4. "_inBundle": false,
  5. "_integrity": "sha512-nfMOlASu9OnRJo1mbEk2cz0D56a1MBNrJ7orjRZQG10XDyuvwksKbuXNp6qa+kbn839HwjwhBzhFmdsaEAfauA==",
  6. "_location": "/rsvp",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "rsvp@^4.8.4",
  12. "name": "rsvp",
  13. "escapedName": "rsvp",
  14. "rawSpec": "^4.8.4",
  15. "saveSpec": null,
  16. "fetchSpec": "^4.8.4"
  17. },
  18. "_requiredBy": [
  19. "/capture-exit"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/rsvp/-/rsvp-4.8.5.tgz",
  22. "_shasum": "c8f155311d167f68f21e168df71ec5b083113734",
  23. "_spec": "rsvp@^4.8.4",
  24. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\capture-exit",
  25. "author": {
  26. "name": "Tilde, Inc. & Stefan Penner"
  27. },
  28. "browser": {
  29. "vertx": false
  30. },
  31. "bugs": {
  32. "url": "https://github.com/tildeio/rsvp.js/issues"
  33. },
  34. "bundleDependencies": false,
  35. "deprecated": false,
  36. "description": "A lightweight library that provides tools for organizing asynchronous code",
  37. "devDependencies": {
  38. "babel-plugin-transform-es2015-arrow-functions": "^6.22.0",
  39. "babel-plugin-transform-es2015-block-scoping": "6.26.0",
  40. "babel-plugin-transform-es2015-classes": "^6.24.1",
  41. "babel-plugin-transform-es2015-computed-properties": "^6.24.1",
  42. "babel-plugin-transform-es2015-constants": "^6.1.4",
  43. "babel-plugin-transform-es2015-destructuring": "^6.23.0",
  44. "babel-plugin-transform-es2015-parameters": "^6.24.1",
  45. "babel-plugin-transform-es2015-shorthand-properties": "^6.24.1",
  46. "babel-plugin-transform-es2015-spread": "^6.22.0",
  47. "babel-plugin-transform-es2015-template-literals": "^6.22.0",
  48. "babel-preset-env": "1.7.0",
  49. "babel6-plugin-strip-class-callcheck": "^6.0.0",
  50. "broccoli-babel-transpiler": "6.4.3",
  51. "broccoli-concat": "^3.7.1",
  52. "broccoli-funnel": "2.0.1",
  53. "broccoli-merge-trees": "^3.0.1",
  54. "broccoli-rollup": "2.1.1",
  55. "broccoli-stew": "^2.0.0",
  56. "broccoli-uglify-js": "^0.2.0",
  57. "broccoli-watchify": "1.0.1",
  58. "ember-cli": "3.4.2",
  59. "ember-cli-dependency-checker": "3.0.0",
  60. "ember-cli-inject-live-reload": "^2.0.1",
  61. "ember-cli-progress": "^1.0.6",
  62. "git-repo-version": "1.0.2",
  63. "mocha": "5.2.0",
  64. "promises-aplus-tests": "2.1.2"
  65. },
  66. "directories": {
  67. "lib": "lib"
  68. },
  69. "engines": {
  70. "node": "6.* || >= 7.*"
  71. },
  72. "files": [
  73. "dist",
  74. "lib",
  75. "!dist/test"
  76. ],
  77. "homepage": "https://github.com/tildeio/rsvp.js",
  78. "jsnext:main": "dist/rsvp.es.js",
  79. "keywords": [
  80. "futures",
  81. "promises"
  82. ],
  83. "license": "MIT",
  84. "main": "dist/rsvp.js",
  85. "module": "dist/rsvp.es.js",
  86. "name": "rsvp",
  87. "namespace": "RSVP",
  88. "repository": {
  89. "type": "git",
  90. "url": "git+https://github.com/tildeio/rsvp.js.git",
  91. "dist": "git@github.com:components/rsvp.js.git"
  92. },
  93. "scripts": {
  94. "build": "ember build --environment production",
  95. "start": "ember s",
  96. "test": "ember test",
  97. "test:node": "ember test --launch Mocha",
  98. "test:server": "ember test --server"
  99. },
  100. "version": "4.8.5"
  101. }