package.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. {
  2. "_args": [
  3. [
  4. "xmlhttprequest",
  5. "/home/windows/repos/sinusbot-birthday-script"
  6. ]
  7. ],
  8. "_from": "xmlhttprequest@latest",
  9. "_id": "xmlhttprequest@1.8.0",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/xmlhttprequest",
  13. "_nodeVersion": "0.12.2",
  14. "_npmUser": {
  15. "email": "dan@driverdan.com",
  16. "name": "driverdan"
  17. },
  18. "_npmVersion": "2.7.5",
  19. "_phantomChildren": {},
  20. "_requested": {
  21. "name": "xmlhttprequest",
  22. "raw": "xmlhttprequest",
  23. "rawSpec": "",
  24. "scope": null,
  25. "spec": "latest",
  26. "type": "tag"
  27. },
  28. "_requiredBy": [
  29. "#USER",
  30. "/dav"
  31. ],
  32. "_resolved": "https://registry.npmjs.org/xmlhttprequest/-/xmlhttprequest-1.8.0.tgz",
  33. "_shasum": "67fe075c5c24fef39f9d65f5f7b7fe75171968fc",
  34. "_shrinkwrap": null,
  35. "_spec": "xmlhttprequest",
  36. "_where": "/home/windows/repos/sinusbot-birthday-script",
  37. "author": {
  38. "name": "Dan DeFelippi",
  39. "url": "http://driverdan.com"
  40. },
  41. "bugs": {
  42. "url": "http://github.com/driverdan/node-XMLHttpRequest/issues"
  43. },
  44. "dependencies": {},
  45. "description": "XMLHttpRequest for Node",
  46. "devDependencies": {},
  47. "directories": {
  48. "example": "./example",
  49. "lib": "./lib"
  50. },
  51. "dist": {
  52. "shasum": "67fe075c5c24fef39f9d65f5f7b7fe75171968fc",
  53. "tarball": "https://registry.npmjs.org/xmlhttprequest/-/xmlhttprequest-1.8.0.tgz"
  54. },
  55. "engines": {
  56. "node": ">=0.4.0"
  57. },
  58. "gitHead": "86ff70effb6dd529b34650242b9e3b1f0b8b6e86",
  59. "homepage": "https://github.com/driverdan/node-XMLHttpRequest",
  60. "keywords": [
  61. "ajax",
  62. "xhr"
  63. ],
  64. "license": "MIT",
  65. "main": "./lib/XMLHttpRequest.js",
  66. "maintainers": [
  67. {
  68. "name": "driverdan",
  69. "email": "dan@driverdan.com"
  70. }
  71. ],
  72. "name": "xmlhttprequest",
  73. "optionalDependencies": {},
  74. "readme": "ERROR: No README data found!",
  75. "repository": {
  76. "type": "git",
  77. "url": "git://github.com/driverdan/node-XMLHttpRequest.git"
  78. },
  79. "scripts": {},
  80. "version": "1.8.0"
  81. }