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
53
54
55
56
57
58
59
| {
| "_from": "fast-diff@^1.1.2",
| "_id": "fast-diff@1.3.0",
| "_inBundle": false,
| "_integrity": "sha512-VxPP4NqbUjj6MaAOafWeUn2cXWLcCtljklUtZf0Ind4XQ+QPtmA0b18zZy0jIQx+ExRVCR/ZQpBmik5lXshNsw==",
| "_location": "/fast-diff",
| "_phantomChildren": {},
| "_requested": {
| "type": "range",
| "registry": true,
| "raw": "fast-diff@^1.1.2",
| "name": "fast-diff",
| "escapedName": "fast-diff",
| "rawSpec": "^1.1.2",
| "saveSpec": null,
| "fetchSpec": "^1.1.2"
| },
| "_requiredBy": [
| "/prettier-linter-helpers"
| ],
| "_resolved": "https://registry.npmmirror.com/fast-diff/-/fast-diff-1.3.0.tgz",
| "_shasum": "ece407fa550a64d638536cd727e129c61616e0f0",
| "_spec": "fast-diff@^1.1.2",
| "_where": "/Users/xiongbenda/Desktop/中葡数字/黑河卡口项目/IC_RW/node_modules/prettier-linter-helpers",
| "author": {
| "name": "Jason Chen",
| "email": "jhchen7@gmail.com"
| },
| "bugs": {
| "url": "https://github.com/jhchen/fast-diff/issues"
| },
| "bundleDependencies": false,
| "deprecated": false,
| "description": "Fast Javascript text diff",
| "devDependencies": {
| "lodash": "~4.17.21",
| "nyc": "~15.1.0",
| "seedrandom": "~3.0.5"
| },
| "files": [
| "diff.d.ts"
| ],
| "homepage": "https://github.com/jhchen/fast-diff#readme",
| "keywords": [
| "diff"
| ],
| "license": "Apache-2.0",
| "main": "diff.js",
| "name": "fast-diff",
| "repository": {
| "type": "git",
| "url": "git+https://github.com/jhchen/fast-diff.git"
| },
| "scripts": {
| "test": "nyc node test.js"
| },
| "types": "diff.d.ts",
| "version": "1.3.0"
| }
|
|