forked from mrmlnc/syncy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
95 lines (95 loc) · 2.46 KB
/
package.json
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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
{
"_from": "syncy@3.0.0",
"_id": "syncy@3.0.0",
"_inBundle": false,
"_integrity": "sha512-INfxQkapjzttyGgaYrXFU1GiWs/9p/lfLKgW8sSkkReK9I0BSno1b9HhZOUGBMGL1V3HczC8QVVUI4ZU7bncmg==",
"_location": "/syncy",
"_phantomChildren": {
"array-uniq": "1.0.3",
"brace-expansion": "1.1.11",
"glob": "7.1.6",
"is-extglob": "2.1.1",
"object-assign": "4.1.1",
"path-dirname": "1.0.2",
"pinkie-promise": "2.0.1"
},
"_requested": {
"type": "version",
"registry": true,
"raw": "syncy@3.0.0",
"name": "syncy",
"escapedName": "syncy",
"rawSpec": "3.0.0",
"saveSpec": null,
"fetchSpec": "3.0.0"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/syncy/-/syncy-3.0.0.tgz",
"_shasum": "3c2b426a17371964d9af80e0b3eca0efe8f92759",
"_spec": "syncy@3.0.0",
"_where": "C:\\code\\public_websites\\globalspec\\ui",
"author": {
"name": "Denis Malinochkin",
"url": "canonium.com"
},
"bugs": {
"url": "https://github.com/mrmlnc/syncy/issues"
},
"bundleDependencies": false,
"dependencies": {
"chalk": "1.1.3",
"cp-file": "7.0.0",
"glob-parent": "3.1.0",
"globby": "6.1.0",
"is-glob": "3.1.0",
"minimatch": "3.0.3",
"mkpath": "1.0.0",
"rimraf": "2.5.4"
},
"deprecated": false,
"description": "One-way synchronization of directories with glob",
"devDependencies": {
"@types/chalk": "^0.4.31",
"@types/glob": "^5.0.30",
"@types/micromatch": "^2.3.29",
"@types/mkpath": "^0.1.29",
"@types/mocha": "^2.2.33",
"@types/node": "^6.0.52",
"@types/pify": "^0.0.28",
"@types/recursive-readdir": "^1.2.28",
"mocha": "^3.2.0",
"pify": "^2.3.0",
"recursive-readdir": "^2.1.0",
"tslint": "^3.15.1",
"typescript": "^2.1.4"
},
"engines": {
"node": ">=8.0.0"
},
"files": [
"index.js",
"out/syncy.js",
"out/syncy.d.ts",
"out/lib"
],
"homepage": "https://github.com/mrmlnc/syncy#readme",
"license": "MIT",
"name": "syncy",
"repository": {
"type": "git",
"url": "git+https://github.com/mrmlnc/syncy.git"
},
"scripts": {
"build": "npm run clean && npm run lint && npm run compile && npm test",
"clean": "rimraf out",
"compile": "tsc",
"lint": "tslint src/**/*.ts",
"test": "rimraf .tmp && mocha out/**/*.spec.js",
"watch": "npm run clean && npm run lint && npm run compile -- --sourceMap --watch"
},
"typings": "./out/syncy.d.ts",
"version": "3.0.0"
}