liudong
2023-05-29 340f156319b863525e50e900c58e59b86ecb3d5e
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
{
  "_from": "file-sync-cmp@^0.1.0",
  "_id": "file-sync-cmp@0.1.1",
  "_inBundle": false,
  "_integrity": "sha512-0k45oWBokCqh2MOexeYKpyqmGKG+8mQ2Wd8iawx+uWd/weWJQAZ6SoPybagdCI4xFisag8iAR77WPm4h3pTfxA==",
  "_location": "/file-sync-cmp",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "file-sync-cmp@^0.1.0",
    "name": "file-sync-cmp",
    "escapedName": "file-sync-cmp",
    "rawSpec": "^0.1.0",
    "saveSpec": null,
    "fetchSpec": "^0.1.0"
  },
  "_requiredBy": [
    "/grunt-contrib-copy"
  ],
  "_resolved": "https://registry.npmjs.org/file-sync-cmp/-/file-sync-cmp-0.1.1.tgz",
  "_shasum": "a5e7a8ffbfa493b43b923bbd4ca89a53b63b612b",
  "_spec": "file-sync-cmp@^0.1.0",
  "_where": "/home/l/plc/node-red/node_modules/grunt-contrib-copy",
  "author": {
    "name": "Martin Geisler",
    "email": "martin@geisler.net",
    "url": "http://geisler.net/"
  },
  "bugs": {
    "url": "https://github.com/mgeisler/file-sync-cmp/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Synchronous file comparison",
  "devDependencies": {
    "eslint": "0.10.1",
    "mocha": "2.0.1",
    "q": "1.1.2",
    "tmp": "0.0.24"
  },
  "homepage": "https://github.com/mgeisler/file-sync-cmp/",
  "keywords": [
    "comparison"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "file-sync-cmp",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mgeisler/file-sync-cmp.git"
  },
  "scripts": {
    "test": "eslint . && mocha"
  },
  "version": "0.1.1"
}