123456789101112131415161718192021 |
- {
- "name": "sift",
- "version": "3.2.0",
- "authors": [
- "Craig Condon <craig.j.condon@gmail.com>"
- ],
- "description": "mongodb query style array filtering",
- "main": "sift.min.js",
- "moduleType": [],
- "license": "MIT",
- "homepage": "https://github.com/crcn/sift.js",
- "ignore": [
- "**/.*",
- "node_modules",
- "bower_components",
- "test",
- "benchmark",
- "webpack.js",
- "package.json"
- ]
- }
|