package.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. {
  2. "_args": [
  3. [
  4. "bson-ext@~0.1",
  5. "D:\\work\\im\\node_modules\\bson"
  6. ]
  7. ],
  8. "_from": "bson-ext@>=0.1.0 <0.2.0",
  9. "_id": "bson-ext@0.1.13",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/bson-ext",
  13. "_npmUser": {
  14. "email": "christkv@gmail.com",
  15. "name": "christkv"
  16. },
  17. "_npmVersion": "1.4.28",
  18. "_phantomChildren": {},
  19. "_requested": {
  20. "name": "bson-ext",
  21. "raw": "bson-ext@~0.1",
  22. "rawSpec": "~0.1",
  23. "scope": null,
  24. "spec": ">=0.1.0 <0.2.0",
  25. "type": "range"
  26. },
  27. "_requiredBy": [
  28. "/bson"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/bson-ext/-/bson-ext-0.1.13.tgz",
  31. "_shasum": "4a48d3091a21e7d5b4e59bbbb54b91279677f8b3",
  32. "_shrinkwrap": null,
  33. "_spec": "bson-ext@~0.1",
  34. "_where": "D:\\work\\im\\node_modules\\bson",
  35. "author": {
  36. "email": "christkv@gmail.com",
  37. "name": "Christian Amor Kvalheim"
  38. },
  39. "binary": {
  40. "bucket": "mongodb-dx-public",
  41. "host": "https://bin.mongodb.org",
  42. "module_name": "bson",
  43. "module_path": "build/Release",
  44. "remote_path": "/js/bson-ext/v{version}"
  45. },
  46. "bugs": {
  47. "url": "https://github.com/christkv/bson-ext/issues"
  48. },
  49. "contributors": [],
  50. "dependencies": {
  51. "bindings": "^1.2.1",
  52. "nan": "~2.0.9"
  53. },
  54. "description": "The C++ bson parser for the node.js mongodb driver.",
  55. "devDependencies": {
  56. "nodeunit": "~0.9.0"
  57. },
  58. "directories": {
  59. "lib": "./lib/bson"
  60. },
  61. "dist": {
  62. "shasum": "4a48d3091a21e7d5b4e59bbbb54b91279677f8b3",
  63. "tarball": "https://registry.npmjs.org/bson-ext/-/bson-ext-0.1.13.tgz"
  64. },
  65. "engines": {
  66. "node": ">=0.8.19"
  67. },
  68. "gitHead": "02dd76884e6c7c963c8c23c8979948f6ce7974f3",
  69. "homepage": "https://github.com/christkv/bson-ext",
  70. "keywords": [
  71. "mongodb",
  72. "bson",
  73. "parser"
  74. ],
  75. "licenses": [
  76. {
  77. "type": "Apache License, Version 2.0",
  78. "url": "http://www.apache.org/licenses/LICENSE-2.0"
  79. }
  80. ],
  81. "main": "./index",
  82. "maintainers": [
  83. {
  84. "email": "christkv@gmail.com",
  85. "name": "christkv"
  86. }
  87. ],
  88. "name": "bson-ext",
  89. "optionalDependencies": {},
  90. "readme": "ERROR: No README data found!",
  91. "repository": {
  92. "type": "git",
  93. "url": "git://github.com/christkv/bson-ext.git"
  94. },
  95. "scripts": {
  96. "install": "(node-gyp rebuild 2> builderror.log) || (exit 0)",
  97. "test": "nodeunit ./test/node"
  98. },
  99. "version": "0.1.13"
  100. }