summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/just-diff/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/node_modules/just-diff/package.json')
-rw-r--r--deps/npm/node_modules/just-diff/package.json22
1 files changed, 22 insertions, 0 deletions
diff --git a/deps/npm/node_modules/just-diff/package.json b/deps/npm/node_modules/just-diff/package.json
new file mode 100644
index 0000000000..dbe3aa2ba9
--- /dev/null
+++ b/deps/npm/node_modules/just-diff/package.json
@@ -0,0 +1,22 @@
+{
+ "name": "just-diff",
+ "version": "3.0.2",
+ "description": "Return an object representing the diffs between two objects. Supports jsonPatch protocol",
+ "main": "index.js",
+ "scripts": {
+ "test": "echo \"Error: no test specified\" && exit 1"
+ },
+ "repository": "https://github.com/angus-c/just",
+ "keywords": [
+ "object",
+ "diff",
+ "jsonPatch",
+ "no-dependencies",
+ "just"
+ ],
+ "author": "Angus Croll",
+ "license": "MIT",
+ "bugs": {
+ "url": "https://github.com/angus-c/just/issues"
+ }
+}