package.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. {
  2. "_from": "bson@^1.1.4",
  3. "_id": "bson@1.1.4",
  4. "_inBundle": false,
  5. "_integrity": "sha512-S/yKGU1syOMzO86+dGpg2qGoDL0zvzcb262G+gqEy6TgP6rt6z6qxSFX/8X6vLC91P7G7C3nLs0+bvDzmvBA3Q==",
  6. "_location": "/bson",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "bson@^1.1.4",
  12. "name": "bson",
  13. "escapedName": "bson",
  14. "rawSpec": "^1.1.4",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.1.4"
  17. },
  18. "_requiredBy": [
  19. "/mongodb"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/bson/-/bson-1.1.4.tgz",
  22. "_shasum": "f76870d799f15b854dffb7ee32f0a874797f7e89",
  23. "_spec": "bson@^1.1.4",
  24. "_where": "D:\\a-level\\javascript\\homework\\chat-server\\node_modules\\mongodb",
  25. "author": {
  26. "name": "Christian Amor Kvalheim",
  27. "email": "christkv@gmail.com"
  28. },
  29. "browser": "lib/bson/bson.js",
  30. "bugs": {
  31. "url": "https://github.com/mongodb/js-bson/issues"
  32. },
  33. "bundleDependencies": false,
  34. "config": {
  35. "native": false
  36. },
  37. "contributors": [],
  38. "deprecated": false,
  39. "description": "A bson parser for node.js and the browser",
  40. "devDependencies": {
  41. "babel-core": "^6.14.0",
  42. "babel-loader": "^6.2.5",
  43. "babel-polyfill": "^6.13.0",
  44. "babel-preset-es2015": "^6.14.0",
  45. "babel-preset-stage-0": "^6.5.0",
  46. "babel-register": "^6.14.0",
  47. "benchmark": "1.0.0",
  48. "colors": "1.1.0",
  49. "conventional-changelog-cli": "^1.3.5",
  50. "nodeunit": "0.9.0",
  51. "webpack": "^1.13.2",
  52. "webpack-polyfills-plugin": "0.0.9"
  53. },
  54. "directories": {
  55. "lib": "./lib/bson"
  56. },
  57. "engines": {
  58. "node": ">=0.6.19"
  59. },
  60. "files": [
  61. "lib",
  62. "index.js",
  63. "browser_build",
  64. "bower.json"
  65. ],
  66. "homepage": "https://github.com/mongodb/js-bson#readme",
  67. "keywords": [
  68. "mongodb",
  69. "bson",
  70. "parser"
  71. ],
  72. "license": "Apache-2.0",
  73. "main": "./index",
  74. "name": "bson",
  75. "repository": {
  76. "type": "git",
  77. "url": "git+https://github.com/mongodb/js-bson.git"
  78. },
  79. "scripts": {
  80. "build": "webpack --config ./webpack.dist.config.js",
  81. "changelog": "conventional-changelog -p angular -i HISTORY.md -s",
  82. "format": "prettier --print-width 100 --tab-width 2 --single-quote --write 'test/**/*.js' 'lib/**/*.js'",
  83. "lint": "eslint lib test",
  84. "test": "nodeunit ./test/node"
  85. },
  86. "version": "1.1.4"
  87. }