{
  "_from": "sift@17.1.3",
  "_id": "sift@17.1.3",
  "_inBundle": false,
  "_integrity": "sha512-Rtlj66/b0ICeFzYTuNvX/EF1igRbbnGSvEyT79McoZa/DeGhMyC5pWKOEsZKnpkqtSeovd5FL/bjHWC3CIIvCQ==",
  "_location": "/sift",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "sift@17.1.3",
    "name": "sift",
    "escapedName": "sift",
    "rawSpec": "17.1.3",
    "saveSpec": null,
    "fetchSpec": "17.1.3"
  },
  "_requiredBy": [
    "/mongoose"
  ],
  "_resolved": "https://registry.npmjs.org/sift/-/sift-17.1.3.tgz",
  "_shasum": "9d2000d4d41586880b0079b5183d839c7a142bf7",
  "_spec": "sift@17.1.3",
  "_where": "/home/ambitvny/nodevenv/public_html/JS/hashapp/10/lib/node_modules/mongoose",
  "author": {
    "name": "Craig Condon",
    "email": "craig.j.condon@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/crcn/sift.js/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "MongoDB query filtering in JavaScript",
  "devDependencies": {
    "@rollup/plugin-replace": "^2.3.2",
    "@rollup/plugin-terser": "^0.4.4",
    "@rollup/plugin-typescript": "8.2.1",
    "@types/node": "^13.7.0",
    "bson": "^6.6.0",
    "eval": "^0.1.8",
    "husky": "^9.0.11",
    "mocha": "10.4.0",
    "mongodb": "^3.6.6",
    "prettier": "3.2.5",
    "pretty-quick": "^4.0.0",
    "rimraf": "^5.0.5",
    "rollup": "^4.14.2",
    "tslib": "2.6.2",
    "typescript": "5.4.5"
  },
  "engines": {},
  "es2015": "./es/index.js",
  "files": [
    "es",
    "es5m",
    "lib",
    "src",
    "*.d.ts",
    "*.js.map",
    "index.js",
    "sift.csp.min.js",
    "sift.min.js",
    "MIT-LICENSE.txt"
  ],
  "homepage": "https://github.com/crcn/sift.js#readme",
  "husky": {
    "hooks": {
      "pre-commit": "pretty-quick --staged"
    }
  },
  "license": "MIT",
  "main": "./index.js",
  "module": "./es5m/index.js",
  "name": "sift",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/crcn/sift.js.git"
  },
  "scripts": {
    "build": "rollup -c",
    "build:types": "tsc -p tsconfig.json --emitDeclarationOnly --outDir lib",
    "clean": "rimraf lib es5m es",
    "prebuild": "npm run clean && npm run build:types",
    "prepublishOnly": "npm run build && npm run test",
    "test": "npm run test:spec && npm run test:types",
    "test:spec": "mocha ./test -R spec",
    "test:types": "cd test && tsc types.ts --noEmit"
  },
  "sideEffects": false,
  "typings": "./index.d.ts",
  "version": "17.1.3"
}
