{
  "_args": [
    [
      "sift@5.1.0",
      "C:\\Users\\Tarquin\\surferschallenge-2019"
    ]
  ],
  "_from": "sift@5.1.0",
  "_id": "sift@5.1.0",
  "_inBundle": false,
  "_integrity": "sha1-G78t+w63HlbEzH+1Z/vRNRtlAV4=",
  "_location": "/sift",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "sift@5.1.0",
    "name": "sift",
    "escapedName": "sift",
    "rawSpec": "5.1.0",
    "saveSpec": null,
    "fetchSpec": "5.1.0"
  },
  "_requiredBy": [
    "/gatsby"
  ],
  "_resolved": "http://registry.npmjs.org/sift/-/sift-5.1.0.tgz",
  "_spec": "5.1.0",
  "_where": "C:\\Users\\Tarquin\\surferschallenge-2019",
  "author": {
    "name": "Craig Condon",
    "email": "craig.j.condon@gmail.com",
    "url": "http://crcn.io"
  },
  "bugs": {
    "url": "https://github.com/crcn/sift.js/issues"
  },
  "dependencies": {},
  "description": "mongodb query style array filtering",
  "devDependencies": {
    "benchmark": "^1.0.0",
    "bson": "^0.2.18",
    "gulp": "^3.9.0",
    "gulp-coveralls": "^0.1.4",
    "gulp-istanbul": "^0.10.0",
    "gulp-jscs": "^1.6.0",
    "gulp-jshint": "^1.11.2",
    "gulp-mocha": "^2.1.2",
    "gulp-plumber": "^1.0.1",
    "gulp-rename": "^1.2.2",
    "gulp-uglify": "^1.2.0",
    "immutable": "^3.7.6",
    "nodangel": "^1.3.8",
    "yargs": "^3.15.0"
  },
  "engines": {},
  "homepage": "https://github.com/crcn/sift.js#readme",
  "license": "MIT",
  "main": "./sift.js",
  "name": "sift",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/crcn/sift.js.git"
  },
  "scripts": {
    "tdd": "nodangel --ignore node_modules --watch test --watch sift.js --exec 'npm run test'",
    "test": "gulp test-coverage",
    "test-coveralls": "gulp test-coveralls"
  },
  "typings": "./index.d.ts",
  "version": "5.1.0"
}
