123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960 |
- {
- "_from": "mpath@0.5.1",
- "_id": "mpath@0.5.1",
- "_inBundle": false,
- "_integrity": "sha512-H8OVQ+QEz82sch4wbODFOz+3YQ61FYz/z3eJ5pIdbMEaUzDqA268Wd+Vt4Paw9TJfvDgVKaayC0gBzMIw2jhsg==",
- "_location": "/mpath",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "mpath@0.5.1",
- "name": "mpath",
- "escapedName": "mpath",
- "rawSpec": "0.5.1",
- "saveSpec": null,
- "fetchSpec": "0.5.1"
- },
- "_requiredBy": [
- "/mongoose"
- ],
- "_resolved": "https://registry.npmjs.org/mpath/-/mpath-0.5.1.tgz",
- "_shasum": "17131501f1ff9e6e4fbc8ffa875aa7065b5775ab",
- "_spec": "mpath@0.5.1",
- "_where": "D:\\Gitterra\\om\\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",
- "mocha": "1.8.1"
- },
- "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.5.1"
- }
|