package.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  1. {
  2. "_args": [
  3. [
  4. "bson@~0.3",
  5. "D:\\work\\im\\node_modules\\mongoose"
  6. ]
  7. ],
  8. "_from": "bson@>=0.3.0 <0.4.0",
  9. "_id": "bson@0.3.2",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/bson",
  13. "_nodeVersion": "0.12.2",
  14. "_npmUser": {
  15. "email": "christkv@gmail.com",
  16. "name": "christkv"
  17. },
  18. "_npmVersion": "2.7.4",
  19. "_phantomChildren": {},
  20. "_requested": {
  21. "name": "bson",
  22. "raw": "bson@~0.3",
  23. "rawSpec": "~0.3",
  24. "scope": null,
  25. "spec": ">=0.3.0 <0.4.0",
  26. "type": "range"
  27. },
  28. "_requiredBy": [
  29. "/mongoose"
  30. ],
  31. "_resolved": "https://registry.npmjs.org/bson/-/bson-0.3.2.tgz",
  32. "_shasum": "56753c5e8d86d0f45744b93a9693e4f60a8bbd6c",
  33. "_shrinkwrap": null,
  34. "_spec": "bson@~0.3",
  35. "_where": "D:\\work\\im\\node_modules\\mongoose",
  36. "author": {
  37. "email": "christkv@gmail.com",
  38. "name": "Christian Amor Kvalheim"
  39. },
  40. "browser": "lib/bson/bson.js",
  41. "bugs": {
  42. "url": "https://github.com/mongodb/js-bson/issues"
  43. },
  44. "config": {
  45. "native": false
  46. },
  47. "contributors": [],
  48. "dependencies": {
  49. "bson-ext": "~0.1"
  50. },
  51. "description": "A bson parser for node.js and the browser",
  52. "devDependencies": {
  53. "gleak": "0.2.3",
  54. "nodeunit": "0.9.0",
  55. "one": "2.X.X"
  56. },
  57. "directories": {
  58. "lib": "./lib/bson"
  59. },
  60. "dist": {
  61. "shasum": "56753c5e8d86d0f45744b93a9693e4f60a8bbd6c",
  62. "tarball": "https://registry.npmjs.org/bson/-/bson-0.3.2.tgz"
  63. },
  64. "engines": {
  65. "node": ">=0.6.19"
  66. },
  67. "gitHead": "42c18a3cb68ed5188f4e9653d04e341b06d31d6c",
  68. "homepage": "https://github.com/mongodb/js-bson",
  69. "keywords": [
  70. "mongodb",
  71. "bson",
  72. "parser"
  73. ],
  74. "licenses": [
  75. {
  76. "type": "Apache License, Version 2.0",
  77. "url": "http://www.apache.org/licenses/LICENSE-2.0"
  78. }
  79. ],
  80. "main": "./lib/bson/index",
  81. "maintainers": [
  82. {
  83. "email": "chinsay@gmail.com",
  84. "name": "octave"
  85. },
  86. {
  87. "email": "christkv@gmail.com",
  88. "name": "christkv"
  89. }
  90. ],
  91. "name": "bson",
  92. "optionalDependencies": {
  93. "bson-ext": "~0.1"
  94. },
  95. "readme": "ERROR: No README data found!",
  96. "repository": {
  97. "type": "git",
  98. "url": "git://github.com/mongodb/js-bson.git"
  99. },
  100. "scripts": {
  101. "test": "nodeunit ./test/node && TEST_NATIVE=TRUE nodeunit ./test/node"
  102. },
  103. "version": "0.3.2"
  104. }