summaryrefslogtreecommitdiffstats
path: root/node_modules/mpath
diff options
context:
space:
mode:
authorGravatar Piotr Russ <mail@pruss.it> 2020-11-18 23:26:45 +0100
committerGravatar Piotr Russ <mail@pruss.it> 2020-11-18 23:26:45 +0100
commit81ddf9b700bc48a1f8e472209f080f9c1d9a9b09 (patch)
tree8b959d50c5a614cbf9fcb346ed556140374d4b6d /node_modules/mpath
parent1870f3fdf43707a15fda0f609a021f516f45eb63 (diff)
downloadwebsite_creator-81ddf9b700bc48a1f8e472209f080f9c1d9a9b09.tar.gz
website_creator-81ddf9b700bc48a1f8e472209f080f9c1d9a9b09.tar.bz2
website_creator-81ddf9b700bc48a1f8e472209f080f9c1d9a9b09.zip
rm node_modules
Diffstat (limited to 'node_modules/mpath')
-rw-r--r--node_modules/mpath/.travis.yml9
-rw-r--r--node_modules/mpath/History.md63
-rw-r--r--node_modules/mpath/LICENSE22
-rw-r--r--node_modules/mpath/Makefile4
-rw-r--r--node_modules/mpath/README.md278
-rw-r--r--node_modules/mpath/bench.js109
-rw-r--r--node_modules/mpath/bench.log0
-rw-r--r--node_modules/mpath/bench.out52
-rw-r--r--node_modules/mpath/index.js1
-rw-r--r--node_modules/mpath/lib/index.js308
-rw-r--r--node_modules/mpath/package.json60
-rw-r--r--node_modules/mpath/test/index.js1879
12 files changed, 0 insertions, 2785 deletions
diff --git a/node_modules/mpath/.travis.yml b/node_modules/mpath/.travis.yml
deleted file mode 100644
index 9bdf212..0000000
--- a/node_modules/mpath/.travis.yml
+++ /dev/null
@@ -1,9 +0,0 @@
-language: node_js
-node_js:
- - "4"
- - "5"
- - "6"
- - "7"
- - "8"
- - "9"
- - "10"
diff --git a/node_modules/mpath/History.md b/node_modules/mpath/History.md
deleted file mode 100644
index cf03b39..0000000
--- a/node_modules/mpath/History.md
+++ /dev/null
@@ -1,63 +0,0 @@
-0.7.0 / 2020-03-24
-==================
- * BREAKING CHANGE: remove `component.json` #9 [AlexeyGrigorievBoost](https://github.com/AlexeyGrigorievBoost)
-
-0.6.0 / 2019-05-01
-==================
- * feat: support setting dotted paths within nested arrays
-
-0.5.2 / 2019-04-25
-==================
- * fix: avoid using subclassed array constructor when doing `map()`
-
-0.5.1 / 2018-08-30
-==================
- * fix: prevent writing to constructor and prototype as well as __proto__
-
-0.5.0 / 2018-08-30
-==================
- * BREAKING CHANGE: disallow setting/unsetting __proto__ properties
- * feat: re-add support for Node < 4 for this release
-
-0.4.1 / 2018-04-08
-==================
- * fix: allow opting out of weird `$` set behavior re: Automattic/mongoose#6273
-
-0.4.0 / 2018-03-27
-==================
- * feat: add support for ES6 maps
- * BREAKING CHANGE: drop support for Node < 4
-
-0.3.0 / 2017-06-05
-==================
- * feat: add has() and unset() functions
-
-0.2.1 / 2013-03-22
-==================
-
- * test; added for #5
- * fix typo that breaks set #5 [Contra](https://github.com/Contra)
-
-0.2.0 / 2013-03-15
-==================
-
- * added; adapter support for set
- * added; adapter support for get
- * add basic benchmarks
- * add support for using module as a component #2 [Contra](https://github.com/Contra)
-
-0.1.1 / 2012-12-21
-==================
-
- * added; map support
-
-0.1.0 / 2012-12-13
-==================
-
- * added; set('array.property', val, object) support
- * added; get('array.property', object) support
-
-0.0.1 / 2012-11-03
-==================
-
- * initial release
diff --git a/node_modules/mpath/LICENSE b/node_modules/mpath/LICENSE
deleted file mode 100644
index 38c529d..0000000
--- a/node_modules/mpath/LICENSE
+++ /dev/null
@@ -1,22 +0,0 @@
-(The MIT License)
-
-Copyright (c) 2012 [Aaron Heckmann](aaron.heckmann+github@gmail.com)
-
-Permission is hereby granted, free of charge, to any person obtaining
-a copy of this software and associated documentation files (the
-'Software'), to deal in the Software without restriction, including
-without limitation the rights to use, copy, modify, merge, publish,
-distribute, sublicense, and/or sell copies of the Software, and to
-permit persons to whom the Software is furnished to do so, subject to
-the following conditions:
-
-The above copyright notice and this permission notice shall be
-included in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
-IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
-CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
-TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
-SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
diff --git a/node_modules/mpath/Makefile b/node_modules/mpath/Makefile
deleted file mode 100644
index 8d6a79c..0000000
--- a/node_modules/mpath/Makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-bench:
- node bench.js
-
-.PHONY: test
diff --git a/node_modules/mpath/README.md b/node_modules/mpath/README.md
deleted file mode 100644
index 9831dd0..0000000
--- a/node_modules/mpath/README.md
+++ /dev/null
@@ -1,278 +0,0 @@
-#mpath
-
-{G,S}et javascript object values using MongoDB-like path notation.
-
-###Getting
-
-```js
-var mpath = require('mpath');
-
-var obj = {
- comments: [
- { title: 'funny' },
- { title: 'exciting!' }
- ]
-}
-
-mpath.get('comments.1.title', obj) // 'exciting!'
-```
-
-`mpath.get` supports array property notation as well.
-
-```js
-var obj = {
- comments: [
- { title: 'funny' },
- { title: 'exciting!' }
- ]
-}
-
-mpath.get('comments.title', obj) // ['funny', 'exciting!']
-```
-
-Array property and indexing syntax, when used together, are very powerful.
-
-```js
-var obj = {
- array: [
- { o: { array: [{x: {b: [4,6,8]}}, { y: 10} ] }}
- , { o: { array: [{x: {b: [1,2,3]}}, { x: {z: 10 }}, { x: 'Turkey Day' }] }}
- , { o: { array: [{x: {b: null }}, { x: { b: [null, 1]}}] }}
- , { o: { array: [{x: null }] }}
- , { o: { array: [{y: 3 }] }}
- , { o: { array: [3, 0, null] }}
- , { o: { name: 'ha' }}
- ];
-}
-
-var found = mpath.get('array.o.array.x.b.1', obj);
-
-console.log(found); // prints..
-
- [ [6, undefined]
- , [2, undefined, undefined]
- , [null, 1]
- , [null]
- , [undefined]
- , [undefined, undefined, undefined]
- , undefined
- ]
-
-```
-
-#####Field selection rules:
-
-The following rules are iteratively applied to each `segment` in the passed `path`. For example:
-
-```js
-var path = 'one.two.14'; // path
-'one' // segment 0
-'two' // segment 1
-14 // segment 2
-```
-
-- 1) when value of the segment parent is not an array, return the value of `parent.segment`
-- 2) when value of the segment parent is an array
- - a) if the segment is an integer, replace the parent array with the value at `parent[segment]`
- - b) if not an integer, keep the array but replace each array `item` with the value returned from calling `get(remainingSegments, item)` or undefined if falsey.
-
-#####Maps
-
-`mpath.get` also accepts an optional `map` argument which receives each individual found value. The value returned from the `map` function will be used in the original found values place.
-
-```js
-var obj = {
- comments: [
- { title: 'funny' },
- { title: 'exciting!' }
- ]
-}
-
-mpath.get('comments.title', obj, function (val) {
- return 'funny' == val
- ? 'amusing'
- : val;
-});
-// ['amusing', 'exciting!']
-```
-
-###Setting
-
-```js
-var obj = {
- comments: [
- { title: 'funny' },
- { title: 'exciting!' }
- ]
-}
-
-mpath.set('comments.1.title', 'hilarious', obj)
-console.log(obj.comments[1].title) // 'hilarious'
-```
-
-`mpath.set` supports the same array property notation as `mpath.get`.
-
-```js
-var obj = {
- comments: [
- { title: 'funny' },
- { title: 'exciting!' }
- ]
-}
-
-mpath.set('comments.title', ['hilarious', 'fruity'], obj);
-
-console.log(obj); // prints..
-
- { comments: [
- { title: 'hilarious' },
- { title: 'fruity' }
- ]}
-```
-
-Array property and indexing syntax can be used together also when setting.
-
-```js
-var obj = {
- array: [
- { o: { array: [{x: {b: [4,6,8]}}, { y: 10} ] }}
- , { o: { array: [{x: {b: [1,2,3]}}, { x: {z: 10 }}, { x: 'Turkey Day' }] }}
- , { o: { array: [{x: {b: null }}, { x: { b: [null, 1]}}] }}
- , { o: { array: [{x: null }] }}
- , { o: { array: [{y: 3 }] }}
- , { o: { array: [3, 0, null] }}
- , { o: { name: 'ha' }}
- ]
-}
-
-mpath.set('array.1.o', 'this was changed', obj);
-
-console.log(require('util').inspect(obj, false, 1000)); // prints..
-
-{
- array: [
- { o: { array: [{x: {b: [4,6,8]}}, { y: 10} ] }}
- , { o: 'this was changed' }
- , { o: { array: [{x: {b: null }}, { x: { b: [null, 1]}}] }}
- , { o: { array: [{x: null }] }}
- , { o: { array: [{y: 3 }] }}
- , { o: { array: [3, 0, null] }}
- , { o: { name: 'ha' }}
- ];
-}
-
-mpath.set('array.o.array.x', 'this was changed too', obj);
-
-console.log(require('util').inspect(obj, false, 1000)); // prints..
-
-{
- array: [
- { o: { array: [{x: 'this was changed too'}, { y: 10, x: 'this was changed too'} ] }}
- , { o: 'this was changed' }
- , { o: { array: [{x: 'this was changed too'}, { x: 'this was changed too'}] }}
- , { o: { array: [{x: 'this was changed too'}] }}
- , { o: { array: [{x: 'this was changed too', y: 3 }] }}
- , { o: { array: [3, 0, null] }}
- , { o: { name: 'ha' }}
- ];
-}
-```
-
-####Setting arrays
-
-By default, setting a property within an array to another array results in each element of the new array being set to the item in the destination array at the matching index. An example is helpful.
-
-```js
-var obj = {
- comments: [
- { title: 'funny' },
- { title: 'exciting!' }
- ]
-}
-
-mpath.set('comments.title', ['hilarious', 'fruity'], obj);
-
-console.log(obj); // prints..
-
- { comments: [
- { title: 'hilarious' },
- { title: 'fruity' }
- ]}
-```
-
-If we do not desire this destructuring-like assignment behavior we may instead specify the `$` operator in the path being set to force the array to be copied directly.
-
-```js
-var obj = {
- comments: [
- { title: 'funny' },
- { title: 'exciting!' }
- ]
-}
-
-mpath.set('comments.$.title', ['hilarious', 'fruity'], obj);
-
-console.log(obj); // prints..
-
- { comments: [
- { title: ['hilarious', 'fruity'] },
- { title: ['hilarious', 'fruity'] }
- ]}
-```
-
-####Field assignment rules
-
-The rules utilized mirror those used on `mpath.get`, meaning we can take values returned from `mpath.get`, update them, and reassign them using `mpath.set`. Note that setting nested arrays of arrays can get unweildy quickly. Check out the [tests](https://github.com/aheckmann/mpath/blob/master/test/index.js) for more extreme examples.
-
-#####Maps
-
-`mpath.set` also accepts an optional `map` argument which receives each individual value being set. The value returned from the `map` function will be used in the original values place.
-
-```js
-var obj = {
- comments: [
- { title: 'funny' },
- { title: 'exciting!' }
- ]
-}
-
-mpath.set('comments.title', ['hilarious', 'fruity'], obj, function (val) {
- return val.length;
-});
-
-console.log(obj); // prints..
-
- { comments: [
- { title: 9 },
- { title: 6 }
- ]}
-```
-
-### Custom object types
-
-Sometimes you may want to enact the same functionality on custom object types that store all their real data internally, say for an ODM type object. No fear, `mpath` has you covered. Simply pass the name of the property being used to store the internal data and it will be traversed instead:
-
-```js
-var mpath = require('mpath');
-
-var obj = {
- comments: [
- { title: 'exciting!', _doc: { title: 'great!' }}
- ]
-}
-
-mpath.get('comments.0.title', obj, '_doc') // 'great!'
-mpath.set('comments.0.title', 'nov 3rd', obj, '_doc')
-mpath.get('comments.0.title', obj, '_doc') // 'nov 3rd'
-mpath.get('comments.0.title', obj) // 'exciting'
-```
-
-When used with a `map`, the `map` argument comes last.
-
-```js
-mpath.get(path, obj, '_doc', map);
-mpath.set(path, val, obj, '_doc', map);
-```
-
-[LICENSE](https://github.com/aheckmann/mpath/blob/master/LICENSE)
-
diff --git a/node_modules/mpath/bench.js b/node_modules/mpath/bench.js
deleted file mode 100644
index 7ec6a87..0000000
--- a/node_modules/mpath/bench.js
+++ /dev/null
@@ -1,109 +0,0 @@
-
-var mpath = require('./')
-var Bench = require('benchmark');
-var sha = require('child_process').exec("git log --pretty=format:'%h' -n 1", function (err, sha) {
- if (err) throw err;
-
- var fs = require('fs')
- var filename = __dirname + '/bench.out';
- var out = fs.createWriteStream(filename, { flags: 'a', encoding: 'utf8' });
-
- /**
- * test doc creator
- */
-
- function doc () {
- var o = { first: { second: { third: [3,{ name: 'aaron' }, 9] }}};
- o.comments = [
- { name: 'one' }
- , { name: 'two', _doc: { name: '2' }}
- , { name: 'three'
- , comments: [{},{ comments: [{val: 'twoo'}]}]
- , _doc: { name: '3', comments: [{},{ _doc: { comments: [{ val: 2 }] }}] }}
- ];
- o.name = 'jiro';
- o.array = [
- { o: { array: [{x: {b: [4,6,8]}}, { y: 10} ] }}
- , { o: { array: [{x: {b: [1,2,3]}}, { x: {z: 10 }}, { x: {b: 'hi'}}] }}
- , { o: { array: [{x: {b: null }}, { x: { b: [null, 1]}}] }}
- , { o: { array: [{x: null }] }}
- , { o: { array: [{y: 3 }] }}
- , { o: { array: [3, 0, null] }}
- , { o: { name: 'ha' }}
- ];
- o.arr = [
- { arr: [{ a: { b: 47 }}, { a: { c: 48 }}, { d: 'yep' }] }
- , { yep: true }
- ]
- return o;
- }
-
- var o = doc();
-
- var s = new Bench.Suite;
- s.add('mpath.get("first", obj)', function () {
- mpath.get('first', o);
- })
- s.add('mpath.get("first.second", obj)', function () {
- mpath.get('first.second', o);
- })
- s.add('mpath.get("first.second.third.1.name", obj)', function () {
- mpath.get('first.second.third.1.name', o);
- })
- s.add('mpath.get("comments", obj)', function () {
- mpath.get('comments', o);
- })
- s.add('mpath.get("comments.1", obj)', function () {
- mpath.get('comments.1', o);
- })
- s.add('mpath.get("comments.2.name", obj)', function () {
- mpath.get('comments.2.name', o);
- })
- s.add('mpath.get("comments.2.comments.1.comments.0.val", obj)', function () {
- mpath.get('comments.2.comments.1.comments.0.val', o);
- })
- s.add('mpath.get("comments.name", obj)', function () {
- mpath.get('comments.name', o);
- })
-
- s.add('mpath.set("first", obj, val)', function () {
- mpath.set('first', o, 1);
- })
- s.add('mpath.set("first.second", obj, val)', function () {
- mpath.set('first.second', o, 1);
- })
- s.add('mpath.set("first.second.third.1.name", obj, val)', function () {
- mpath.set('first.second.third.1.name', o, 1);
- })
- s.add('mpath.set("comments", obj, val)', function () {
- mpath.set('comments', o, 1);
- })
- s.add('mpath.set("comments.1", obj, val)', function () {
- mpath.set('comments.1', o, 1);
- })
- s.add('mpath.set("comments.2.name", obj, val)', function () {
- mpath.set('comments.2.name', o, 1);
- })
- s.add('mpath.set("comments.2.comments.1.comments.0.val", obj, val)', function () {
- mpath.set('comments.2.comments.1.comments.0.val', o, 1);
- })
- s.add('mpath.set("comments.name", obj, val)', function () {
- mpath.set('comments.name', o, 1);
- })
-
- s.on('start', function () {
- console.log('starting...');
- out.write('*' + sha + ': ' + String(new Date()) + '\n');
- });
- s.on('cycle', function (e) {
- var s = String(e.target);
- console.log(s);
- out.write(s + '\n');
- })
- s.on('complete', function () {
- console.log('done')
- out.end('');
- })
- s.run()
-})
-
diff --git a/node_modules/mpath/bench.log b/node_modules/mpath/bench.log
deleted file mode 100644
index e69de29..0000000
--- a/node_modules/mpath/bench.log
+++ /dev/null
diff --git a/node_modules/mpath/bench.out b/node_modules/mpath/bench.out
deleted file mode 100644
index b9b0371..0000000
--- a/node_modules/mpath/bench.out
+++ /dev/null
@@ -1,52 +0,0 @@
-*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("first.second", obj) x 4,930,222 ops/sec ±1.92% (91 runs sampled)
-mpath.get("first.second.third.1.name", obj) x 3,070,837 ops/sec ±1.45% (97 runs sampled)
-mpath.get("comments", obj) x 3,649,771 ops/sec ±1.71% (93 runs sampled)
-mpath.get("comments.1", obj) x 3,846,728 ops/sec ±0.86% (94 runs sampled)
-mpath.get("comments.2.name", obj) x 3,527,680 ops/sec ±0.95% (96 runs sampled)
-mpath.get("comments.2.comments.1.comments.0.val", obj) x 2,046,982 ops/sec ±0.80% (96 runs sampled)
-mpath.get("comments.name", obj) x 625,546 ops/sec ±2.02% (82 runs sampled)
-*e42bdb1: Fri Mar 15 2013 14:19:28 GMT-0700 (PDT)
-mpath.get("first", obj) x 3,700,783 ops/sec ±1.30% (95 runs sampled)
-mpath.get("first.second", obj) x 4,621,795 ops/sec ±0.86% (95 runs sampled)
-mpath.get("first.second.third.1.name", obj) x 3,012,671 ops/sec ±1.21% (100 runs sampled)
-mpath.get("comments", obj) x 3,677,694 ops/sec ±0.80% (96 runs sampled)
-mpath.get("comments.1", obj) x 3,798,862 ops/sec ±0.81% (91 runs sampled)
-mpath.get("comments.2.name", obj) x 3,489,356 ops/sec ±0.66% (98 runs sampled)
-mpath.get("comments.2.comments.1.comments.0.val", obj) x 2,004,076 ops/sec ±0.85% (99 runs sampled)
-mpath.get("comments.name", obj) x 613,270 ops/sec ±1.33% (83 runs sampled)
-*0521aac: Fri Mar 15 2013 16:37:16 GMT-0700 (PDT)
-mpath.get("first", obj) x 3,834,755 ops/sec ±0.70% (100 runs sampled)
-mpath.get("first.second", obj) x 4,999,965 ops/sec ±1.01% (98 runs sampled)
-mpath.get("first.second.third.1.name", obj) x 3,125,953 ops/sec ±0.97% (100 runs sampled)
-mpath.get("comments", obj) x 3,759,233 ops/sec ±0.81% (97 runs sampled)
-mpath.get("comments.1", obj) x 3,894,893 ops/sec ±0.76% (96 runs sampled)
-mpath.get("comments.2.name", obj) x 3,576,929 ops/sec ±0.68% (98 runs sampled)
-mpath.get("comments.2.comments.1.comments.0.val", obj) x 2,149,610 ops/sec ±0.67% (97 runs sampled)
-mpath.get("comments.name", obj) x 629,259 ops/sec ±1.30% (87 runs sampled)
-mpath.set("first", obj, val) x 2,869,477 ops/sec ±0.63% (97 runs sampled)
-mpath.set("first.second", obj, val) x 2,418,751 ops/sec ±0.62% (98 runs sampled)
-mpath.set("first.second.third.1.name", obj, val) x 2,313,099 ops/sec ±0.69% (94 runs sampled)
-mpath.set("comments", obj, val) x 2,680,882 ops/sec ±0.76% (99 runs sampled)
-mpath.set("comments.1", obj, val) x 2,401,829 ops/sec ±0.68% (98 runs sampled)
-mpath.set("comments.2.name", obj, val) x 2,335,081 ops/sec ±1.07% (96 runs sampled)
-mpath.set("comments.2.comments.1.comments.0.val", obj, val) x 2,245,436 ops/sec ±0.76% (92 runs sampled)
-mpath.set("comments.name", obj, val) x 2,356,278 ops/sec ±1.15% (100 runs sampled)
-*97e85d3: Fri Mar 15 2013 16:39:21 GMT-0700 (PDT)
-mpath.get("first", obj) x 3,837,614 ops/sec ±0.74% (99 runs sampled)
-mpath.get("first.second", obj) x 4,991,779 ops/sec ±1.01% (94 runs sampled)
-mpath.get("first.second.third.1.name", obj) x 3,078,455 ops/sec ±1.17% (96 runs sampled)
-mpath.get("comments", obj) x 3,770,961 ops/sec ±0.45% (101 runs sampled)
-mpath.get("comments.1", obj) x 3,832,814 ops/sec ±0.67% (92 runs sampled)
-mpath.get("comments.2.name", obj) x 3,536,436 ops/sec ±0.49% (100 runs sampled)
-mpath.get("comments.2.comments.1.comments.0.val", obj) x 2,141,947 ops/sec ±0.72% (98 runs sampled)
-mpath.get("comments.name", obj) x 667,898 ops/sec ±1.62% (85 runs sampled)
-mpath.set("first", obj, val) x 2,642,517 ops/sec ±0.72% (98 runs sampled)
-mpath.set("first.second", obj, val) x 2,502,124 ops/sec ±1.28% (99 runs sampled)
-mpath.set("first.second.third.1.name", obj, val) x 2,426,804 ops/sec ±0.55% (99 runs sampled)
-mpath.set("comments", obj, val) x 2,699,478 ops/sec ±0.85% (98 runs sampled)
-mpath.set("comments.1", obj, val) x 2,494,454 ops/sec ±1.05% (96 runs sampled)
-mpath.set("comments.2.name", obj, val) x 2,463,894 ops/sec ±0.86% (98 runs sampled)
-mpath.set("comments.2.comments.1.comments.0.val", obj, val) x 2,320,398 ops/sec ±0.82% (95 runs sampled)
-mpath.set("comments.name", obj, val) x 2,512,408 ops/sec ±0.77% (95 runs sampled)
diff --git a/node_modules/mpath/index.js b/node_modules/mpath/index.js
deleted file mode 100644
index f7b65dd..0000000
--- a/node_modules/mpath/index.js
+++ /dev/null
@@ -1 +0,0 @@
-module.exports = exports = require('./lib');
diff --git a/node_modules/mpath/lib/index.js b/node_modules/mpath/lib/index.js
deleted file mode 100644
index e5479de..0000000
--- a/node_modules/mpath/lib/index.js
+++ /dev/null
@@ -1,308 +0,0 @@
-// These properties are special and can open client libraries to security
-// issues
-var ignoreProperties = ['__proto__', 'constructor', 'prototype'];
-
-/**
- * Returns the value of object `o` at the given `path`.
- *
- * ####Example:
- *
- * var obj = {
- * comments: [
- * { title: 'exciting!', _doc: { title: 'great!' }}
- * , { title: 'number dos' }
- * ]
- * }
- *
- * mpath.get('comments.0.title', o) // 'exciting!'
- * mpath.get('comments.0.title', o, '_doc') // 'great!'
- * mpath.get('comments.title', o) // ['exciting!', 'number dos']
- *
- * // summary
- * mpath.get(path, o)
- * mpath.get(path, o, special)
- * mpath.get(path, o, map)
- * mpath.get(path, o, special, map)
- *
- * @param {String} path
- * @param {Object} o
- * @param {String} [special] When this property name is present on any object in the path, walking will continue on the value of this property.
- * @param {Function} [map] Optional function which receives each individual found value. The value returned from `map` is used in the original values place.
- */
-
-exports.get = function (path, o, special, map) {
- var lookup;
-
- if ('function' == typeof special) {
- if (special.length < 2) {
- map = special;
- special = undefined;
- } else {
- lookup = special;
- special = undefined;
- }
- }
-
- map || (map = K);
-
- var parts = 'string' == typeof path
- ? path.split('.')
- : path
-
- if (!Array.isArray(parts)) {
- throw new TypeError('Invalid `path`. Must be either string or array');
- }
-
- var obj = o
- , part;
-
- for (var i = 0; i < parts.length; ++i) {
- part = parts[i];
-
- if (Array.isArray(obj) && !/^\d+$/.test(part)) {
- // reading a property from the array items
- var paths = parts.slice(i);
-
- // Need to `concat()` to avoid `map()` calling a constructor of an array
- // subclass
- return [].concat(obj).map(function (item) {
- return item
- ? exports.get(paths, item, special || lookup, map)
- : map(undefined);
- });
- }
-
- if (lookup) {
- obj = lookup(obj, part);
- } else {
- var _from = special && obj[special] ? obj[special] : obj;
- obj = _from instanceof Map ?
- _from.get(part) :
- _from[part];
- }
-
- if (!obj) return map(obj);
- }
-
- return map(obj);
-};
-
-/**
- * Returns true if `in` returns true for every piece of the path
- *
- * @param {String} path
- * @param {Object} o
- */
-
-exports.has = function (path, o) {
- var parts = typeof path === 'string' ?
- path.split('.') :
- path;
-
- if (!Array.isArray(parts)) {
- throw new TypeError('Invalid `path`. Must be either string or array');
- }
-
- var len = parts.length;
- var cur = o;
- for (var i = 0; i < len; ++i) {
- if (cur == null || typeof cur !== 'object' || !(parts[i] in cur)) {
- return false;
- }
- cur = cur[parts[i]];
- }
-
- return true;
-};
-
-/**
- * Deletes the last piece of `path`
- *
- * @param {String} path
- * @param {Object} o
- */
-
-exports.unset = function (path, o) {
- var parts = typeof path === 'string' ?
- path.split('.') :
- path;
-
- if (!Array.isArray(parts)) {
- throw new TypeError('Invalid `path`. Must be either string or array');
- }
-
- var len = parts.length;
- var cur = o;
- for (var i = 0; i < len; ++i) {
- if (cur == null || typeof cur !== 'object' || !(parts[i] in cur)) {
- return false;
- }
- // Disallow any updates to __proto__ or special properties.
- if (ignoreProperties.indexOf(parts[i]) !== -1) {
- return false;
- }
- if (i === len - 1) {
- delete cur[parts[i]];
- return true;
- }
- cur = cur instanceof Map ? cur.get(parts[i]) : cur[parts[i]];
- }
-
- return true;
-};
-
-/**
- * Sets the `val` at the given `path` of object `o`.
- *
- * @param {String} path
- * @param {Anything} val
- * @param {Object} o
- * @param {String} [special] When this property name is present on any object in the path, walking will continue on the value of this property.
- * @param {Function} [map] Optional function which is passed each individual value before setting it. The value returned from `map` is used in the original values place.
- */
-
-exports.set = function (path, val, o, special, map, _copying) {
- var lookup;
-
- if ('function' == typeof special) {
- if (special.length < 2) {
- map = special;
- special = undefined;
- } else {
- lookup = special;
- special = undefined;
- }
- }
-
- map || (map = K);
-
- var parts = 'string' == typeof path
- ? path.split('.')
- : path
-
- if (!Array.isArray(parts)) {
- throw new TypeError('Invalid `path`. Must be either string or array');
- }
-
- if (null == o) return;
-
- for (var i = 0; i < parts.length; ++i) {
- // Silently ignore any updates to `__proto__`, these are potentially
- // dangerous if using mpath with unsanitized data.
- if (ignoreProperties.indexOf(parts[i]) !== -1) {
- return;
- }
- }
-
- // the existance of $ in a path tells us if the user desires
- // the copying of an array instead of setting each value of
- // the array to the one by one to matching positions of the
- // current array. Unless the user explicitly opted out by passing
- // false, see Automattic/mongoose#6273
- var copy = _copying || (/\$/.test(path) && _copying !== false)
- , obj = o
- , part
-
- for (var i = 0, len = parts.length - 1; i < len; ++i) {
- part = parts[i];
-
- if ('$' == part) {
- if (i == len - 1) {
- break;
- } else {
- continue;
- }
- }
-
- if (Array.isArray(obj) && !/^\d+$/.test(part)) {
- var paths = parts.slice(i);
- if (!copy && Array.isArray(val)) {
- for (var j = 0; j < obj.length && j < val.length; ++j) {
- // assignment of single values of array
- exports.set(paths, val[j], obj[j], special || lookup, map, copy);
- }
- } else {
- for (var j = 0; j < obj.length; ++j) {
- // assignment of entire value
- exports.set(paths, val, obj[j], special || lookup, map, copy);
- }
- }
- return;
- }
-
- if (lookup) {
- obj = lookup(obj, part);
- } else {
- var _to = special && obj[special] ? obj[special] : obj;
- obj = _to instanceof Map ?
- _to.get(part) :
- _to[part];
- }
-
- if (!obj) return;
- }
-
- // process the last property of the path
-
- part = parts[len];
-
- // use the special property if exists
- if (special && obj[special]) {
- obj = obj[special];
- }
-
- // set the value on the last branch
- if (Array.isArray(obj) && !/^\d+$/.test(part)) {
- if (!copy && Array.isArray(val)) {
- _setArray(obj, val, part, lookup, special, map);
- } else {
- for (var j = 0; j < obj.length; ++j) {
- item = obj[j];
- if (item) {
- if (lookup) {
- lookup(item, part, map(val));
- } else {
- if (item[special]) item = item[special];
- item[part] = map(val);
- }
- }
- }
- }
- } else {
- if (lookup) {
- lookup(obj, part, map(val));
- } else if (obj instanceof Map) {
- obj.set(part, map(val));
- } else {
- obj[part] = map(val);
- }
- }
-}
-
-/*!
- * Recursively set nested arrays
- */
-
-function _setArray(obj, val, part, lookup, special, map) {
- for (var item, j = 0; j < obj.length && j < val.length; ++j) {
- item = obj[j];
- if (Array.isArray(item) && Array.isArray(val[j])) {
- _setArray(item, val[j], part, lookup, special, map);
- } else if (item) {
- if (lookup) {
- lookup(item, part, map(val[j]));
- } else {
- if (item[special]) item = item[special];
- item[part] = map(val[j]);
- }
- }
- }
-}
-
-/*!
- * Returns the value passed to it.
- */
-
-function K (v) {
- return v;
-}
diff --git a/node_modules/mpath/package.json b/node_modules/mpath/package.json
deleted file mode 100644
index ddd235a..0000000
--- a/node_modules/mpath/package.json
+++ /dev/null
@@ -1,60 +0,0 @@
-{
- "_from": "mpath@0.7.0",
- "_id": "mpath@0.7.0",
- "_inBundle": false,
- "_integrity": "sha512-Aiq04hILxhz1L+f7sjGyn7IxYzWm1zLNNXcfhDtx04kZ2Gk7uvFdgZ8ts1cWa/6d0TQmag2yR8zSGZUmp0tFNg==",
- "_location": "/mpath",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "mpath@0.7.0",
- "name": "mpath",
- "escapedName": "mpath",
- "rawSpec": "0.7.0",
- "saveSpec": null,
- "fetchSpec": "0.7.0"
- },
- "_requiredBy": [
- "/mongoose"
- ],
- "_resolved": "https://registry.npmjs.org/mpath/-/mpath-0.7.0.tgz",
- "_shasum": "20e8102e276b71709d6e07e9f8d4d0f641afbfb8",
- "_spec": "mpath@0.7.0",
- "_where": "/home/pruss/Dev/3-minute-website/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": "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.7.0"
-}
diff --git a/node_modules/mpath/test/index.js b/node_modules/mpath/test/index.js
deleted file mode 100644
index f12bdc9..0000000
--- a/node_modules/mpath/test/index.js
+++ /dev/null
@@ -1,1879 +0,0 @@
-'use strict';
-
-/**
- * Test dependencies.
- */
-
-var mpath = require('../')
-var assert = require('assert')
-
-/**
- * logging helper
- */
-
-function log (o) {
- console.log();
- console.log(require('util').inspect(o, false, 1000));
-}
-
-/**
- * special path for override tests
- */
-
-var special = '_doc';
-
-/**
- * Tests
- */
-
-describe('mpath', function(){
-
- /**
- * test doc creator
- */
-
- function doc () {
- var o = { first: { second: { third: [3,{ name: 'aaron' }, 9] }}};
- o.comments = [
- { name: 'one' }
- , { name: 'two', _doc: { name: '2' }}
- , { name: 'three'
- , comments: [{},{ comments: [{val: 'twoo'}]}]
- , _doc: { name: '3', comments: [{},{ _doc: { comments: [{ val: 2 }] }}] }}
- ];
- o.name = 'jiro';
- o.array = [
- { o: { array: [{x: {b: [4,6,8]}}, { y: 10} ] }}
- , { o: { array: [{x: {b: [1,2,3]}}, { x: {z: 10 }}, { x: {b: 'hi'}}] }}
- , { o: { array: [{x: {b: null }}, { x: { b: [null, 1]}}] }}
- , { o: { array: [{x: null }] }}
- , { o: { array: [{y: 3 }] }}
- , { o: { array: [3, 0, null] }}
- , { o: { name: 'ha' }}
- ];
- o.arr = [
- { arr: [{ a: { b: 47 }}, { a: { c: 48 }}, { d: 'yep' }] }
- , { yep: true }
- ]
- return o;
- }
-
- describe('get', function(){
- var o = doc();
-
- it('`path` must be a string or array', function(done){
- assert.throws(function () {
- mpath.get({}, o);
- }, /Must be either string or array/);
- assert.throws(function () {
- mpath.get(4, o);
- }, /Must be either string or array/);
- assert.throws(function () {
- mpath.get(function(){}, o);
- }, /Must be either string or array/);
- assert.throws(function () {
- mpath.get(/asdf/, o);
- }, /Must be either string or array/);
- assert.throws(function () {
- mpath.get(Math, o);
- }, /Must be either string or array/);
- assert.throws(function () {
- mpath.get(Buffer, o);
- }, /Must be either string or array/);
- assert.doesNotThrow(function () {
- mpath.get('string', o);
- });
- assert.doesNotThrow(function () {
- mpath.get([], o);
- });
- done();
- })
-
- describe('without `special`', function(){
- it('works', function(done){
- assert.equal('jiro', mpath.get('name', o));
-
- assert.deepEqual(
- { second: { third: [3,{ name: 'aaron' }, 9] }}
- , mpath.get('first', o)
- );
-
- assert.deepEqual(
- { third: [3,{ name: 'aaron' }, 9] }
- , mpath.get('first.second', o)
- );
-
- assert.deepEqual(
- [3,{ name: 'aaron' }, 9]
- , mpath.get('first.second.third', o)
- );
-
- assert.deepEqual(
- 3
- , mpath.get('first.second.third.0', o)
- );
-
- assert.deepEqual(
- 9
- , mpath.get('first.second.third.2', o)
- );
-
- assert.deepEqual(
- { name: 'aaron' }
- , mpath.get('first.second.third.1', o)
- );
-
- assert.deepEqual(
- 'aaron'
- , mpath.get('first.second.third.1.name', o)
- );
-
- assert.deepEqual([
- { name: 'one' }
- , { name: 'two', _doc: { name: '2' }}
- , { name: 'three'
- , comments: [{},{ comments: [{val: 'twoo'}]}]
- , _doc: { name: '3', comments: [{},{ _doc: { comments: [{ val: 2 }] }}]}}],
- mpath.get('comments', o));
-
- assert.deepEqual({ name: 'one' }, mpath.get('comments.0', o));
- assert.deepEqual('one', mpath.get('comments.0.name', o));
- assert.deepEqual('two', mpath.get('comments.1.name', o));
- assert.deepEqual('three', mpath.get('comments.2.name', o));
-
- assert.deepEqual([{},{ comments: [{val: 'twoo'}]}]
- , mpath.get('comments.2.comments', o));
-
- assert.deepEqual({ comments: [{val: 'twoo'}]}
- , mpath.get('comments.2.comments.1', o));
-
- assert.deepEqual('twoo', mpath.get('comments.2.comments.1.comments.0.val', o));
-
- done();
- })
-
- it('handles array.property dot-notation', function(done){
- assert.deepEqual(
- ['one', 'two', 'three']
- , mpath.get('comments.name', o)
- );
- done();
- })
-
- it('handles array.array notation', function(done){
- assert.deepEqual(
- [undefined, undefined, [{}, {comments:[{val:'twoo'}]}]]
- , mpath.get('comments.comments', o)
- );
- done();
- })
-
- it('handles prop.prop.prop.arrayProperty notation', function(done){
- assert.deepEqual(
- [undefined, 'aaron', undefined]
- , mpath.get('first.second.third.name', o)
- );
- assert.deepEqual(
- [1, 'aaron', 1]
- , mpath.get('first.second.third.name', o, function (v) {
- return undefined === v ? 1 : v;
- })
- );
- done();
- })
-
- it('handles array.prop.array', function(done){
- assert.deepEqual(
- [ [{x: {b: [4,6,8]}}, { y: 10} ]
- , [{x: {b: [1,2,3]}}, { x: {z: 10 }}, { x: {b: 'hi'}}]
- , [{x: {b: null }}, { x: { b: [null, 1]}}]
- , [{x: null }]
- , [{y: 3 }]
- , [3, 0, null]
- , undefined
- ]
- , mpath.get('array.o.array', o)
- );
- done();
- })
-
- it('handles array.prop.array.index', function(done){
- assert.deepEqual(
- [ {x: {b: [4,6,8]}}
- , {x: {b: [1,2,3]}}
- , {x: {b: null }}
- , {x: null }
- , {y: 3 }
- , 3
- , undefined
- ]
- , mpath.get('array.o.array.0', o)
- );
- done();
- })
-
- it('handles array.prop.array.index.prop', function(done){
- assert.deepEqual(
- [ {b: [4,6,8]}
- , {b: [1,2,3]}
- , {b: null }
- , null
- , undefined
- , undefined
- , undefined
- ]
- , mpath.get('array.o.array.0.x', o)
- );
- done();
- })
-
- it('handles array.prop.array.prop', function(done){
- assert.deepEqual(
- [ [undefined, 10 ]
- , [undefined, undefined, undefined]
- , [undefined, undefined]
- , [undefined]
- , [3]
- , [undefined, undefined, undefined]
- , undefined
- ]
- , mpath.get('array.o.array.y', o)
- );
- assert.deepEqual(
- [ [{b: [4,6,8]}, undefined]
- , [{b: [1,2,3]}, {z: 10 }, {b: 'hi'}]
- , [{b: null }, { b: [null, 1]}]
- , [null]
- , [undefined]
- , [undefined, undefined, undefined]
- , undefined
- ]
- , mpath.get('array.o.array.x', o)
- );
- done();
- })
-
- it('handles array.prop.array.prop.prop', function(done){
- assert.deepEqual(
- [ [[4,6,8], undefined]
- , [[1,2,3], undefined, 'hi']
- , [null, [null, 1]]
- , [null]
- , [undefined]
- , [undefined, undefined, undefined]
- , undefined
- ]
- , mpath.get('array.o.array.x.b', o)
- );
- done();
- })
-
- it('handles array.prop.array.prop.prop.index', function(done){
- assert.deepEqual(
- [ [6, undefined]
- , [2, undefined, 'i'] // undocumented feature (string indexing)
- , [null, 1]
- , [null]
- , [undefined]
- , [undefined, undefined, undefined]
- , undefined
- ]
- , mpath.get('array.o.array.x.b.1', o)
- );
- assert.deepEqual(
- [ [6, 0]
- , [2, 0, 'i'] // undocumented feature (string indexing)
- , [null, 1]
- , [null]
- , [0]
- , [0, 0, 0]
- , 0
- ]
- , mpath.get('array.o.array.x.b.1', o, function (v) {
- return undefined === v ? 0 : v;
- })
- );
- done();
- })
-
- it('handles array.index.prop.prop', function(done){
- assert.deepEqual(
- [{x: {b: [1,2,3]}}, { x: {z: 10 }}, { x: {b: 'hi'}}]
- , mpath.get('array.1.o.array', o)
- );
- assert.deepEqual(
- ['hi','hi','hi']
- , mpath.get('array.1.o.array', o, function (v) {
- if (Array.isArray(v)) {
- return v.map(function (val) {
- return 'hi';
- })
- }
- return v;
- })
- );
- done();
- })
-
- it('handles array.array.index', function(done){
- assert.deepEqual(
- [{ a: { c: 48 }}, undefined]
- , mpath.get('arr.arr.1', o)
- );
- assert.deepEqual(
- ['woot', undefined]
- , mpath.get('arr.arr.1', o, function (v) {
- if (v && v.a && v.a.c) return 'woot';
- return v;
- })
- );
- done();
- })
-
- it('handles array.array.index.prop', function(done){
- assert.deepEqual(
- [{ c: 48 }, 'woot']
- , mpath.get('arr.arr.1.a', o, function (v) {
- if (undefined === v) return 'woot';
- return v;
- })
- );
- assert.deepEqual(
- [{ c: 48 }, undefined]
- , mpath.get('arr.arr.1.a', o)
- );
- mpath.set('arr.arr.1.a', [{c:49},undefined], o)
- assert.deepEqual(
- [{ c: 49 }, undefined]
- , mpath.get('arr.arr.1.a', o)
- );
- mpath.set('arr.arr.1.a', [{c:48},undefined], o)
- done();
- })
-
- it('handles array.array.index.prop.prop', function(done){
- assert.deepEqual(
- [48, undefined]
- , mpath.get('arr.arr.1.a.c', o)
- );
- assert.deepEqual(
- [48, 'woot']
- , mpath.get('arr.arr.1.a.c', o, function (v) {
- if (undefined === v) return 'woot';
- return v;
- })
- );
- done();
- })
-
- })
-
- describe('with `special`', function(){
- describe('that is a string', function(){
- it('works', function(done){
- assert.equal('jiro', mpath.get('name', o, special));
-
- assert.deepEqual(
- { second: { third: [3,{ name: 'aaron' }, 9] }}
- , mpath.get('first', o, special)
- );
-
- assert.deepEqual(
- { third: [3,{ name: 'aaron' }, 9] }
- , mpath.get('first.second', o, special)
- );
-
- assert.deepEqual(
- [3,{ name: 'aaron' }, 9]
- , mpath.get('first.second.third', o, special)
- );
-
- assert.deepEqual(
- 3
- , mpath.get('first.second.third.0', o, special)
- );
-
- assert.deepEqual(
- 4
- , mpath.get('first.second.third.0', o, special, function (v) {
- return 3 === v ? 4 : v;
- })
- );
-
- assert.deepEqual(
- 9
- , mpath.get('first.second.third.2', o, special)
- );
-
- assert.deepEqual(
- { name: 'aaron' }
- , mpath.get('first.second.third.1', o, special)
- );
-
- assert.deepEqual(
- 'aaron'
- , mpath.get('first.second.third.1.name', o, special)
- );
-
- assert.deepEqual([
- { name: 'one' }
- , { name: 'two', _doc: { name: '2' }}
- , { name: 'three'
- , comments: [{},{ comments: [{val: 'twoo'}]}]
- , _doc: { name: '3', comments: [{},{ _doc: { comments: [{ val: 2 }] }}]}}],
- mpath.get('comments', o, special));
-
- assert.deepEqual({ name: 'one' }, mpath.get('comments.0', o, special));
- assert.deepEqual('one', mpath.get('comments.0.name', o, special));
- assert.deepEqual('2', mpath.get('comments.1.name', o, special));
- assert.deepEqual('3', mpath.get('comments.2.name', o, special));
- assert.deepEqual('nice', mpath.get('comments.2.name', o, special, function (v) {
- return '3' === v ? 'nice' : v;
- }));
-
- assert.deepEqual([{},{ _doc: { comments: [{ val: 2 }] }}]
- , mpath.get('comments.2.comments', o, special));
-
- assert.deepEqual({ _doc: { comments: [{val: 2}]}}
- , mpath.get('comments.2.comments.1', o, special));
-
- assert.deepEqual(2, mpath.get('comments.2.comments.1.comments.0.val', o, special));
- done();
- })
-
- it('handles array.property dot-notation', function(done){
- assert.deepEqual(
- ['one', '2', '3']
- , mpath.get('comments.name', o, special)
- );
- assert.deepEqual(
- ['one', 2, '3']
- , mpath.get('comments.name', o, special, function (v) {
- return '2' === v ? 2 : v
- })
- );
- done();
- })
-
- it('handles array.array notation', function(done){
- assert.deepEqual(
- [undefined, undefined, [{}, {_doc: { comments:[{val:2}]}}]]
- , mpath.get('comments.comments', o, special)
- );
- done();
- })
-
- it('handles array.array.index.array', function(done){
- assert.deepEqual(
- [undefined, undefined, [{val:2}]]
- , mpath.get('comments.comments.1.comments', o, special)
- );
- done();
- })
-
- it('handles array.array.index.array.prop', function(done){
- assert.deepEqual(
- [undefined, undefined, [2]]
- , mpath.get('comments.comments.1.comments.val', o, special)
- );
- assert.deepEqual(
- ['nil', 'nil', [2]]
- , mpath.get('comments.comments.1.comments.val', o, special, function (v) {
- return undefined === v ? 'nil' : v;
- })
- );
- done();
- })
- })
-
- describe('that is a function', function(){
- var special = function (obj, key) {
- return obj[key]
- }
-
- it('works', function(done){
- assert.equal('jiro', mpath.get('name', o, special));
-
- assert.deepEqual(
- { second: { third: [3,{ name: 'aaron' }, 9] }}
- , mpath.get('first', o, special)
- );
-
- assert.deepEqual(
- { third: [3,{ name: 'aaron' }, 9] }
- , mpath.get('first.second', o, special)
- );
-
- assert.deepEqual(
- [3,{ name: 'aaron' }, 9]
- , mpath.get('first.second.third', o, special)
- );
-
- assert.deepEqual(
- 3
- , mpath.get('first.second.third.0', o, special)
- );
-
- assert.deepEqual(
- 4
- , mpath.get('first.second.third.0', o, special, function (v) {
- return 3 === v ? 4 : v;
- })
- );
-
- assert.deepEqual(
- 9
- , mpath.get('first.second.third.2', o, special)
- );
-
- assert.deepEqual(
- { name: 'aaron' }
- , mpath.get('first.second.third.1', o, special)
- );
-
- assert.deepEqual(
- 'aaron'
- , mpath.get('first.second.third.1.name', o, special)
- );
-
- assert.deepEqual([
- { name: 'one' }
- , { name: 'two', _doc: { name: '2' }}
- , { name: 'three'
- , comments: [{},{ comments: [{val: 'twoo'}]}]
- , _doc: { name: '3', comments: [{},{ _doc: { comments: [{ val: 2 }] }}]}}],
- mpath.get('comments', o, special));
-
- assert.deepEqual({ name: 'one' }, mpath.get('comments.0', o, special));
- assert.deepEqual('one', mpath.get('comments.0.name', o, special));
- assert.deepEqual('two', mpath.get('comments.1.name', o, special));
- assert.deepEqual('three', mpath.get('comments.2.name', o, special));
- assert.deepEqual('nice', mpath.get('comments.2.name', o, special, function (v) {
- return 'three' === v ? 'nice' : v;
- }));
-
- assert.deepEqual([{},{ comments: [{ val: 'twoo' }] }]
- , mpath.get('comments.2.comments', o, special));
-
- assert.deepEqual({ comments: [{val: 'twoo'}]}
- , mpath.get('comments.2.comments.1', o, special));
-
- assert.deepEqual('twoo', mpath.get('comments.2.comments.1.comments.0.val', o, special));
-
- var overide = false;
- assert.deepEqual('twoo', mpath.get('comments.8.comments.1.comments.0.val', o, function (obj, path) {
- if (Array.isArray(obj) && 8 == path) {
- overide = true;
- return obj[2];
- }
- return obj[path];
- }));
- assert.ok(overide);
-
- done();
- })
-
- it('in combination with map', function(done){
- var special = function (obj, key) {
- if (Array.isArray(obj)) return obj[key];
- return obj.mpath;
- }
- var map = function (val) {
- return 'convert' == val
- ? 'mpath'
- : val;
- }
- var o = { mpath: [{ mpath: 'converse' }, { mpath: 'convert' }] }
-
- assert.equal('mpath', mpath.get('something.1.kewl', o, special, map));
- done();
- })
- })
- })
- })
-
- describe('set', function() {
- it('prevents writing to __proto__', function() {
- var obj = {};
- mpath.set('__proto__.x', 'foobar', obj);
- assert.ok(!({}.x));
-
- mpath.set('constructor.prototype.x', 'foobar', obj);
- assert.ok(!({}.x));
- });
-
- describe('without `special`', function() {
- var o = doc();
-
- it('works', function(done) {
- mpath.set('name', 'a new val', o, function(v) {
- return 'a new val' === v ? 'changed' : v;
- });
- assert.deepEqual('changed', o.name);
-
- mpath.set('name', 'changed', o);
- assert.deepEqual('changed', o.name);
-
- mpath.set('first.second.third', [1,{name:'x'},9], o);
- assert.deepEqual([1,{name:'x'},9], o.first.second.third);
-
- mpath.set('first.second.third.1.name', 'y', o)
- assert.deepEqual([1,{name:'y'},9], o.first.second.third);
-
- mpath.set('comments.1.name', 'ttwwoo', o);
- assert.deepEqual({ name: 'ttwwoo', _doc: { name: '2' }}, o.comments[1]);
-
- mpath.set('comments.2.comments.1.comments.0.expand', 'added', o);
- assert.deepEqual(
- { val: 'twoo', expand: 'added'}
- , o.comments[2].comments[1].comments[0]);
-
- mpath.set('comments.2.comments.1.comments.2', 'added', o);
- assert.equal(3, o.comments[2].comments[1].comments.length);
- assert.deepEqual(
- { val: 'twoo', expand: 'added'}
- , o.comments[2].comments[1].comments[0]);
- assert.deepEqual(
- undefined
- , o.comments[2].comments[1].comments[1]);
- assert.deepEqual(
- 'added'
- , o.comments[2].comments[1].comments[2]);
-
- done();
- })
-
- describe('array.path', function(){
- describe('with single non-array value', function(){
- it('works', function(done){
- mpath.set('arr.yep', false, o, function (v) {
- return false === v ? true: v;
- });
- assert.deepEqual([
- { yep: true, arr: [{ a: { b: 47 }}, { a: { c: 48 }}, { d: 'yep' }] }
- , { yep: true }
- ], o.arr);
-
- mpath.set('arr.yep', false, o);
-
- assert.deepEqual([
- { yep: false, arr: [{ a: { b: 47 }}, { a: { c: 48 }}, { d: 'yep' }] }
- , { yep: false }
- ], o.arr);
-
- done();
- })
- })
- describe('with array of values', function(){
- it('that are equal in length', function(done){
- mpath.set('arr.yep', ['one',2], o, function (v) {
- return 'one' === v ? 1 : v;
- });
- assert.deepEqual([
- { yep: 1, arr: [{ a: { b: 47 }}, { a: { c: 48 }}, { d: 'yep' }] }
- , { yep: 2 }
- ], o.arr);
- mpath.set('arr.yep', ['one',2], o);
-
- assert.deepEqual([
- { yep: 'one', arr: [{ a: { b: 47 }}, { a: { c: 48 }}, { d: 'yep' }] }
- , { yep: 2 }
- ], o.arr);
-
- done();
- })
-
- it('that is less than length', function(done){
- mpath.set('arr.yep', [47], o, function (v) {
- return 47 === v ? 4 : v;
- });
- assert.deepEqual([
- { yep: 4, arr: [{ a: { b: 47 }}, { a: { c: 48 }}, { d: 'yep' }] }
- , { yep: 2 }
- ], o.arr);
-
- mpath.set('arr.yep', [47], o);
- assert.deepEqual([
- { yep: 47, arr: [{ a: { b: 47 }}, { a: { c: 48 }}, { d: 'yep' }] }
- , { yep: 2 }
- ], o.arr);
-
- done();
- })
-
- it('that is greater than length', function(done){
- mpath.set('arr.yep', [5,6,7], o, function (v) {
- return 5 === v ? 'five' : v;
- });
- assert.deepEqual([
- { yep: 'five', arr: [{ a: { b: 47 }}, { a: { c: 48 }}, { d: 'yep' }] }
- , { yep: 6 }
- ], o.arr);
-
- mpath.set('arr.yep', [5,6,7], o);
- assert.deepEqual([
- { yep: 5, arr: [{ a: { b: 47 }}, { a: { c: 48 }}, { d: 'yep' }] }
- , { yep: 6 }
- ], o.arr);
-
- done();
- })
- })
- })
-
- describe('array.$.path', function(){
- describe('with single non-array value', function(){
- it('copies the value to each item in array', function(done){
- mpath.set('arr.$.yep', {xtra: 'double good'}, o, function (v) {
- return v && v.xtra ? 'hi' : v;
- });
- assert.deepEqual([
- { yep: 'hi', arr: [{ a: { b: 47 }}, { a: { c: 48 }}, { d: 'yep' }] }
- , { yep: 'hi'}
- ], o.arr);
-
- mpath.set('arr.$.yep', {xtra: 'double good'}, o);
- assert.deepEqual([
- { yep: {xtra:'double good'}, arr: [{ a: { b: 47 }}, { a: { c: 48 }}, { d: 'yep' }] }
- , { yep: {xtra:'double good'}}
- ], o.arr);
-
- done();
- })
- })
- describe('with array of values', function(){
- it('copies the value to each item in array', function(done){
- mpath.set('arr.$.yep', [15], o, function (v) {
- return v.length === 1 ? [] : v;
- });
- assert.deepEqual([
- { yep: [], arr: [{ a: { b: 47 }}, { a: { c: 48 }}, { d: 'yep' }] }
- , { yep: []}
- ], o.arr);
-
- mpath.set('arr.$.yep', [15], o);
- assert.deepEqual([
- { yep: [15], arr: [{ a: { b: 47 }}, { a: { c: 48 }}, { d: 'yep' }] }
- , { yep: [15]}
- ], o.arr);
-
- done();
- })
- })
- })
-
- describe('array.index.path', function(){
- it('works', function(done){
- mpath.set('arr.1.yep', 0, o, function (v) {
- return 0 === v ? 'zero' : v;
- });
- assert.deepEqual([
- { yep: [15] , arr: [{ a: { b: 47 }}, { a: { c: 48 }}, { d: 'yep' }] }
- , { yep: 'zero' }
- ], o.arr);
-
- mpath.set('arr.1.yep', 0, o);
- assert.deepEqual([
- { yep: [15] , arr: [{ a: { b: 47 }}, { a: { c: 48 }}, { d: 'yep' }] }
- , { yep: 0 }
- ], o.arr);
-
- done();
- })
- })
-
- describe('array.index.array.path', function(){
- it('with single value', function(done){
- mpath.set('arr.0.arr.e', 35, o, function (v) {
- return 35 === v ? 3 : v;
- });
- assert.deepEqual([
- { yep: [15], arr: [{ a: { b: 47 }, e: 3}, { a: { c: 48 }, e: 3}, { d: 'yep', e: 3 }] }
- , { yep: 0 }
- ], o.arr);
-
- mpath.set('arr.0.arr.e', 35, o);
- assert.deepEqual([
- { yep: [15], arr: [{ a: { b: 47 }, e: 35}, { a: { c: 48 }, e: 35}, { d: 'yep', e: 35 }] }
- , { yep: 0 }
- ], o.arr);
-
- done();
- })
- it('with array', function(done){
- mpath.set('arr.0.arr.e', ['a','b'], o, function (v) {
- return 'a' === v ? 'x' : v;
- });
- assert.deepEqual([
- { yep: [15], arr: [{ a: { b: 47 }, e: 'x'}, { a: { c: 48 }, e: 'b'}, { d: 'yep', e: 35 }] }
- , { yep: 0 }
- ], o.arr);
-
- mpath.set('arr.0.arr.e', ['a','b'], o);
- assert.deepEqual([
- { yep: [15], arr: [{ a: { b: 47 }, e: 'a'}, { a: { c: 48 }, e: 'b'}, { d: 'yep', e: 35 }] }
- , { yep: 0 }
- ], o.arr);
-
- done();
- })
- })
-
- describe('array.index.array.path.path', function(){
- it('with single value', function(done){
- mpath.set('arr.0.arr.a.b', 36, o, function (v) {
- return 36 === v ? 3 : v;
- });
- assert.deepEqual([
- { yep: [15], arr: [{ a: { b: 3 }, e: 'a'}, { a: { c: 48, b: 3 }, e: 'b'}, { d: 'yep', e: 35 }] }
- , { yep: 0 }
- ], o.arr);
-
- mpath.set('arr.0.arr.a.b', 36, o);
- assert.deepEqual([
- { yep: [15], arr: [{ a: { b: 36 }, e: 'a'}, { a: { c: 48, b: 36 }, e: 'b'}, { d: 'yep', e: 35 }] }
- , { yep: 0 }
- ], o.arr);
-
- done();
- })
- it('with array', function(done){
- mpath.set('arr.0.arr.a.b', [1,2,3,4], o, function (v) {
- return 2 === v ? 'two' : v;
- });
- assert.deepEqual([
- { yep: [15], arr: [{ a: { b: 1 }, e: 'a'}, { a: { c: 48, b: 'two' }, e: 'b'}, { d: 'yep', e: 35 }] }
- , { yep: 0 }
- ], o.arr);
-
- mpath.set('arr.0.arr.a.b', [1,2,3,4], o);
- assert.deepEqual([
- { yep: [15], arr: [{ a: { b: 1 }, e: 'a'}, { a: { c: 48, b: 2 }, e: 'b'}, { d: 'yep', e: 35 }] }
- , { yep: 0 }
- ], o.arr);
-
- done();
- })
- })
-
- describe('array.index.array.$.path.path', function(){
- it('with single value', function(done){
- mpath.set('arr.0.arr.$.a.b', '$', o, function (v) {
- return '$' === v ? 'dolla billz' : v;
- });
- assert.deepEqual([
- { yep: [15], arr: [{ a: { b: 'dolla billz' }, e: 'a'}, { a: { c: 48, b: 'dolla billz' }, e: 'b'}, { d: 'yep', e: 35 }] }
- , { yep: 0 }
- ], o.arr);
-
- mpath.set('arr.0.arr.$.a.b', '$', o);
- assert.deepEqual([
- { yep: [15], arr: [{ a: { b: '$' }, e: 'a'}, { a: { c: 48, b: '$' }, e: 'b'}, { d: 'yep', e: 35 }] }
- , { yep: 0 }
- ], o.arr);
-
- done();
- })
- it('with array', function(done){
- mpath.set('arr.0.arr.$.a.b', [1], o, function (v) {
- return Array.isArray(v) ? {} : v;
- });
- assert.deepEqual([
- { yep: [15], arr: [{ a: { b: {} }, e: 'a'}, { a: { c: 48, b: {} }, e: 'b'}, { d: 'yep', e: 35 }] }
- , { yep: 0 }
- ], o.arr);
-
- mpath.set('arr.0.arr.$.a.b', [1], o);
- assert.deepEqual([
- { yep: [15], arr: [{ a: { b: [1] }, e: 'a'}, { a: { c: 48, b: [1] }, e: 'b'}, { d: 'yep', e: 35 }] }
- , { yep: 0 }
- ], o.arr);
-
- done();
- })
- })
-
- describe('array.array.index.path', function(){
- it('with single value', function(done){
- mpath.set('arr.arr.0.a', 'single', o, function (v) {
- return 'single' === v ? 'double' : v;
- });
- assert.deepEqual([
- { yep: [15], arr: [{ a: 'double', e: 'a'}, { a: { c: 48, b: [1] }, e: 'b'}, { d: 'yep', e: 35 }] }
- , { yep: 0 }
- ], o.arr);
-
- mpath.set('arr.arr.0.a', 'single', o);
- assert.deepEqual([
- { yep: [15], arr: [{ a: 'single', e: 'a'}, { a: { c: 48, b: [1] }, e: 'b'}, { d: 'yep', e: 35 }] }
- , { yep: 0 }
- ], o.arr);
-
- done();
- })
- it('with array', function(done){
- mpath.set('arr.arr.0.a', [4,8,15,16,23,42], o, function (v) {
- return 4 === v ? 3 : v;
- });
- assert.deepEqual([
- { yep: [15], arr: [{ a: 3, e: 'a'}, { a: { c: 48, b: [1] }, e: 'b'}, { d: 'yep', e: 35 }] }
- , { yep: false }
- ], o.arr);
-
- mpath.set('arr.arr.0.a', [4,8,15,16,23,42], o);
- assert.deepEqual([
- { yep: [15], arr: [{ a: 4, e: 'a'}, { a: { c: 48, b: [1] }, e: 'b'}, { d: 'yep', e: 35 }] }
- , { yep: false }
- ], o.arr);
-
- done();
- })
- })
-
- describe('array.array.$.index.path', function(){
- it('with single value', function(done){
- mpath.set('arr.arr.$.0.a', 'singles', o, function (v) {
- return 0;
- });
- assert.deepEqual([
- { yep: [15], arr: [{ a: 0, e: 'a'}, { a: { c: 48, b: [1] }, e: 'b'}, { d: 'yep', e: 35 }] }
- , { yep: 0 }
- ], o.arr);
-
- mpath.set('arr.arr.$.0.a', 'singles', o);
- assert.deepEqual([
- { yep: [15], arr: [{ a: 'singles', e: 'a'}, { a: { c: 48, b: [1] }, e: 'b'}, { d: 'yep', e: 35 }] }
- , { yep: 0 }
- ], o.arr);
-
- mpath.set('$.arr.arr.0.a', 'single', o);
- assert.deepEqual([
- { yep: [15], arr: [{ a: 'single', e: 'a'}, { a: { c: 48, b: [1] }, e: 'b'}, { d: 'yep', e: 35 }] }
- , { yep: 0 }
- ], o.arr);
-
- done();
- })
- it('with array', function(done){
- mpath.set('arr.arr.$.0.a', [4,8,15,16,23,42], o, function (v) {
- return 'nope'
- });
- assert.deepEqual([
- { yep: [15], arr: [{ a: 'nope', e: 'a'}, { a: { c: 48, b: [1] }, e: 'b'}, { d: 'yep', e: 35 }] }
- , { yep: 0}
- ], o.arr);
-
- mpath.set('arr.arr.$.0.a', [4,8,15,16,23,42], o);
- assert.deepEqual([
- { yep: [15], arr: [{ a: [4,8,15,16,23,42], e: 'a'}, { a: { c: 48, b: [1] }, e: 'b'}, { d: 'yep', e: 35 }] }
- , { yep: 0}
- ], o.arr);
-
- mpath.set('arr.$.arr.0.a', [4,8,15,16,23,42,108], o);
- assert.deepEqual([
- { yep: [15], arr: [{ a: [4,8,15,16,23,42,108], e: 'a'}, { a: { c: 48, b: [1] }, e: 'b'}, { d: 'yep', e: 35 }] }
- , { yep: 0}
- ], o.arr);
-
- done();
- })
- })
-
- describe('array.array.path.index', function(){
- it('with single value', function(done){
- mpath.set('arr.arr.a.7', 47, o, function (v) {
- return 1
- });
- assert.deepEqual([
- { yep: [15], arr: [{ a: [4,8,15,16,23,42,108,1], e: 'a'}, { a: { c: 48, b: [1], '7': 1 }, e: 'b'}, { d: 'yep', e: 35 }] }
- , { yep: 0}
- ], o.arr);
-
- mpath.set('arr.arr.a.7', 47, o);
- assert.deepEqual([
- { yep: [15], arr: [{ a: [4,8,15,16,23,42,108,47], e: 'a'}, { a: { c: 48, b: [1], '7': 47 }, e: 'b'}, { d: 'yep', e: 35 }] }
- , { yep: 0}
- ], o.arr);
-
- done();
- })
- it('with array', function(done){
- o.arr[1].arr = [{ a: [] }, { a: [] }, { a: null }];
- mpath.set('arr.arr.a.7', [[null,46], [undefined, 'woot']], o);
-
- var a1 = [];
- var a2 = [];
- a1[7] = undefined;
- a2[7] = 'woot';
-
- assert.deepEqual([
- { yep: [15], arr: [{ a: [4,8,15,16,23,42,108,null], e: 'a'}, { a: { c: 48, b: [1], '7': 46 }, e: 'b'}, { d: 'yep', e: 35 }] }
- , { yep: 0, arr: [{a:a1},{a:a2},{a:null}] }
- ], o.arr);
-
- done();
- })
- })
-
- describe('handles array.array.path', function(){
- it('with single', function(done){
- o.arr[1].arr = [{},{}];
- assert.deepEqual([{},{}], o.arr[1].arr);
- o.arr.push({ arr: 'something else' });
- o.arr.push({ arr: ['something else'] });
- o.arr.push({ arr: [[]] });
- o.arr.push({ arr: [5] });
-
- var weird = [];
- weird.e = 'xmas';
-
- // test
- mpath.set('arr.arr.e', 47, o, function (v) {
- return 'xmas'
- });
- assert.deepEqual([
- { yep: [15], arr: [
- { a: [4,8,15,16,23,42,108,null], e: 'xmas'}
- , { a: { c: 48, b: [1], '7': 46 }, e: 'xmas'}
- , { d: 'yep', e: 'xmas' }
- ]
- }
- , { yep: 0, arr: [{e: 'xmas'}, {e:'xmas'}] }
- , { arr: 'something else' }
- , { arr: ['something else'] }
- , { arr: [weird] }
- , { arr: [5] }
- ]
- , o.arr);
-
- weird.e = 47;
-
- mpath.set('arr.arr.e', 47, o);
- assert.deepEqual([
- { yep: [15], arr: [
- { a: [4,8,15,16,23,42,108,null], e: 47}
- , { a: { c: 48, b: [1], '7': 46 }, e: 47}
- , { d: 'yep', e: 47 }
- ]
- }
- , { yep: 0, arr: [{e: 47}, {e:47}] }
- , { arr: 'something else' }
- , { arr: ['something else'] }
- , { arr: [weird] }
- , { arr: [5] }
- ]
- , o.arr);
-
- done();
- })
- it('with arrays', function(done){
- mpath.set('arr.arr.e', [[1,2,3],[4,5],null,[],[6], [7,8,9]], o, function (v) {
- return 10;
- });
-
- var weird = [];
- weird.e = 10;
-
- assert.deepEqual([
- { yep: [15], arr: [
- { a: [4,8,15,16,23,42,108,null], e: 10}
- , { a: { c: 48, b: [1], '7': 46 }, e: 10}
- , { d: 'yep', e: 10 }
- ]
- }
- , { yep: 0, arr: [{e: 10}, {e:10}] }
- , { arr: 'something else' }
- , { arr: ['something else'] }
- , { arr: [weird] }
- , { arr: [5] }
- ]
- , o.arr);
-
- mpath.set('arr.arr.e', [[1,2,3],[4,5],null,[],[6], [7,8,9]], o);
-
- weird.e = 6;
-
- assert.deepEqual([
- { yep: [15], arr: [
- { a: [4,8,15,16,23,42,108,null], e: 1}
- , { a: { c: 48, b: [1], '7': 46 }, e: 2}
- , { d: 'yep', e: 3 }
- ]
- }
- , { yep: 0, arr: [{e: 4}, {e:5}] }
- , { arr: 'something else' }
- , { arr: ['something else'] }
- , { arr: [weird] }
- , { arr: [5] }
- ]
- , o.arr);
-
- done();
- })
- })
- })
-
- describe('with `special`', function(){
- var o = doc();
-
- it('works', function(done){
- mpath.set('name', 'chan', o, special, function (v) {
- return 'hi';
- });
- assert.deepEqual('hi', o.name);
-
- mpath.set('name', 'changer', o, special);
- assert.deepEqual('changer', o.name);
-
- mpath.set('first.second.third', [1,{name:'y'},9], o, special);
- assert.deepEqual([1,{name:'y'},9], o.first.second.third);
-
- mpath.set('first.second.third.1.name', 'z', o, special)
- assert.deepEqual([1,{name:'z'},9], o.first.second.third);
-
- mpath.set('comments.1.name', 'ttwwoo', o, special);
- assert.deepEqual({ name: 'two', _doc: { name: 'ttwwoo' }}, o.comments[1]);
-
- mpath.set('comments.2.comments.1.comments.0.expander', 'adder', o, special, function (v) {
- return 'super'
- });
- assert.deepEqual(
- { val: 2, expander: 'super'}
- , o.comments[2]._doc.comments[1]._doc.comments[0]);
-
- mpath.set('comments.2.comments.1.comments.0.expander', 'adder', o, special);
- assert.deepEqual(
- { val: 2, expander: 'adder'}
- , o.comments[2]._doc.comments[1]._doc.comments[0]);
-
- mpath.set('comments.2.comments.1.comments.2', 'set', o, special);
- assert.equal(3, o.comments[2]._doc.comments[1]._doc.comments.length);
- assert.deepEqual(
- { val: 2, expander: 'adder'}
- , o.comments[2]._doc.comments[1]._doc.comments[0]);
- assert.deepEqual(
- undefined
- , o.comments[2]._doc.comments[1]._doc.comments[1]);
- assert.deepEqual(
- 'set'
- , o.comments[2]._doc.comments[1]._doc.comments[2]);
- done();
- })
-
- describe('array.path', function(){
- describe('with single non-array value', function(){
- it('works', function(done){
- o.arr[1]._doc = { special: true }
-
- mpath.set('arr.yep', false, o, special, function (v) {
- return 'yes';
- });
- assert.deepEqual([
- { yep: 'yes', arr: [{ a: { b: 47 }}, { a: { c: 48 }}, { d: 'yep' }] }
- , { yep: true, _doc: { special: true, yep: 'yes'}}
- ], o.arr);
-
- mpath.set('arr.yep', false, o, special);
- assert.deepEqual([
- { yep: false, arr: [{ a: { b: 47 }}, { a: { c: 48 }}, { d: 'yep' }] }
- , { yep: true, _doc: { special: true, yep: false }}
- ], o.arr);
-
- done();
- })
- })
- describe('with array of values', function(){
- it('that are equal in length', function(done){
- mpath.set('arr.yep', ['one',2], o, special, function (v) {
- return 2 === v ? 20 : v;
- });
- assert.deepEqual([
- { yep: 'one', arr: [{ a: { b: 47 }}, { a: { c: 48 }}, { d: 'yep' }] }
- , { yep: true, _doc: { special: true, yep: 20}}
- ], o.arr);
-
- mpath.set('arr.yep', ['one',2], o, special);
- assert.deepEqual([
- { yep: 'one', arr: [{ a: { b: 47 }}, { a: { c: 48 }}, { d: 'yep' }] }
- , { yep: true, _doc: { special: true, yep: 2}}
- ], o.arr);
-
- done();
- })
-
- it('that is less than length', function(done){
- mpath.set('arr.yep', [47], o, special, function (v) {
- return 80;
- });
- assert.deepEqual([
- { yep: 80, arr: [{ a: { b: 47 }}, { a: { c: 48 }}, { d: 'yep' }] }
- , { yep: true, _doc: { special: true, yep: 2}}
- ], o.arr);
-
- mpath.set('arr.yep', [47], o, special);
- assert.deepEqual([
- { yep: 47, arr: [{ a: { b: 47 }}, { a: { c: 48 }}, { d: 'yep' }] }
- , { yep: true, _doc: { special: true, yep: 2}}
- ], o.arr);
-
- // add _doc to first element
- o.arr[0]._doc = { yep: 46, arr: [{ a: { b: 47 }}, { a: { c: 48 }}, { d: 'yep' }] }
-
- mpath.set('arr.yep', [20], o, special);
- assert.deepEqual([
- { yep: 47, arr: [{ a: { b: 47 }}, { a: { c: 48 }}, { d: 'yep' }], _doc: { yep: 20, arr: [{ a: { b: 47 }}, { a: { c: 48 }}, { d: 'yep' }] } }
- , { yep: true, _doc: { special: true, yep: 2}}
- ], o.arr);
-
- done();
- })
-
- it('that is greater than length', function(done){
- mpath.set('arr.yep', [5,6,7], o, special, function () {
- return 'x';
- });
- assert.deepEqual([
- { yep: 47, arr: [{ a: { b: 47 }}, { a: { c: 48 }}, { d: 'yep' }], _doc: { yep: 'x', arr: [{ a: { b: 47 }}, { a: { c: 48 }}, { d: 'yep' }] } }
- , { yep: true, _doc: { special: true, yep: 'x'}}
- ], o.arr);
-
- mpath.set('arr.yep', [5,6,7], o, special);
- assert.deepEqual([
- { yep: 47, arr: [{ a: { b: 47 }}, { a: { c: 48 }}, { d: 'yep' }], _doc: { yep: 5, arr: [{ a: { b: 47 }}, { a: { c: 48 }}, { d: 'yep' }] } }
- , { yep: true, _doc: { special: true, yep: 6}}
- ], o.arr);
-
- done();
- })
- })
- })
-
- describe('array.$.path', function(){
- describe('with single non-array value', function(){
- it('copies the value to each item in array', function(done){
- mpath.set('arr.$.yep', {xtra: 'double good'}, o, special, function (v) {
- return 9;
- });
- assert.deepEqual([
- { yep: 47, arr: [{ a: { b: 47 }}, { a: { c: 48 }}, { d: 'yep' }]
- , _doc: { yep: 9, arr: [{ a: { b: 47 }}, { a: { c: 48 }}, { d: 'yep' }] } }
- , { yep: true, _doc: { special: true, yep: 9}}
- ], o.arr);
-
- mpath.set('arr.$.yep', {xtra: 'double good'}, o, special);
- assert.deepEqual([
- { yep: 47, arr: [{ a: { b: 47 }}, { a: { c: 48 }}, { d: 'yep' }]
- , _doc: { yep: {xtra:'double good'}, arr: [{ a: { b: 47 }}, { a: { c: 48 }}, { d: 'yep' }] } }
- , { yep: true, _doc: { special: true, yep: {xtra:'double good'}}}
- ], o.arr);
-
- done();
- })
- })
- describe('with array of values', function(){
- it('copies the value to each item in array', function(done){
- mpath.set('arr.$.yep', [15], o, special, function (v) {
- return 'array'
- });
- assert.deepEqual([
- { yep: 47, arr: [{ a: { b: 47 }}, { a: { c: 48 }}, { d: 'yep' }]
- , _doc: { yep: 'array', arr: [{ a: { b: 47 }}, { a: { c: 48 }}, { d: 'yep' }] } }
- , { yep: true, _doc: { special: true, yep: 'array'}}
- ], o.arr);
-
- mpath.set('arr.$.yep', [15], o, special);
- assert.deepEqual([
- { yep: 47, arr: [{ a: { b: 47 }}, { a: { c: 48 }}, { d: 'yep' }]
- , _doc: { yep: [15], arr: [{ a: { b: 47 }}, { a: { c: 48 }}, { d: 'yep' }] } }
- , { yep: true, _doc: { special: true, yep: [15]}}
- ], o.arr);
-
- done();
- })
- })
- })
-
- describe('array.index.path', function(){
- it('works', function(done){
- mpath.set('arr.1.yep', 0, o, special, function (v) {
- return 1;
- });
- assert.deepEqual([
- { yep: 47, arr: [{ a: { b: 47 }}, { a: { c: 48 }}, { d: 'yep' }]
- , _doc: { yep: [15], arr: [{ a: { b: 47 }}, { a: { c: 48 }}, { d: 'yep' }] } }
- , { yep: true, _doc: { special: true, yep: 1}}
- ], o.arr);
-
- mpath.set('arr.1.yep', 0, o, special);
- assert.deepEqual([
- { yep: 47, arr: [{ a: { b: 47 }}, { a: { c: 48 }}, { d: 'yep' }]
- , _doc: { yep: [15], arr: [{ a: { b: 47 }}, { a: { c: 48 }}, { d: 'yep' }] } }
- , { yep: true, _doc: { special: true, yep: 0}}
- ], o.arr);
-
- done();
- })
- })
-
- describe('array.index.array.path', function(){
- it('with single value', function(done){
- mpath.set('arr.0.arr.e', 35, o, special, function (v) {
- return 30
- });
- assert.deepEqual([
- { yep: 47, arr: [{ a: { b: 47 }}, { a: { c: 48 }}, { d: 'yep' }]
- , _doc: { yep: [15], arr: [{ a: { b: 47 }, e: 30}, { a: { c: 48 }, e: 30}, { d: 'yep', e: 30 }] } }
- , { yep: true, _doc: { special: true, yep: 0}}
- ], o.arr);
-
- mpath.set('arr.0.arr.e', 35, o, special);
- assert.deepEqual([
- { yep: 47, arr: [{ a: { b: 47 }}, { a: { c: 48 }}, { d: 'yep' }]
- , _doc: { yep: [15], arr: [{ a: { b: 47 }, e: 35}, { a: { c: 48 }, e: 35}, { d: 'yep', e: 35 }] } }
- , { yep: true, _doc: { special: true, yep: 0}}
- ], o.arr);
-
- done();
- })
- it('with array', function(done){
- mpath.set('arr.0.arr.e', ['a','b'], o, special, function (v) {
- return 'a' === v ? 'A' : v;
- });
- assert.deepEqual([
- { yep: 47, arr: [{ a: { b: 47 }}, { a: { c: 48 }}, { d: 'yep' }]
- , _doc: { yep: [15], arr: [{ a: { b: 47 }, e: 'A'}, { a: { c: 48 }, e: 'b'}, { d: 'yep', e: 35 }] } }
- , { yep: true, _doc: { special: true, yep: 0}}
- ], o.arr);
-
- mpath.set('arr.0.arr.e', ['a','b'], o, special);
- assert.deepEqual([
- { yep: 47, arr: [{ a: { b: 47 }}, { a: { c: 48 }}, { d: 'yep' }]
- , _doc: { yep: [15], arr: [{ a: { b: 47 }, e: 'a'}, { a: { c: 48 }, e: 'b'}, { d: 'yep', e: 35 }] } }
- , { yep: true, _doc: { special: true, yep: 0}}
- ], o.arr);
-
- done();
- })
- })
-
- describe('array.index.array.path.path', function(){
- it('with single value', function(done){
- mpath.set('arr.0.arr.a.b', 36, o, special, function (v) {
- return 20
- });
- assert.deepEqual([
- { yep: 47, arr: [{ a: { b: 47 }}, { a: { c: 48 }}, { d: 'yep' }]
- , _doc: { yep: [15], arr: [{ a: { b: 20 }, e: 'a'}, { a: { c: 48, b: 20 }, e: 'b'}, { d: 'yep', e: 35 }] } }
- , { yep: true, _doc: { special: true, yep: 0}}
- ], o.arr);
-
- mpath.set('arr.0.arr.a.b', 36, o, special);
- assert.deepEqual([
- { yep: 47, arr: [{ a: { b: 47 }}, { a: { c: 48 }}, { d: 'yep' }]
- , _doc: { yep: [15], arr: [{ a: { b: 36 }, e: 'a'}, { a: { c: 48, b: 36 }, e: 'b'}, { d: 'yep', e: 35 }] } }
- , { yep: true, _doc: { special: true, yep: 0}}
- ], o.arr);
-
- done();
- })
- it('with array', function(done){
- mpath.set('arr.0.arr.a.b', [1,2,3,4], o, special, function (v) {
- return v*2;
- });
- assert.deepEqual([
- { yep: 47, arr: [{ a: { b: 47 }}, { a: { c: 48 }}, { d: 'yep' }]
- , _doc: { yep: [15], arr: [{ a: { b: 2 }, e: 'a'}, { a: { c: 48, b: 4 }, e: 'b'}, { d: 'yep', e: 35 }] } }
- , { yep: true, _doc: { special: true, yep: 0}}
- ], o.arr);
-
- mpath.set('arr.0.arr.a.b', [1,2,3,4], o, special);
- assert.deepEqual([
- { yep: 47, arr: [{ a: { b: 47 }}, { a: { c: 48 }}, { d: 'yep' }]
- , _doc: { yep: [15], arr: [{ a: { b: 1 }, e: 'a'}, { a: { c: 48, b: 2 }, e: 'b'}, { d: 'yep', e: 35 }] } }
- , { yep: true, _doc: { special: true, yep: 0}}
- ], o.arr);
-
- done();
- })
- })
-
- describe('array.index.array.$.path.path', function(){
- it('with single value', function(done){
- mpath.set('arr.0.arr.$.a.b', '$', o, special, function (v) {
- return 'dollaz'
- });
- assert.deepEqual([
- { yep: 47, arr: [{ a: { b: 47 }}, { a: { c: 48 }}, { d: 'yep' }]
- , _doc: { yep: [15], arr: [{ a: { b: 'dollaz' }, e: 'a'}, { a: { c: 48, b: 'dollaz' }, e: 'b'}, { d: 'yep', e: 35 }] } }
- , { yep: true, _doc: { special: true, yep: 0}}
- ], o.arr);
-
- mpath.set('arr.0.arr.$.a.b', '$', o, special);
- assert.deepEqual([
- { yep: 47, arr: [{ a: { b: 47 }}, { a: { c: 48 }}, { d: 'yep' }]
- , _doc: { yep: [15], arr: [{ a: { b: '$' }, e: 'a'}, { a: { c: 48, b: '$' }, e: 'b'}, { d: 'yep', e: 35 }] } }
- , { yep: true, _doc: { special: true, yep: 0}}
- ], o.arr);
-
- done();
- })
- it('with array', function(done){
- mpath.set('arr.0.arr.$.a.b', [1], o, special, function (v) {
- return {};
- });
- assert.deepEqual([
- { yep: 47, arr: [{ a: { b: 47 }}, { a: { c: 48 }}, { d: 'yep' }]
- , _doc: { yep: [15], arr: [{ a: { b: {} }, e: 'a'}, { a: { c: 48, b: {} }, e: 'b'}, { d: 'yep', e: 35 }] } }
- , { yep: true, _doc: { special: true, yep: 0}}
- ], o.arr);
-
- mpath.set('arr.0.arr.$.a.b', [1], o, special);
- assert.deepEqual([
- { yep: 47, arr: [{ a: { b: 47 }}, { a: { c: 48 }}, { d: 'yep' }]
- , _doc: { yep: [15], arr: [{ a: { b: [1] }, e: 'a'}, { a: { c: 48, b: [1] }, e: 'b'}, { d: 'yep', e: 35 }] } }
- , { yep: true, _doc: { special: true, yep: 0}}
- ], o.arr);
-
- done();
- })
- })
-
- describe('array.array.index.path', function(){
- it('with single value', function(done){
- mpath.set('arr.arr.0.a', 'single', o, special, function (v) {
- return 88;
- });
- assert.deepEqual([
- { yep: 47, arr: [{ a: { b: 47 }}, { a: { c: 48 }}, { d: 'yep' }]
- , _doc: { yep: [15], arr: [{ a: 88, e: 'a'}, { a: { c: 48, b: [1] }, e: 'b'}, { d: 'yep', e: 35 }] } }
- , { yep: true, _doc: { special: true, yep: 0}}
- ], o.arr);
-
- mpath.set('arr.arr.0.a', 'single', o, special);
- assert.deepEqual([
- { yep: 47, arr: [{ a: { b: 47 }}, { a: { c: 48 }}, { d: 'yep' }]
- , _doc: { yep: [15], arr: [{ a: 'single', e: 'a'}, { a: { c: 48, b: [1] }, e: 'b'}, { d: 'yep', e: 35 }] } }
- , { yep: true, _doc: { special: true, yep: 0}}
- ], o.arr);
-
- done();
- })
- it('with array', function(done){
- mpath.set('arr.arr.0.a', [4,8,15,16,23,42], o, special, function (v) {
- return v*2;
- });
- assert.deepEqual([
- { yep: 47, arr: [{ a: { b: 47 }}, { a: { c: 48 }}, { d: 'yep' }]
- , _doc: { yep: [15], arr: [{ a: 8, e: 'a'}, { a: { c: 48, b: [1] }, e: 'b'}, { d: 'yep', e: 35 }] } }
- , { yep: true, _doc: { special: true, yep: 0}}
- ], o.arr);
-
- mpath.set('arr.arr.0.a', [4,8,15,16,23,42], o, special);
- assert.deepEqual([
- { yep: 47, arr: [{ a: { b: 47 }}, { a: { c: 48 }}, { d: 'yep' }]
- , _doc: { yep: [15], arr: [{ a: 4, e: 'a'}, { a: { c: 48, b: [1] }, e: 'b'}, { d: 'yep', e: 35 }] } }
- , { yep: true, _doc: { special: true, yep: 0}}
- ], o.arr);
-
- done();
- })
- })
-
- describe('array.array.$.index.path', function(){
- it('with single value', function(done){
- mpath.set('arr.arr.$.0.a', 'singles', o, special, function (v) {
- return v.toUpperCase();
- });
- assert.deepEqual([
- { yep: 47, arr: [{ a: { b: 47 }}, { a: { c: 48 }}, { d: 'yep' }]
- , _doc: { yep: [15], arr: [{ a: 'SINGLES', e: 'a'}, { a: { c: 48, b: [1] }, e: 'b'}, { d: 'yep', e: 35 }] } }
- , { yep: true, _doc: { special: true, yep: 0}}
- ], o.arr);
-
- mpath.set('arr.arr.$.0.a', 'singles', o, special);
- assert.deepEqual([
- { yep: 47, arr: [{ a: { b: 47 }}, { a: { c: 48 }}, { d: 'yep' }]
- , _doc: { yep: [15], arr: [{ a: 'singles', e: 'a'}, { a: { c: 48, b: [1] }, e: 'b'}, { d: 'yep', e: 35 }] } }
- , { yep: true, _doc: { special: true, yep: 0}}
- ], o.arr);
-
- mpath.set('$.arr.arr.0.a', 'single', o, special);
- assert.deepEqual([
- { yep: 47, arr: [{ a: { b: 47 }}, { a: { c: 48 }}, { d: 'yep' }]
- , _doc: { yep: [15], arr: [{ a: 'single', e: 'a'}, { a: { c: 48, b: [1] }, e: 'b'}, { d: 'yep', e: 35 }] } }
- , { yep: true, _doc: { special: true, yep: 0}}
- ], o.arr);
-
- done();
- })
- it('with array', function(done){
- mpath.set('arr.arr.$.0.a', [4,8,15,16,23,42], o, special, function (v) {
- return Array
- });
- assert.deepEqual([
- { yep: 47, arr: [{ a: { b: 47 }}, { a: { c: 48 }}, { d: 'yep' }]
- , _doc: { yep: [15], arr: [{ a: Array, e: 'a'}, { a: { c: 48, b: [1] }, e: 'b'}, { d: 'yep', e: 35 }] } }
- , { yep: true, _doc: { special: true, yep: 0}}
- ], o.arr);
-
- mpath.set('arr.arr.$.0.a', [4,8,15,16,23,42], o, special);
- assert.deepEqual([
- { yep: 47, arr: [{ a: { b: 47 }}, { a: { c: 48 }}, { d: 'yep' }]
- , _doc: { yep: [15], arr: [{ a: [4,8,15,16,23,42], e: 'a'}, { a: { c: 48, b: [1] }, e: 'b'}, { d: 'yep', e: 35 }] } }
- , { yep: true, _doc: { special: true, yep: 0}}
- ], o.arr);
-
- mpath.set('arr.$.arr.0.a', [4,8,15,16,23,42,108], o, special);
- assert.deepEqual([
- { yep: 47, arr: [{ a: { b: 47 }}, { a: { c: 48 }}, { d: 'yep' }]
- , _doc: { yep: [15], arr: [{ a: [4,8,15,16,23,42,108], e: 'a'}, { a: { c: 48, b: [1] }, e: 'b'}, { d: 'yep', e: 35 }] } }
- , { yep: true, _doc: { special: true, yep: 0}}
- ], o.arr);
-
- done();
- })
- })
-
- describe('array.array.path.index', function(){
- it('with single value', function(done){
- mpath.set('arr.arr.a.7', 47, o, special, function (v) {
- return Object;
- });
- assert.deepEqual([
- { yep: 47, arr: [{ a: { b: 47 }}, { a: { c: 48 }}, { d: 'yep' }]
- , _doc: { yep: [15], arr: [{ a: [4,8,15,16,23,42,108,Object], e: 'a'}, { a: { c: 48, b: [1], '7': Object }, e: 'b'}, { d: 'yep', e: 35 }] } }
- , { yep: true, _doc: { special: true, yep: 0}}
- ], o.arr);
-
- mpath.set('arr.arr.a.7', 47, o, special);
- assert.deepEqual([
- { yep: 47, arr: [{ a: { b: 47 }}, { a: { c: 48 }}, { d: 'yep' }]
- , _doc: { yep: [15], arr: [{ a: [4,8,15,16,23,42,108,47], e: 'a'}, { a: { c: 48, b: [1], '7': 47 }, e: 'b'}, { d: 'yep', e: 35 }] } }
- , { yep: true, _doc: { special: true, yep: 0}}
- ], o.arr);
-
- done();
- })
- it('with array', function(done){
- o.arr[1]._doc.arr = [{ a: [] }, { a: [] }, { a: null }];
- mpath.set('arr.arr.a.7', [[null,46], [undefined, 'woot']], o, special, function (v) {
- return undefined === v ? 'nope' : v;
- });
-
- var a1 = [];
- var a2 = [];
- a1[7] = 'nope';
- a2[7] = 'woot';
-
- assert.deepEqual([
- { yep: 47, arr: [{ a: { b: 47 }}, { a: { c: 48 }}, { d: 'yep' }]
- , _doc: { yep: [15], arr: [{ a: [4,8,15,16,23,42,108,null], e: 'a'}, { a: { c: 48, b: [1], '7': 46 }, e: 'b'}, { d: 'yep', e: 35 }] } }
- , { yep: true, _doc: { arr: [{a:a1},{a:a2},{a:null}], special: true, yep: 0}}
- ], o.arr);
-
- mpath.set('arr.arr.a.7', [[null,46], [undefined, 'woot']], o, special);
-
- a1[7] = undefined;
-
- assert.deepEqual([
- { yep: 47, arr: [{ a: { b: 47 }}, { a: { c: 48 }}, { d: 'yep' }]
- , _doc: { yep: [15], arr: [{ a: [4,8,15,16,23,42,108,null], e: 'a'}, { a: { c: 48, b: [1], '7': 46 }, e: 'b'}, { d: 'yep', e: 35 }] } }
- , { yep: true, _doc: { arr: [{a:a1},{a:a2},{a:null}], special: true, yep: 0}}
- ], o.arr);
-
- done();
- })
- })
-
- describe('handles array.array.path', function(){
- it('with single', function(done){
- o.arr[1]._doc.arr = [{},{}];
- assert.deepEqual([{},{}], o.arr[1]._doc.arr);
- o.arr.push({ _doc: { arr: 'something else' }});
- o.arr.push({ _doc: { arr: ['something else'] }});
- o.arr.push({ _doc: { arr: [[]] }});
- o.arr.push({ _doc: { arr: [5] }});
-
- // test
- mpath.set('arr.arr.e', 47, o, special);
-
- var weird = [];
- weird.e = 47;
-
- assert.deepEqual([
- { yep: 47, arr: [{ a: { b: 47 }}, { a: { c: 48 }}, { d: 'yep' }]
- , _doc: {
- yep: [15]
- , arr: [
- { a: [4,8,15,16,23,42,108,null], e: 47}
- , { a: { c: 48, b: [1], '7': 46 }, e: 47}
- , { d: 'yep', e: 47 }
- ]
- }
- }
- , { yep: true
- , _doc: {
- arr: [
- {e:47}
- , {e:47}
- ]
- , special: true
- , yep: 0
- }
- }
- , { _doc: { arr: 'something else' }}
- , { _doc: { arr: ['something else'] }}
- , { _doc: { arr: [weird] }}
- , { _doc: { arr: [5] }}
- ]
- , o.arr);
-
- done();
- })
- it('with arrays', function(done){
- mpath.set('arr.arr.e', [[1,2,3],[4,5],null,[],[6], [7,8,9]], o, special);
-
- var weird = [];
- weird.e = 6;
-
- assert.deepEqual([
- { yep: 47, arr: [{ a: { b: 47 }}, { a: { c: 48 }}, { d: 'yep' }]
- , _doc: {
- yep: [15]
- , arr: [
- { a: [4,8,15,16,23,42,108,null], e: 1}
- , { a: { c: 48, b: [1], '7': 46 }, e: 2}
- , { d: 'yep', e: 3 }
- ]
- }
- }
- , { yep: true
- , _doc: {
- arr: [
- {e:4}
- , {e:5}
- ]
- , special: true
- , yep: 0
- }
- }
- , { _doc: { arr: 'something else' }}
- , { _doc: { arr: ['something else'] }}
- , { _doc: { arr: [weird] }}
- , { _doc: { arr: [5] }}
- ]
- , o.arr);
-
- done();
- })
- })
-
- describe('that is a function', function(){
- describe('without map', function(){
- it('works on array value', function(done){
- var o = { hello: { world: [{ how: 'are' }, { you: '?' }] }};
- var special = function (obj, key, val) {
- if (val) {
- obj[key] = val;
- } else {
- return 'thing' == key
- ? obj.world
- : obj[key]
- }
- }
- mpath.set('hello.thing.how', 'arrrr', o, special);
- assert.deepEqual(o, { hello: { world: [{ how: 'arrrr' }, { you: '?', how: 'arrrr' }] }});
- done();
- })
- it('works on non-array value', function(done){
- var o = { hello: { world: { how: 'are you' }}};
- var special = function (obj, key, val) {
- if (val) {
- obj[key] = val;
- } else {
- return 'thing' == key
- ? obj.world
- : obj[key]
- }
- }
- mpath.set('hello.thing.how', 'RU', o, special);
- assert.deepEqual(o, { hello: { world: { how: 'RU' }}});
- done();
- })
- })
- it('works with map', function(done){
- var o = { hello: { world: [{ how: 'are' }, { you: '?' }] }};
- var special = function (obj, key, val) {
- if (val) {
- obj[key] = val;
- } else {
- return 'thing' == key
- ? obj.world
- : obj[key]
- }
- }
- var map = function (val) {
- return 'convert' == val
- ? 'ºº'
- : val
- }
- mpath.set('hello.thing.how', 'convert', o, special, map);
- assert.deepEqual(o, { hello: { world: [{ how: 'ºº' }, { you: '?', how: 'ºº' }] }});
- done();
- })
- })
-
- })
-
- describe('get/set integration', function(){
- var o = doc();
-
- it('works', function(done){
- var vals = mpath.get('array.o.array.x.b', o);
-
- vals[0][0][2] = 10;
- vals[1][0][1] = 0;
- vals[1][1] = 'Rambaldi';
- vals[1][2] = [12,14];
- vals[2] = [{changed:true}, [null, ['changed','to','array']]];
-
- mpath.set('array.o.array.x.b', vals, o);
-
- var t = [
- { o: { array: [{x: {b: [4,6,10]}}, { y: 10} ] }}
- , { o: { array: [{x: {b: [1,0,3]}}, { x: {b:'Rambaldi',z: 10 }}, { x: {b: [12,14]}}] }}
- , { o: { array: [{x: {b: {changed:true}}}, { x: { b: [null, ['changed','to','array']]}}]}}
- , { o: { array: [{x: null }] }}
- , { o: { array: [{y: 3 }] }}
- , { o: { array: [3, 0, null] }}
- , { o: { name: 'ha' }}
- ];
- assert.deepEqual(t, o.array);
- done();
- });
-
- it('array.prop', function(done){
- mpath.set('comments.name', ['this', 'was', 'changed'], o);
-
- assert.deepEqual([
- { name: 'this' }
- , { name: 'was', _doc: { name: '2' }}
- , { name: 'changed'
- , comments: [{},{ comments: [{val: 'twoo'}]}]
- , _doc: { name: '3', comments: [{},{ _doc: { comments: [{ val: 2 }] }}] }}
- ], o.comments);
-
- mpath.set('comments.name', ['also', 'changed', 'this'], o, special);
-
- assert.deepEqual([
- { name: 'also' }
- , { name: 'was', _doc: { name: 'changed' }}
- , { name: 'changed'
- , comments: [{},{ comments: [{val: 'twoo'}]}]
- , _doc: { name: 'this', comments: [{},{ _doc: { comments: [{ val: 2 }] }}] }}
- ], o.comments);
-
- done();
- });
-
- it('nested array', function(done) {
- const obj = { arr: [[{ test: 41 }]] };
- mpath.set('arr.test', [[42]], obj);
- assert.deepEqual(obj.arr, [[{ test: 42 }]]);
- done();
- });
- });
-
- describe('multiple $ use', function(){
- var o = doc();
- it('is ok', function(done){
- assert.doesNotThrow(function () {
- mpath.set('arr.$.arr.$.a', 35, o);
- });
- done();
- });
- });
-
- it('has', function(done) {
- assert.ok(mpath.has('a', { a: 1 }));
- assert.ok(mpath.has('a', { a: undefined }));
- assert.ok(!mpath.has('a', {}));
- assert.ok(!mpath.has('a', null));
-
- assert.ok(mpath.has('a.b', { a: { b: 1 } }));
- assert.ok(mpath.has('a.b', { a: { b: undefined } }));
- assert.ok(!mpath.has('a.b', { a: 1 }));
- assert.ok(!mpath.has('a.b', { a: null }));
-
- done();
- });
-
- it('underneath a map', function(done) {
- if (!global.Map) {
- done();
- return;
- }
- assert.equal(mpath.get('a.b', { a: new Map([['b', 1]]) }), 1);
-
- var m = new Map([['b', 1]]);
- var obj = { a: m };
- mpath.set('a.c', 2, obj);
- assert.equal(m.get('c'), 2);
-
- done();
- });
-
- it('unset', function(done) {
- var o = { a: 1 };
- mpath.unset('a', o);
- assert.deepEqual(o, {});
-
- o = { a: { b: 1 } };
- mpath.unset('a.b', o);
- assert.deepEqual(o, { a: {} });
-
- o = { a: null };
- mpath.unset('a.b', o);
- assert.deepEqual(o, { a: null });
-
- done();
- });
-
- it('unset with __proto__', function(done) {
- // Should refuse to set __proto__
- function Clazz() {}
- Clazz.prototype.foobar = true;
-
- mpath.unset('__proto__.foobar', new Clazz());
- assert.ok(Clazz.prototype.foobar);
-
- mpath.unset('constructor.prototype.foobar', new Clazz());
- assert.ok(Clazz.prototype.foobar);
-
- done();
- });
-
- it('get() underneath subclassed array', function(done) {
- class MyArray extends Array {}
-
- const obj = {
- arr: new MyArray()
- };
- obj.arr.push({ test: 2 });
-
- const arr = mpath.get('arr.test', obj);
- assert.equal(arr.constructor.name, 'Array');
- assert.ok(!(arr instanceof MyArray));
-
- done();
- });
-
- it('ignores setting a nested path that doesnt exist', function(done){
- var o = doc();
- assert.doesNotThrow(function(){
- mpath.set('thing.that.is.new', 10, o);
- })
- done();
- });
- });
-});