2015-11-03 18:57:29 +00:00
|
|
|
{
|
2018-07-02 22:15:00 +00:00
|
|
|
"name": "@pushrocks/smartfile",
|
2018-07-03 06:55:09 +00:00
|
|
|
"private": false,
|
2020-10-02 13:26:54 +00:00
|
|
|
"version": "8.0.1",
|
2015-11-03 18:57:29 +00:00
|
|
|
"description": "offers smart ways to work with files in nodejs",
|
2020-03-15 19:08:41 +00:00
|
|
|
"main": "dist_ts/index.js",
|
|
|
|
"typings": "dist_ts/index.d.ts",
|
2015-11-03 18:57:29 +00:00
|
|
|
"scripts": {
|
2018-08-05 22:38:02 +00:00
|
|
|
"test": "(tstest test/)",
|
2020-08-10 20:58:22 +00:00
|
|
|
"build": "(tsbuild --web)"
|
2015-11-03 18:57:29 +00:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2016-06-23 17:02:34 +00:00
|
|
|
"url": "https://gitlab.com/pushrocks/smartfile.git"
|
2015-11-03 18:57:29 +00:00
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"filesystem",
|
|
|
|
"json"
|
|
|
|
],
|
2020-08-10 20:58:22 +00:00
|
|
|
"author": "Lossless GmbH <hello@lossless.com> (https://lossless.com)",
|
2015-11-03 18:57:29 +00:00
|
|
|
"license": "MIT",
|
|
|
|
"bugs": {
|
2016-06-23 17:02:34 +00:00
|
|
|
"url": "https://gitlab.com/pushrocks/smartfile/issues"
|
2015-11-03 18:57:29 +00:00
|
|
|
},
|
2016-06-23 17:02:34 +00:00
|
|
|
"homepage": "https://gitlab.com/pushrocks/smartfile",
|
2015-11-03 18:57:29 +00:00
|
|
|
"dependencies": {
|
2020-03-04 16:31:13 +00:00
|
|
|
"@pushrocks/smarthash": "^2.1.6",
|
|
|
|
"@pushrocks/smartmime": "^1.0.3",
|
2020-08-10 20:58:22 +00:00
|
|
|
"@pushrocks/smartpath": "^4.0.3",
|
2020-03-04 16:31:13 +00:00
|
|
|
"@pushrocks/smartpromise": "^3.0.6",
|
2020-10-02 13:26:53 +00:00
|
|
|
"@pushrocks/smartrequest": "^1.1.51",
|
2020-08-10 20:58:22 +00:00
|
|
|
"@types/fs-extra": "^9.0.1",
|
2020-10-02 13:26:53 +00:00
|
|
|
"@types/glob": "^7.1.3",
|
|
|
|
"@types/js-yaml": "^3.12.5",
|
2020-08-10 20:58:22 +00:00
|
|
|
"fs-extra": "^9.0.1",
|
2020-03-04 16:31:13 +00:00
|
|
|
"glob": "^7.1.6",
|
2020-08-10 20:58:22 +00:00
|
|
|
"js-yaml": "^3.14.0"
|
2015-11-03 18:57:29 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2020-10-02 13:26:53 +00:00
|
|
|
"@gitzone/tsbuild": "^2.1.25",
|
2020-08-10 20:58:22 +00:00
|
|
|
"@gitzone/tsrun": "^1.2.12",
|
2020-10-02 13:26:53 +00:00
|
|
|
"@gitzone/tstest": "^1.0.52",
|
2020-08-10 20:58:22 +00:00
|
|
|
"@pushrocks/tapbundle": "^3.2.9",
|
2020-10-02 13:26:53 +00:00
|
|
|
"@types/node": "^14.11.2",
|
2018-11-22 22:23:26 +00:00
|
|
|
"gulp-function": "^2.2.14",
|
2020-08-10 20:58:22 +00:00
|
|
|
"tslint": "^6.1.3",
|
2019-02-17 20:07:22 +00:00
|
|
|
"tslint-config-prettier": "^1.18.0"
|
2019-06-26 19:17:58 +00:00
|
|
|
},
|
|
|
|
"files": [
|
2020-02-07 21:00:04 +00:00
|
|
|
"ts/**/*",
|
|
|
|
"ts_web/**/*",
|
|
|
|
"dist/**/*",
|
2020-03-15 18:58:46 +00:00
|
|
|
"dist_*/**/*",
|
|
|
|
"dist_ts/**/*",
|
2020-02-07 21:00:04 +00:00
|
|
|
"dist_ts_web/**/*",
|
|
|
|
"assets/**/*",
|
2019-06-26 19:17:58 +00:00
|
|
|
"cli.js",
|
|
|
|
"npmextra.json",
|
|
|
|
"readme.md"
|
2020-08-10 20:58:22 +00:00
|
|
|
],
|
|
|
|
"browserslist": [
|
|
|
|
"last 1 chrome versions"
|
2019-06-26 19:17:58 +00:00
|
|
|
]
|
2020-10-02 13:29:40 +00:00
|
|
|
}
|