package.json 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. {
  2. "_from": "rsvp@^3.3.3",
  3. "_id": "rsvp@3.6.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-OfWGQTb9vnwRjwtA2QwpG2ICclHC3pgXZO5xt8H2EfgDquO0qVdSb5T88L4qJVAEugbS56pAuV4XZM58UX8ulw==",
  6. "_location": "/rsvp",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "rsvp@^3.3.3",
  12. "name": "rsvp",
  13. "escapedName": "rsvp",
  14. "rawSpec": "^3.3.3",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.3.3"
  17. },
  18. "_requiredBy": [
  19. "/capture-exit"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/rsvp/-/rsvp-3.6.2.tgz",
  22. "_shasum": "2e96491599a96cde1b515d5674a8f7a91452926a",
  23. "_spec": "rsvp@^3.3.3",
  24. "_where": "C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin\\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.24.1",
  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.5.2",
  49. "babel6-plugin-strip-class-callcheck": "^6.0.0",
  50. "broccoli-babel-transpiler": "^6.0.0",
  51. "broccoli-concat": "^3.2.2",
  52. "broccoli-merge-trees": "^2.0.0",
  53. "broccoli-rollup": "^1.3.0",
  54. "broccoli-stew": "^1.5.0",
  55. "broccoli-uglify-js": "^0.2.0",
  56. "broccoli-watchify": "1.0.1",
  57. "ember-cli": "2.13.2",
  58. "ember-cli-dependency-checker": "2.0.0",
  59. "ember-publisher": "0.0.7",
  60. "git-repo-version": "0.4.1",
  61. "json3": "^3.3.2",
  62. "mocha": "3.4.2",
  63. "promises-aplus-tests-phantom": "^2.1.0-revise"
  64. },
  65. "directories": {
  66. "lib": "lib"
  67. },
  68. "engines": {
  69. "node": "0.12.* || 4.* || 6.* || >= 7.*"
  70. },
  71. "files": [
  72. "dist",
  73. "lib",
  74. "!dist/test"
  75. ],
  76. "homepage": "https://github.com/tildeio/rsvp.js#readme",
  77. "jsnext:main": "dist/rsvp.es.js",
  78. "keywords": [
  79. "promises",
  80. "futures"
  81. ],
  82. "license": "MIT",
  83. "main": "dist/rsvp.js",
  84. "module": "dist/rsvp.es.js",
  85. "name": "rsvp",
  86. "namespace": "RSVP",
  87. "repository": {
  88. "type": "git",
  89. "url": "git+https://github.com/tildeio/rsvp.js.git",
  90. "dist": "git@github.com:components/rsvp.js.git"
  91. },
  92. "scripts": {
  93. "build": "ember build --environment production",
  94. "build:production": "ember build --env production",
  95. "lint": "jshint lib",
  96. "prepublish": "ember build --environment production",
  97. "start": "ember s",
  98. "test": "ember test",
  99. "test:node": "ember build && mocha ./dist/test/browserify",
  100. "test:server": "ember test --server"
  101. },
  102. "version": "3.6.2"
  103. }