-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 992 Bytes
/
package.json
File metadata and controls
52 lines (52 loc) · 992 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "@createvibe/replayproxy",
"version": "1.1.3",
"description": "Track changes to any JavaScript object or array and allow undo and playback for all operations.",
"main": "lib/replayproxy.js",
"engines": {
"node": "^14.15.1"
},
"scripts": {
"test": "jest"
},
"keywords": [
"undo",
"redo",
"track",
"record",
"play",
"playback",
"rebuild",
"reconstruct",
"observe",
"observer",
"proxy",
"reactive",
"watch",
"watcher",
"object",
"path",
"deep",
"nested",
"changes",
"change",
"modifications",
"modify"
],
"author": {
"name": "Anthony Matarazzo",
"email": "email@anthonym.us",
"url": "http://anthony.technology"
},
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/createvibe/replayproxy.git"
},
"devDependencies": {
"jest": "^26.6.3"
},
"dependencies": {
"@createvibe/proxyobserver": "~1.2.0"
}
}