Changes
This commit is contained in:
50
node_modules/sift/package.json
generated
vendored
50
node_modules/sift/package.json
generated
vendored
@@ -1,39 +1,17 @@
|
||||
{
|
||||
"_from": "sift@7.0.1",
|
||||
"_id": "sift@7.0.1",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-oqD7PMJ+uO6jV9EQCl0LrRw1OwsiPsiFQR5AR30heR+4Dl7jBBbDLnNvWiak20tzZlSE1H7RB30SX/1j/YYT7g==",
|
||||
"_location": "/sift",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "sift@7.0.1",
|
||||
"name": "sift",
|
||||
"escapedName": "sift",
|
||||
"rawSpec": "7.0.1",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "7.0.1"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/mongoose"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/sift/-/sift-7.0.1.tgz",
|
||||
"_shasum": "47d62c50b159d316f1372f8b53f9c10cd21a4b08",
|
||||
"_spec": "sift@7.0.1",
|
||||
"_where": "D:\\WORK\\Menui\\menui_backend\\node_modules\\mongoose",
|
||||
"name": "sift",
|
||||
"description": "mongodb query style array filtering",
|
||||
"version": "7.0.1",
|
||||
"repository": "crcn/sift.js",
|
||||
"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,
|
||||
"license": "MIT",
|
||||
"engines": {},
|
||||
"dependencies": {},
|
||||
"deprecated": false,
|
||||
"description": "mongodb query style array filtering",
|
||||
"typings": "./index.d.ts",
|
||||
"devDependencies": {
|
||||
"babel-cli": "^6.26.0",
|
||||
"babel-core": "^6.26.3",
|
||||
@@ -46,21 +24,11 @@
|
||||
"webpack-cli": "^3.1.2",
|
||||
"yargs": "^3.15.0"
|
||||
},
|
||||
"engines": {},
|
||||
"es2015": "./src/index.js",
|
||||
"homepage": "https://github.com/crcn/sift.js#readme",
|
||||
"license": "MIT",
|
||||
"main": "./lib/index.js",
|
||||
"module": "./src/index.js",
|
||||
"name": "sift",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/crcn/sift.js.git"
|
||||
},
|
||||
"es2015": "./src/index.js",
|
||||
"scripts": {
|
||||
"build": "mkdir -p lib; babel src/index.js > lib/index.js; webpack",
|
||||
"test": "mocha ./test -R spec --compilers js:babel-core/register"
|
||||
},
|
||||
"typings": "./index.d.ts",
|
||||
"version": "7.0.1"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user