package.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. {
  2. "_args": [
  3. [
  4. "es6-promise@3.0.2",
  5. "E:\\project\\my-cc-plugin\\hot-update-tools\\packages\\hot-update-tools"
  6. ]
  7. ],
  8. "_from": "es6-promise@3.0.2",
  9. "_id": "es6-promise@3.0.2",
  10. "_inBundle": false,
  11. "_integrity": "sha1-AQ1YWEI6XxGJeWZfRkhqlcbuK7Y=",
  12. "_location": "/es6-promise",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "es6-promise@3.0.2",
  18. "name": "es6-promise",
  19. "escapedName": "es6-promise",
  20. "rawSpec": "3.0.2",
  21. "saveSpec": null,
  22. "fetchSpec": "3.0.2"
  23. },
  24. "_requiredBy": [
  25. "/jszip"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/es6-promise/-/es6-promise-3.0.2.tgz",
  28. "_spec": "3.0.2",
  29. "_where": "E:\\project\\my-cc-plugin\\hot-update-tools\\packages\\hot-update-tools",
  30. "author": {
  31. "name": "Yehuda Katz, Tom Dale, Stefan Penner and contributors",
  32. "url": "Conversion to ES6 API by Jake Archibald"
  33. },
  34. "browser": {
  35. "vertx": false
  36. },
  37. "bugs": {
  38. "url": "https://github.com/jakearchibald/ES6-Promises/issues"
  39. },
  40. "description": "A lightweight library that provides tools for organizing asynchronous code",
  41. "devDependencies": {
  42. "bower": "^1.3.9",
  43. "brfs": "0.0.8",
  44. "broccoli-es3-safe-recast": "0.0.8",
  45. "broccoli-es6-module-transpiler": "^0.5.0",
  46. "broccoli-jshint": "^0.5.1",
  47. "broccoli-merge-trees": "^0.1.4",
  48. "broccoli-replace": "^0.2.0",
  49. "broccoli-stew": "0.0.6",
  50. "broccoli-uglify-js": "^0.1.3",
  51. "broccoli-watchify": "^0.2.0",
  52. "ember-cli": "0.2.3",
  53. "ember-publisher": "0.0.7",
  54. "git-repo-version": "0.0.2",
  55. "json3": "^3.3.2",
  56. "minimatch": "^2.0.1",
  57. "mocha": "^1.20.1",
  58. "promises-aplus-tests-phantom": "^2.1.0-revise",
  59. "release-it": "0.0.10"
  60. },
  61. "directories": {
  62. "lib": "lib"
  63. },
  64. "files": [
  65. "dist",
  66. "lib",
  67. "!dist/test"
  68. ],
  69. "homepage": "https://github.com/jakearchibald/ES6-Promises#readme",
  70. "keywords": [
  71. "promises",
  72. "futures"
  73. ],
  74. "license": "MIT",
  75. "main": "dist/es6-promise.js",
  76. "name": "es6-promise",
  77. "namespace": "es6-promise",
  78. "repository": {
  79. "type": "git",
  80. "url": "git://github.com/jakearchibald/ES6-Promises.git"
  81. },
  82. "scripts": {
  83. "build": "ember build",
  84. "dry-run-release": "ember build --environment production && release-it --dry-run --non-interactive",
  85. "lint": "jshint lib",
  86. "prepublish": "ember build --environment production",
  87. "start": "ember s",
  88. "test": "ember test",
  89. "test:node": "ember build && mocha ./dist/test/browserify",
  90. "test:server": "ember test --server"
  91. },
  92. "spm": {
  93. "main": "dist/es6-promise.js"
  94. },
  95. "version": "3.0.2"
  96. }