Ohm-Management - Projektarbeit B-ME
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 2.3KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. {
  2. "_from": "bson@^1.1.1",
  3. "_id": "bson@1.1.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-jCGVYLoYMHDkOsbwJZBCqwMHyH4c+wzgI9hG7Z6SZJRXWr+x58pdIbm2i9a/jFGCkRJqRUr8eoI7lDWa0hTkxg==",
  6. "_location": "/bson",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "bson@^1.1.1",
  12. "name": "bson",
  13. "escapedName": "bson",
  14. "rawSpec": "^1.1.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.1.1"
  17. },
  18. "_requiredBy": [
  19. "/mongodb-core",
  20. "/mongoose"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/bson/-/bson-1.1.1.tgz",
  23. "_shasum": "4330f5e99104c4e751e7351859e2d408279f2f13",
  24. "_spec": "bson@^1.1.1",
  25. "_where": "/home/erik/Documents/workspace_brackets/a1_BME_Project_Ohm/om/node_modules/mongodb-core",
  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. "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. "test": "nodeunit ./test/node"
  86. },
  87. "version": "1.1.1"
  88. }