Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

package.json 3.3 KiB

před 3 roky
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. {
  2. "_args": [
  3. [
  4. "rsvp@3.6.2",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  6. ]
  7. ],
  8. "_from": "rsvp@3.6.2",
  9. "_id": "rsvp@3.6.2",
  10. "_inBundle": false,
  11. "_integrity": "sha512-OfWGQTb9vnwRjwtA2QwpG2ICclHC3pgXZO5xt8H2EfgDquO0qVdSb5T88L4qJVAEugbS56pAuV4XZM58UX8ulw==",
  12. "_location": "/rsvp",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "rsvp@3.6.2",
  18. "name": "rsvp",
  19. "escapedName": "rsvp",
  20. "rawSpec": "3.6.2",
  21. "saveSpec": null,
  22. "fetchSpec": "3.6.2"
  23. },
  24. "_requiredBy": [
  25. "/capture-exit"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/rsvp/-/rsvp-3.6.2.tgz",
  28. "_spec": "3.6.2",
  29. "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
  30. "author": {
  31. "name": "Tilde, Inc. & Stefan Penner"
  32. },
  33. "browser": {
  34. "vertx": false
  35. },
  36. "bugs": {
  37. "url": "https://github.com/tildeio/rsvp.js/issues"
  38. },
  39. "description": "A lightweight library that provides tools for organizing asynchronous code",
  40. "devDependencies": {
  41. "babel-plugin-transform-es2015-arrow-functions": "^6.22.0",
  42. "babel-plugin-transform-es2015-block-scoping": "^6.24.1",
  43. "babel-plugin-transform-es2015-classes": "^6.24.1",
  44. "babel-plugin-transform-es2015-computed-properties": "^6.24.1",
  45. "babel-plugin-transform-es2015-constants": "^6.1.4",
  46. "babel-plugin-transform-es2015-destructuring": "^6.23.0",
  47. "babel-plugin-transform-es2015-parameters": "^6.24.1",
  48. "babel-plugin-transform-es2015-shorthand-properties": "^6.24.1",
  49. "babel-plugin-transform-es2015-spread": "^6.22.0",
  50. "babel-plugin-transform-es2015-template-literals": "^6.22.0",
  51. "babel-preset-env": "^1.5.2",
  52. "babel6-plugin-strip-class-callcheck": "^6.0.0",
  53. "broccoli-babel-transpiler": "^6.0.0",
  54. "broccoli-concat": "^3.2.2",
  55. "broccoli-merge-trees": "^2.0.0",
  56. "broccoli-rollup": "^1.3.0",
  57. "broccoli-stew": "^1.5.0",
  58. "broccoli-uglify-js": "^0.2.0",
  59. "broccoli-watchify": "1.0.1",
  60. "ember-cli": "2.13.2",
  61. "ember-cli-dependency-checker": "2.0.0",
  62. "ember-publisher": "0.0.7",
  63. "git-repo-version": "0.4.1",
  64. "json3": "^3.3.2",
  65. "mocha": "3.4.2",
  66. "promises-aplus-tests-phantom": "^2.1.0-revise"
  67. },
  68. "directories": {
  69. "lib": "lib"
  70. },
  71. "engines": {
  72. "node": "0.12.* || 4.* || 6.* || >= 7.*"
  73. },
  74. "files": [
  75. "dist",
  76. "lib",
  77. "!dist/test"
  78. ],
  79. "homepage": "https://github.com/tildeio/rsvp.js#readme",
  80. "jsnext:main": "dist/rsvp.es.js",
  81. "keywords": [
  82. "promises",
  83. "futures"
  84. ],
  85. "license": "MIT",
  86. "main": "dist/rsvp.js",
  87. "module": "dist/rsvp.es.js",
  88. "name": "rsvp",
  89. "namespace": "RSVP",
  90. "repository": {
  91. "type": "git",
  92. "url": "git+https://github.com/tildeio/rsvp.js.git",
  93. "dist": "git@github.com:components/rsvp.js.git"
  94. },
  95. "scripts": {
  96. "build": "ember build --environment production",
  97. "build:production": "ember build --env production",
  98. "lint": "jshint lib",
  99. "prepublish": "ember build --environment production",
  100. "start": "ember s",
  101. "test": "ember test",
  102. "test:node": "ember build && mocha ./dist/test/browserify",
  103. "test:server": "ember test --server"
  104. },
  105. "version": "3.6.2"
  106. }