{ "_from": "mpath@0.9.0", "_id": "mpath@0.9.0", "_inBundle": false, "_integrity": "sha512-ikJRQTk8hw5DEoFVxHG1Gn9T/xcjtdnOKIU1JTmGjZZlg9LST2mBLmcX3/ICIbgJydT2GOc15RnNy5mHmzfSew==", "_location": "/mpath", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "mpath@0.9.0", "name": "mpath", "escapedName": "mpath", "rawSpec": "0.9.0", "saveSpec": null, "fetchSpec": "0.9.0" }, "_requiredBy": [ "/mongoose" ], "_resolved": "https://registry.npmjs.org/mpath/-/mpath-0.9.0.tgz", "_shasum": "0c122fe107846e31fc58c75b09c35514b3871904", "_spec": "mpath@0.9.0", "_where": "/home/appzia-android/Downloads/7fife_api (1)/node_modules/mongoose", "author": { "name": "Aaron Heckmann", "email": "aaron.heckmann+github@gmail.com" }, "bugs": { "url": "https://github.com/aheckmann/mpath/issues" }, "bundleDependencies": false, "deprecated": false, "description": "{G,S}et object values using MongoDB-like path notation", "devDependencies": { "benchmark": "~1.0.0", "eslint": "7.16.0", "mocha": "5.x" }, "engines": { "node": ">=4.0.0" }, "eslintConfig": { "extends": [ "eslint:recommended" ], "parserOptions": { "ecmaVersion": 2015 }, "env": { "node": true, "es6": true }, "rules": { "comma-style": "error", "indent": [ "error", 2, { "SwitchCase": 1, "VariableDeclarator": 2 } ], "keyword-spacing": "error", "no-whitespace-before-property": "error", "no-buffer-constructor": "warn", "no-console": "off", "no-multi-spaces": "error", "no-constant-condition": "off", "func-call-spacing": "error", "no-trailing-spaces": "error", "no-undef": "error", "no-unneeded-ternary": "error", "no-const-assign": "error", "no-useless-rename": "error", "no-dupe-keys": "error", "space-in-parens": [ "error", "never" ], "spaced-comment": [ "error", "always", { "block": { "markers": [ "!" ], "balanced": true } } ], "key-spacing": [ "error", { "beforeColon": false, "afterColon": true } ], "comma-spacing": [ "error", { "before": false, "after": true } ], "array-bracket-spacing": 1, "arrow-spacing": [ "error", { "before": true, "after": true } ], "object-curly-spacing": [ "error", "always" ], "comma-dangle": [ "error", "never" ], "no-unreachable": "error", "quotes": [ "error", "single" ], "quote-props": [ "error", "as-needed" ], "semi": "error", "no-extra-semi": "error", "semi-spacing": "error", "no-spaced-func": "error", "no-throw-literal": "error", "space-before-blocks": "error", "space-before-function-paren": [ "error", "never" ], "space-infix-ops": "error", "space-unary-ops": "error", "no-var": "warn", "prefer-const": "warn", "strict": [ "error", "global" ], "no-restricted-globals": [ "error", { "name": "context", "message": "Don't use Mocha's global context" } ], "no-prototype-builtins": "off" } }, "homepage": "https://github.com/aheckmann/mpath#readme", "keywords": [ "mongodb", "path", "get", "set" ], "license": "MIT", "main": "index.js", "name": "mpath", "repository": { "type": "git", "url": "git://github.com/aheckmann/mpath.git" }, "scripts": { "lint": "eslint .", "test": "mocha test/*" }, "version": "0.9.0" }