Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

package.json 2.3KB

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