package.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  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. "/mongoose"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/bson/-/bson-1.1.6.tgz",
  23. "_shasum": "fb819be9a60cd677e0853aee4ca712a785d6618a",
  24. "_spec": "bson@^1.1.4",
  25. "_where": "/home/pvvvm505/Документы/sbox/Back/node_modules/mongoose",
  26. "author": {
  27. "name": "Christian Amor Kvalheim",
  28. "email": "christkv@gmail.com"
  29. },
  30. "browser": "lib/bson/bson.js",
  31. "bugs": {
  32. "url": "https://github.com/mongodb/js-bson/issues"
  33. },
  34. "bundleDependencies": false,
  35. "config": {
  36. "native": false
  37. },
  38. "contributors": [],
  39. "deprecated": false,
  40. "description": "A bson parser for node.js and the browser",
  41. "devDependencies": {
  42. "babel-core": "^6.14.0",
  43. "babel-loader": "^6.2.5",
  44. "babel-polyfill": "^6.13.0",
  45. "babel-preset-es2015": "^6.14.0",
  46. "babel-preset-stage-0": "^6.5.0",
  47. "babel-register": "^6.14.0",
  48. "benchmark": "1.0.0",
  49. "colors": "1.1.0",
  50. "conventional-changelog-cli": "^1.3.5",
  51. "nodeunit": "0.9.0",
  52. "standard-version": "^9.1.1",
  53. "webpack": "^1.13.2",
  54. "webpack-polyfills-plugin": "0.0.9"
  55. },
  56. "directories": {
  57. "lib": "./lib/bson"
  58. },
  59. "engines": {
  60. "node": ">=0.6.19"
  61. },
  62. "files": [
  63. "lib",
  64. "index.js",
  65. "browser_build",
  66. "bower.json"
  67. ],
  68. "homepage": "https://github.com/mongodb/js-bson#readme",
  69. "keywords": [
  70. "mongodb",
  71. "bson",
  72. "parser"
  73. ],
  74. "license": "Apache-2.0",
  75. "main": "./index",
  76. "name": "bson",
  77. "repository": {
  78. "type": "git",
  79. "url": "git+https://github.com/mongodb/js-bson.git"
  80. },
  81. "scripts": {
  82. "build": "webpack --config ./webpack.dist.config.js",
  83. "changelog": "conventional-changelog -p angular -i HISTORY.md -s",
  84. "format": "prettier --print-width 100 --tab-width 2 --single-quote --write 'test/**/*.js' 'lib/**/*.js'",
  85. "lint": "eslint lib test",
  86. "release": "standard-version -i HISTORY.md",
  87. "test": "nodeunit ./test/node"
  88. },
  89. "version": "1.1.6"
  90. }