package.json 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128
  1. {
  2. "_args": [
  3. [
  4. "[email protected]",
  5. "/Users/shaddockh/Development/Atomic/AtomicFork/AtomicGameEngine/Build/node_modules/dts-generator"
  6. ]
  7. ],
  8. "_from": "[email protected]",
  9. "_id": "[email protected]",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/bluebird",
  13. "_nodeVersion": "5.6.0",
  14. "_npmOperationalInternal": {
  15. "host": "packages-6-west.internal.npmjs.com",
  16. "tmp": "tmp/bluebird-3.3.3.tgz_1456440968998_0.9059740619268268"
  17. },
  18. "_npmUser": {
  19. "email": "[email protected]",
  20. "name": "esailija"
  21. },
  22. "_npmVersion": "3.6.0",
  23. "_phantomChildren": {},
  24. "_requested": {
  25. "name": "bluebird",
  26. "raw": "[email protected]",
  27. "rawSpec": "3.3.3",
  28. "scope": null,
  29. "spec": "3.3.3",
  30. "type": "version"
  31. },
  32. "_requiredBy": [
  33. "/dts-generator"
  34. ],
  35. "_resolved": "https://registry.npmjs.org/bluebird/-/bluebird-3.3.3.tgz",
  36. "_shasum": "cf96a45d77b9a97a43c46a365c4619f62bf976d0",
  37. "_shrinkwrap": null,
  38. "_spec": "[email protected]",
  39. "_where": "/Users/shaddockh/Development/Atomic/AtomicFork/AtomicGameEngine/Build/node_modules/dts-generator",
  40. "author": {
  41. "email": "[email protected]",
  42. "name": "Petka Antonov",
  43. "url": "http://github.com/petkaantonov/"
  44. },
  45. "browser": "./js/browser/bluebird.js",
  46. "bugs": {
  47. "url": "http://github.com/petkaantonov/bluebird/issues"
  48. },
  49. "dependencies": {},
  50. "description": "Full featured Promises/A+ implementation with exceptionally good performance",
  51. "devDependencies": {
  52. "acorn": "~0.6.0",
  53. "baconjs": "^0.7.43",
  54. "bluebird": "^2.9.2",
  55. "body-parser": "^1.10.2",
  56. "browserify": "^8.1.1",
  57. "cli-table": "~0.3.1",
  58. "co": "^4.2.0",
  59. "cross-spawn": "^0.2.3",
  60. "glob": "^4.3.2",
  61. "grunt-saucelabs": "~8.4.1",
  62. "highland": "^2.3.0",
  63. "istanbul": "^0.3.5",
  64. "jshint": "^2.6.0",
  65. "jshint-stylish": "~0.2.0",
  66. "kefir": "^2.4.1",
  67. "mkdirp": "~0.5.0",
  68. "mocha": "~2.1",
  69. "open": "~0.0.5",
  70. "optimist": "~0.6.1",
  71. "rimraf": "~2.2.6",
  72. "rx": "^2.3.25",
  73. "serve-static": "^1.7.1",
  74. "sinon": "~1.7.3",
  75. "uglify-js": "~2.4.16"
  76. },
  77. "directories": {},
  78. "dist": {
  79. "shasum": "cf96a45d77b9a97a43c46a365c4619f62bf976d0",
  80. "tarball": "https://registry.npmjs.org/bluebird/-/bluebird-3.3.3.tgz"
  81. },
  82. "files": [
  83. "LICENSE",
  84. "js/browser",
  85. "js/release"
  86. ],
  87. "gitHead": "35bb4c17ea74ad7fc6406fbf6434bf967113c99b",
  88. "homepage": "https://github.com/petkaantonov/bluebird",
  89. "keywords": [
  90. "async",
  91. "await",
  92. "deferred",
  93. "deferreds",
  94. "dsl",
  95. "flow control",
  96. "fluent interface",
  97. "future",
  98. "performance",
  99. "promise",
  100. "promises",
  101. "promises-a",
  102. "promises-aplus"
  103. ],
  104. "license": "MIT",
  105. "main": "./js/release/bluebird.js",
  106. "maintainers": [
  107. {
  108. "name": "esailija",
  109. "email": "[email protected]"
  110. }
  111. ],
  112. "name": "bluebird",
  113. "optionalDependencies": {},
  114. "readme": "ERROR: No README data found!",
  115. "repository": {
  116. "type": "git",
  117. "url": "git://github.com/petkaantonov/bluebird.git"
  118. },
  119. "scripts": {
  120. "generate-browser-core": "node tools/build.js --features=core --no-debug --release --zalgo --browser --minify && mv js/browser/bluebird.js js/browser/bluebird.core.js && mv js/browser/bluebird.min.js js/browser/bluebird.core.min.js",
  121. "generate-browser-full": "node tools/build.js --no-clean --no-debug --release --browser --minify",
  122. "istanbul": "istanbul",
  123. "lint": "node scripts/jshint.js",
  124. "prepublish": "npm run generate-browser-core && npm run generate-browser-full",
  125. "test": "node tools/test.js"
  126. },
  127. "version": "3.3.3"
  128. }