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.
94 lines
2.4 KiB
94 lines
2.4 KiB
{
|
|
"_from": "sift@16.0.0",
|
|
"_id": "sift@16.0.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-ILTjdP2Mv9V1kIxWMXeMTIRbOBrqKc4JAXmFMnFq3fKeyQ2Qwa3Dw1ubcye3vR+Y6ofA0b9gNDr/y2t6eUeIzQ==",
|
|
"_location": "/sift",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "sift@16.0.0",
|
|
"name": "sift",
|
|
"escapedName": "sift",
|
|
"rawSpec": "16.0.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "16.0.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/mongoose"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/sift/-/sift-16.0.0.tgz",
|
|
"_shasum": "447991577db61f1a8fab727a8a98a6db57a23eb8",
|
|
"_spec": "sift@16.0.0",
|
|
"_where": "/Users/satish.ganga/Desktop/EKAM/ekamv5/ahc/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-typescript": "8.2.1",
|
|
"@types/node": "^13.7.0",
|
|
"bson": "^4.0.3",
|
|
"eval": "^0.1.4",
|
|
"husky": "^1.2.1",
|
|
"immutable": "^3.7.6",
|
|
"mocha": "8.3.2",
|
|
"mongodb": "^3.6.6",
|
|
"prettier": "1.15.3",
|
|
"pretty-quick": "^1.11.1",
|
|
"rimraf": "^3.0.2",
|
|
"rollup": "^2.7.2",
|
|
"rollup-plugin-terser": "^7.0.2",
|
|
"tslib": "2.2.0",
|
|
"typescript": "4.2.4"
|
|
},
|
|
"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": "16.0.0"
|
|
}
|