1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192 |
- {
- "_args": [
- [
- "ftp-client",
- "/home/lyxaira/Artesanias/artesanias"
- ]
- ],
- "_from": "ftp-client@latest",
- "_id": "ftp-client@0.2.2",
- "_inCache": true,
- "_installable": true,
- "_location": "/ftp-client",
- "_nodeVersion": "0.12.2",
- "_npmUser": {
- "email": "krzysiek.jakubik@gmail.com",
- "name": "noodny"
- },
- "_npmVersion": "2.7.5",
- "_phantomChildren": {
- "inherits": "2.0.4",
- "lru-cache": "2.7.3",
- "sigmund": "1.0.1"
- },
- "_requested": {
- "name": "ftp-client",
- "raw": "ftp-client",
- "rawSpec": "",
- "scope": null,
- "spec": "latest",
- "type": "tag"
- },
- "_requiredBy": [
- "#USER"
- ],
- "_resolved": "https://registry.npmjs.org/ftp-client/-/ftp-client-0.2.2.tgz",
- "_shasum": "bcea23562ab93c238a8e1cf3299534cc8c690a0a",
- "_shrinkwrap": null,
- "_spec": "ftp-client",
- "_where": "/home/lyxaira/Artesanias/artesanias",
- "author": {
- "email": "krzysiek.jakubik@gmail.com",
- "name": "Krzysztof Jakubik"
- },
- "bugs": {
- "url": "https://github.com/noodny/node-ftp-client/issues"
- },
- "dependencies": {
- "async": "~0.8.0",
- "ftp": "~0.3.6",
- "glob": "~3.2.9",
- "lodash": "~2.4.1"
- },
- "description": "A wrapper for the node-ftp module",
- "devDependencies": {},
- "directories": {},
- "dist": {
- "shasum": "bcea23562ab93c238a8e1cf3299534cc8c690a0a",
- "tarball": "https://registry.npmjs.org/ftp-client/-/ftp-client-0.2.2.tgz"
- },
- "engines": {
- "node": ">=0.8.0"
- },
- "gitHead": "721a6333f5c8f20dc6e226c84c74f592407bdb23",
- "homepage": "https://github.com/noodny/node-ftp-client",
- "keywords": [
- "client",
- "ftp",
- "transfer"
- ],
- "licenses": [
- {
- "type": "MIT",
- "url": "http://github.com/noodny/node-ftp-client/raw/master/LICENSE"
- }
- ],
- "main": "./lib/client",
- "maintainers": [
- {
- "name": "noodny",
- "email": "krzysiek.jakubik@gmail.com"
- }
- ],
- "name": "ftp-client",
- "optionalDependencies": {},
- "readme": "ERROR: No README data found!",
- "repository": {
- "type": "git",
- "url": "git+ssh://git@github.com/noodny/node-ftp-client.git"
- },
- "scripts": {},
- "version": "0.2.2"
- }
|