70 lines
1.8 KiB
JSON
70 lines
1.8 KiB
JSON
{
|
|
"_from": "sift@^5.1.0",
|
|
"_id": "sift@5.1.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-G78t+w63HlbEzH+1Z/vRNRtlAV4=",
|
|
"_location": "/sift",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "sift@^5.1.0",
|
|
"name": "sift",
|
|
"escapedName": "sift",
|
|
"rawSpec": "^5.1.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^5.1.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/gatsby"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/sift/-/sift-5.1.0.tgz",
|
|
"_shasum": "1bbf2dfb0eb71e56c4cc7fb567fbd1351b65015e",
|
|
"_spec": "sift@^5.1.0",
|
|
"_where": "/Users/stefanfejes/Projects/30-seconds-of-python-code/node_modules/gatsby",
|
|
"author": {
|
|
"name": "Craig Condon",
|
|
"email": "craig.j.condon@gmail.com",
|
|
"url": "http://crcn.io"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/crcn/sift.js/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {},
|
|
"deprecated": false,
|
|
"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"
|
|
}
|