Files
menui_backend/node_modules/mpath/package.json
2020-08-20 20:27:14 +02:00

29 lines
717 B
JSON

{
"name": "mpath",
"version": "0.7.0",
"description": "{G,S}et object values using MongoDB-like path notation",
"main": "index.js",
"scripts": {
"test": "mocha test/*"
},
"engines": {
"node": ">=4.0.0"
},
"repository": "git://github.com/aheckmann/mpath.git",
"keywords": [
"mongodb",
"path",
"get",
"set"
],
"author": "Aaron Heckmann <aaron.heckmann+github@gmail.com>",
"license": "MIT",
"devDependencies": {
"mocha": "5.x",
"benchmark": "~1.0.0"
}
,"_resolved": "https://registry.npmjs.org/mpath/-/mpath-0.7.0.tgz"
,"_integrity": "sha512-Aiq04hILxhz1L+f7sjGyn7IxYzWm1zLNNXcfhDtx04kZ2Gk7uvFdgZ8ts1cWa/6d0TQmag2yR8zSGZUmp0tFNg=="
,"_from": "mpath@0.7.0"
}