First Commit
This commit is contained in:
commit
601e886c14
2123 files changed
+334815
No files matched your search
+63
@@ -0,0 +1,63 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"mpath@0.6.0",
|
||||
"C:\\Users\\flami\\OneDrive\\Desktop\\node_passport_login"
|
||||
]
|
||||
],
|
||||
"_from": "mpath@0.6.0",
|
||||
"_id": "mpath@0.6.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-i75qh79MJ5Xo/sbhxrDrPSEG0H/mr1kcZXJ8dH6URU5jD/knFxCVqVC/gVSW7GIXL/9hHWlT9haLbCXWOll3qw==",
|
||||
"_location": "/mpath",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "mpath@0.6.0",
|
||||
"name": "mpath",
|
||||
"escapedName": "mpath",
|
||||
"rawSpec": "0.6.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "0.6.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/mongoose"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/mpath/-/mpath-0.6.0.tgz",
|
||||
"_spec": "0.6.0",
|
||||
"_where": "C:\\Users\\flami\\OneDrive\\Desktop\\node_passport_login",
|
||||
"author": {
|
||||
"name": "Aaron Heckmann",
|
||||
"email": "aaron.heckmann+github@gmail.com"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/aheckmann/mpath/issues"
|
||||
},
|
||||
"description": "{G,S}et object values using MongoDB-like path notation",
|
||||
"devDependencies": {
|
||||
"benchmark": "~1.0.0",
|
||||
"mocha": "5.x"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=4.0.0"
|
||||
},
|
||||
"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": {
|
||||
"test": "mocha test/*"
|
||||
},
|
||||
"version": "0.6.0"
|
||||
}
|
||||
Reference in new issue
Block a user