package.json 3.1 KB

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