2020-03-20 19:21:52 +03:00
|
|
|
{
|
|
|
|
"name": "@tryghost/zip",
|
2021-01-12 19:43:48 +03:00
|
|
|
"version": "1.1.8",
|
2021-01-12 19:40:16 +03:00
|
|
|
"repository": "https://github.com/TryGhost/Utils/tree/master/packages/zip",
|
2020-03-20 19:21:52 +03:00
|
|
|
"author": "Ghost Foundation",
|
|
|
|
"license": "MIT",
|
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
|
|
|
"dev": "echo \"Implement me!\"",
|
|
|
|
"test": "NODE_ENV=testing mocha './test/**/*.test.js'",
|
|
|
|
"lint": "eslint . --ext .js --cache",
|
|
|
|
"posttest": "yarn lint"
|
|
|
|
},
|
|
|
|
"files": [
|
|
|
|
"index.js",
|
|
|
|
"lib"
|
|
|
|
],
|
|
|
|
"publishConfig": {
|
|
|
|
"access": "public"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2020-10-12 23:06:16 +03:00
|
|
|
"folder-hash": "4.0.0",
|
2020-11-03 02:07:13 +03:00
|
|
|
"mocha": "8.2.1",
|
2020-03-20 19:21:52 +03:00
|
|
|
"should": "13.2.3",
|
2021-01-06 18:05:05 +03:00
|
|
|
"sinon": "9.2.3"
|
2020-03-20 19:21:52 +03:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2020-04-22 14:23:20 +03:00
|
|
|
"archiver": "4.0.1",
|
2020-04-22 14:21:42 +03:00
|
|
|
"bluebird": "3.7.2",
|
|
|
|
"extract-zip": "2.0.0",
|
2020-08-04 15:26:16 +03:00
|
|
|
"fs-extra": "9.0.1"
|
2020-03-20 19:21:52 +03:00
|
|
|
}
|
|
|
|
}
|