package.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. {
  2. "_from": "sift@13.5.2",
  3. "_id": "sift@13.5.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-+gxdEOMA2J+AI+fVsCqeNn7Tgx3M9ZN9jdi95939l1IJ8cZsqS8sqpJyOkic2SJk+1+98Uwryt/gL6XDaV+UZA==",
  6. "_location": "/sift",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "sift@13.5.2",
  12. "name": "sift",
  13. "escapedName": "sift",
  14. "rawSpec": "13.5.2",
  15. "saveSpec": null,
  16. "fetchSpec": "13.5.2"
  17. },
  18. "_requiredBy": [
  19. "/mongoose"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/sift/-/sift-13.5.2.tgz",
  22. "_shasum": "24a715e13c617b086166cd04917d204a591c9da6",
  23. "_spec": "sift@13.5.2",
  24. "_where": "C:\\Users\\Admin\\Desktop\\WORK IT\\a-level proj\\chat\\server\\node_modules\\mongoose",
  25. "author": {
  26. "name": "Craig Condon",
  27. "email": "craig.j.condon@gmail.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/crcn/sift.js/issues"
  31. },
  32. "bundleDependencies": false,
  33. "deprecated": false,
  34. "description": "MongoDB query filtering in JavaScript",
  35. "devDependencies": {
  36. "@rollup/plugin-replace": "^2.3.2",
  37. "@rollup/plugin-typescript": "^4.1.1",
  38. "@types/node": "^13.7.0",
  39. "bson": "^4.0.3",
  40. "eval": "^0.1.4",
  41. "husky": "^1.2.1",
  42. "immutable": "^3.7.6",
  43. "mocha": "8.3.2",
  44. "mongodb": "^3.6.6",
  45. "prettier": "1.15.3",
  46. "pretty-quick": "^1.11.1",
  47. "rimraf": "^3.0.2",
  48. "rollup": "^2.7.2",
  49. "rollup-plugin-terser": "^7.0.2",
  50. "tslib": "^2.0.0",
  51. "typescript": "^3.8.3"
  52. },
  53. "engines": {},
  54. "es2015": "./es/index.js",
  55. "files": [
  56. "es",
  57. "es5m",
  58. "lib",
  59. "*.d.ts",
  60. "*.js.map",
  61. "index.js",
  62. "sift.csp.min.js",
  63. "sift.min.js",
  64. "MIT-LICENSE.txt"
  65. ],
  66. "homepage": "https://github.com/crcn/sift.js#readme",
  67. "husky": {
  68. "hooks": {
  69. "pre-commit": "pretty-quick --staged"
  70. }
  71. },
  72. "license": "MIT",
  73. "main": "./index.js",
  74. "module": "./es5m/index.js",
  75. "name": "sift",
  76. "repository": {
  77. "type": "git",
  78. "url": "git+https://github.com/crcn/sift.js.git"
  79. },
  80. "scripts": {
  81. "build": "rollup -c",
  82. "build:types": "tsc -p tsconfig.json --emitDeclarationOnly --outDir lib",
  83. "clean": "rimraf lib es5m es",
  84. "prebuild": "npm run clean && npm run build:types",
  85. "prepublishOnly": "npm run build && npm run test",
  86. "test": "npm run test:spec && npm run test:types",
  87. "test:spec": "mocha ./test -R spec",
  88. "test:types": "cd test && tsc types.ts --noEmit"
  89. },
  90. "sideEffects": false,
  91. "typings": "./index.d.ts",
  92. "version": "13.5.2"
  93. }