forked from codesandbox/codesandbox-client
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (25 loc) · 704 Bytes
/
package.json
File metadata and controls
26 lines (25 loc) · 704 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
{
"name": "diff-match-patch",
"version": "1.0.4",
"description": "npm package for https://github.com/google/diff-match-patch",
"keywords": [
"diff",
"diff-match-patch",
"google-diff-match-patch"
],
"dependencies": {},
"devDependencies": {
"testit": "^3.0.0"
},
"scripts": {
"test": "node test"
},
"repository": {
"type": "git",
"url": "https://github.com/JackuB/diff-match-patch.git"
},
"license": "Apache-2.0"
,"_resolved": "https://registry.npmjs.org/diff-match-patch/-/diff-match-patch-1.0.4.tgz"
,"_integrity": "sha512-Uv3SW8bmH9nAtHKaKSanOQmj2DnlH65fUpcrMdfdaOxUG02QQ4YGZ8AE7kKOMisF7UqvOlGKVYWRvezdncW9lg=="
,"_from": "diff-match-patch@1.0.4"
}