first commit
This commit is contained in:
61
build/node_modules/basic-ftp/package.json
generated
vendored
Normal file
61
build/node_modules/basic-ftp/package.json
generated
vendored
Normal file
@@ -0,0 +1,61 @@
|
||||
{
|
||||
"_from": "basic-ftp",
|
||||
"_id": "basic-ftp@1.0.5",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-5BmtYSWQFgqUlAD5pjCC+HiKsLTazCnGEMwVPhCYoM7zcswNCsoFpBNYpeozoZIzLldiiOJ4dc/3EkZPI564jQ==",
|
||||
"_location": "/basic-ftp",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "tag",
|
||||
"registry": true,
|
||||
"raw": "basic-ftp",
|
||||
"name": "basic-ftp",
|
||||
"escapedName": "basic-ftp",
|
||||
"rawSpec": "",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "latest"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"#USER",
|
||||
"/"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/basic-ftp/-/basic-ftp-1.0.5.tgz",
|
||||
"_shasum": "7ab2f5337fe0602378515be85206f5461222bef4",
|
||||
"_spec": "basic-ftp",
|
||||
"_where": "/Users/asciidisco/Desktop/asciidisco.com/build",
|
||||
"author": {
|
||||
"name": "Patrick Juchli",
|
||||
"email": "patrickjuchli@gmail.com"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/patrickjuchli/basic-ftp/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"deprecated": false,
|
||||
"description": "FTP/FTPS client library",
|
||||
"devDependencies": {
|
||||
"eslint": "^4.14.0",
|
||||
"mocha": "^4.0.1"
|
||||
},
|
||||
"homepage": "https://github.com/patrickjuchli/basic-ftp#readme",
|
||||
"keywords": [
|
||||
"ftp",
|
||||
"ftps",
|
||||
"promise",
|
||||
"async",
|
||||
"await"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "./lib/ftp",
|
||||
"name": "basic-ftp",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/patrickjuchli/basic-ftp.git"
|
||||
},
|
||||
"scripts": {
|
||||
"lint": "eslint lib/*.js",
|
||||
"tdd": "mocha --watch",
|
||||
"test": "mocha"
|
||||
},
|
||||
"version": "1.0.5"
|
||||
}
|
||||
Reference in New Issue
Block a user