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 1.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. {
  2. "_from": "sift@7.0.1",
  3. "_id": "sift@7.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-oqD7PMJ+uO6jV9EQCl0LrRw1OwsiPsiFQR5AR30heR+4Dl7jBBbDLnNvWiak20tzZlSE1H7RB30SX/1j/YYT7g==",
  6. "_location": "/sift",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "sift@7.0.1",
  12. "name": "sift",
  13. "escapedName": "sift",
  14. "rawSpec": "7.0.1",
  15. "saveSpec": null,
  16. "fetchSpec": "7.0.1"
  17. },
  18. "_requiredBy": [
  19. "/mongoose"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/sift/-/sift-7.0.1.tgz",
  22. "_shasum": "47d62c50b159d316f1372f8b53f9c10cd21a4b08",
  23. "_spec": "sift@7.0.1",
  24. "_where": "/home/erik/Documents/workspace_brackets/a1_BME_Project_Ohm/om/node_modules/mongoose",
  25. "author": {
  26. "name": "Craig Condon",
  27. "email": "craig.j.condon@gmail.com",
  28. "url": "http://crcn.io"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/crcn/sift.js/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {},
  35. "deprecated": false,
  36. "description": "mongodb query style array filtering",
  37. "devDependencies": {
  38. "babel-cli": "^6.26.0",
  39. "babel-core": "^6.26.3",
  40. "babel-preset-es2015": "^6.24.1",
  41. "babel-preset-es2015-loose": "^8.0.0",
  42. "bson": "^3.0.2",
  43. "immutable": "^3.7.6",
  44. "mocha": "^5.2.0",
  45. "webpack": "^4.20.2",
  46. "webpack-cli": "^3.1.2",
  47. "yargs": "^3.15.0"
  48. },
  49. "engines": {},
  50. "es2015": "./src/index.js",
  51. "homepage": "https://github.com/crcn/sift.js#readme",
  52. "license": "MIT",
  53. "main": "./lib/index.js",
  54. "module": "./src/index.js",
  55. "name": "sift",
  56. "repository": {
  57. "type": "git",
  58. "url": "git+https://github.com/crcn/sift.js.git"
  59. },
  60. "scripts": {
  61. "build": "mkdir -p lib; babel src/index.js > lib/index.js; webpack",
  62. "test": "mocha ./test -R spec --compilers js:babel-core/register"
  63. },
  64. "typings": "./index.d.ts",
  65. "version": "7.0.1"
  66. }