package.json 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. {
  2. "_from": "promised-io@^0.3.5",
  3. "_id": "promised-io@0.3.5",
  4. "_inBundle": false,
  5. "_integrity": "sha1-StIXuzZYvKrplGsXqGaOzYUeE1Y=",
  6. "_location": "/promised-io",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "promised-io@^0.3.5",
  12. "name": "promised-io",
  13. "escapedName": "promised-io",
  14. "rawSpec": "^0.3.5",
  15. "saveSpec": null,
  16. "fetchSpec": "^0.3.5"
  17. },
  18. "_requiredBy": [
  19. "/customizr"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/promised-io/-/promised-io-0.3.5.tgz",
  22. "_shasum": "4ad217bb3658bcaae9946b17a8668ecd851e1356",
  23. "_spec": "promised-io@^0.3.5",
  24. "_where": "/srv/http/mmap_sarrebourg/user/themes/basic/node_modules/customizr",
  25. "author": {
  26. "name": "Kris Zyp"
  27. },
  28. "bugs": {
  29. "url": "https://github.com/kriszyp/promised-io/issues"
  30. },
  31. "bundleDependencies": false,
  32. "contributors": [
  33. {
  34. "name": "Dean Landolt"
  35. },
  36. {
  37. "name": "Nathan Stott",
  38. "email": "nathan.stott@whiteboard-it.com"
  39. },
  40. {
  41. "name": "Mark Wubben",
  42. "email": "mark@novemberborn.net"
  43. },
  44. {
  45. "name": "Vladimir Dronnikov",
  46. "email": "dronnikov@gmail.com"
  47. }
  48. ],
  49. "deprecated": false,
  50. "description": "Promise-based IO",
  51. "devDependencies": {
  52. "patr": ">=0.2.6",
  53. "promises-aplus-tests": "*"
  54. },
  55. "directories": {
  56. "lib": "."
  57. },
  58. "homepage": "https://github.com/kriszyp/promised-io#readme",
  59. "keywords": [
  60. "promise",
  61. "io"
  62. ],
  63. "licenses": [
  64. {
  65. "type": "AFLv2.1",
  66. "url": "http://trac.dojotoolkit.org/browser/dojo/trunk/LICENSE#L43"
  67. },
  68. {
  69. "type": "BSD",
  70. "url": "http://trac.dojotoolkit.org/browser/dojo/trunk/LICENSE#L13"
  71. }
  72. ],
  73. "main": "./promise",
  74. "mappings": {
  75. "patr": "http://github.com/kriszyp/patr/zipball/v0.2.5"
  76. },
  77. "name": "promised-io",
  78. "repository": {
  79. "type": "git",
  80. "url": "git+ssh://git@github.com/kriszyp/promised-io.git"
  81. },
  82. "scripts": {
  83. "test": "node tests/"
  84. },
  85. "version": "0.3.5"
  86. }