package.json 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. {
  2. "_from": "bson@^1.1.4",
  3. "_id": "bson@1.1.6",
  4. "_inBundle": false,
  5. "_integrity": "sha512-EvVNVeGo4tHxwi8L6bPj3y3itEvStdwvvlojVxxbyYfoaxJ6keLgrTuKdyfEAszFK+H3olzBuafE0yoh0D1gdg==",
  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.6.tgz",
  22. "_shasum": "fb819be9a60cd677e0853aee4ca712a785d6618a",
  23. "_spec": "bson@^1.1.4",
  24. "_where": "/home/pvvvm505/Документы/Project/Back/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. "standard-version": "^9.1.1",
  52. "webpack": "^1.13.2",
  53. "webpack-polyfills-plugin": "0.0.9"
  54. },
  55. "directories": {
  56. "lib": "./lib/bson"
  57. },
  58. "engines": {
  59. "node": ">=0.6.19"
  60. },
  61. "files": [
  62. "lib",
  63. "index.js",
  64. "browser_build",
  65. "bower.json"
  66. ],
  67. "homepage": "https://github.com/mongodb/js-bson#readme",
  68. "keywords": [
  69. "mongodb",
  70. "bson",
  71. "parser"
  72. ],
  73. "license": "Apache-2.0",
  74. "main": "./index",
  75. "name": "bson",
  76. "repository": {
  77. "type": "git",
  78. "url": "git+https://github.com/mongodb/js-bson.git"
  79. },
  80. "scripts": {
  81. "build": "webpack --config ./webpack.dist.config.js",
  82. "changelog": "conventional-changelog -p angular -i HISTORY.md -s",
  83. "format": "prettier --print-width 100 --tab-width 2 --single-quote --write 'test/**/*.js' 'lib/**/*.js'",
  84. "lint": "eslint lib test",
  85. "release": "standard-version -i HISTORY.md",
  86. "test": "nodeunit ./test/node"
  87. },
  88. "version": "1.1.6"
  89. }