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
| {
| "name": "skipper-disk",
| "version": "0.5.12",
| "description": "Receive streaming file uploads on your local filesystem.",
| "main": "index.js",
| "scripts": {
| "lint": "node ./node_modules/eslint/bin/eslint ./ --max-warnings=0",
| "custom-tests": "node -e \"require('skipper-adapter-tests')({module: require('./')});\"",
| "test": "npm run lint && npm run custom-tests"
| },
| "repository": {
| "type": "git",
| "url": "git://github.com/balderdashy/skipper-disk.git"
| },
| "keywords": [
| "skipper",
| "filesystem",
| "file",
| "upload",
| "upload",
| "disk",
| "drive",
| "sails",
| "express"
| ],
| "author": "Mike McNeil",
| "license": "MIT",
| "bugs": {
| "url": "https://github.com/balderdashy/skipper-disk/issues"
| },
| "homepage": "https://sailsjs.com/support",
| "dependencies": {
| "@sailshq/lodash": "^3.10.2",
| "debug": "3.1.0",
| "fs-extra": "0.30.0"
| },
| "devDependencies": {
| "eslint": "3.19.0",
| "skipper-adapter-tests": "^1.5.8"
| }
| }
|
|