Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

files of /cody/lassiecoder/mutual-funding-app/server/node_modules/mpath/

History.md /cody/lassiecoder/mutual-funding-app/server/node_modules/mpath/History.md
38 Views
0 Comments
0.7.0 / 2020-03-24
==================
* BREAKING CHANGE: remove `component.json` #9 [AlexeyGrigorievBoost](https://github.com/A
LICENSE /cody/lassiecoder/mutual-funding-app/server/node_modules/mpath/LICENSE
17 Views
0 Comments
(The MIT License)

Copyright (c) 2012 [Aaron Heckmann](aaron.heckmann+github@gmail.com)

Permission is hereby granted, free of c
Makefile /cody/lassiecoder/mutual-funding-app/server/node_modules/mpath/Makefile
28 Views
0 Comments
bench:
node bench.js

.PHONY: test

README.md /cody/lassiecoder/mutual-funding-app/server/node_modules/mpath/README.md
28 Views
0 Comments
#mpath

{G,S}et javascript object values using MongoDB-like path notation.

###Getting

```js
var mpath = require('mpath');
bench.js /cody/lassiecoder/mutual-funding-app/server/node_modules/mpath/bench.js
5 Views
0 Comments

var mpath = require('./')
var Bench = require('benchmark');
var sha = require('child_process').exec("git log --pretty=format:'%
bench.log /cody/lassiecoder/mutual-funding-app/server/node_modules/mpath/bench.log
33 Views
0 Comments

bench.out /cody/lassiecoder/mutual-funding-app/server/node_modules/mpath/bench.out
24 Views
0 Comments
*b566c26: Fri Mar 15 2013 14:14:04 GMT-0700 (PDT)
mpath.get("first", obj) x 3,827,405 ops/sec ±0.91% (90 runs sampled)
mpath.get
index.js /cody/lassiecoder/mutual-funding-app/server/node_modules/mpath/index.js
5 Views
0 Comments
module.exports = exports = require('./lib');

lib /cody/lassiecoder/mutual-funding-app/server/node_modules/mpath/lib/
1 Items
  • index.js
  • package.json /cody/lassiecoder/mutual-funding-app/server/node_modules/mpath/package.json
    24 Views
    0 Comments
    {
    "name": "mpath",
    "version": "0.7.0",
    "description": "{G,S}et object values using MongoDB-like path notation",
    "main":
    test /cody/lassiecoder/mutual-funding-app/server/node_modules/mpath/test/
    1 Items
  • index.js