| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293 |
- {
- "_from": "cordova-plugin-file-transfer",
- "_id": "cordova-plugin-file-transfer@1.7.1",
- "_inBundle": false,
- "_integrity": "sha1-p12L4uvDu5sjxbG70ZkhTsJnWGs=",
- "_location": "/cordova-plugin-file-transfer",
- "_phantomChildren": {},
- "_requested": {
- "type": "tag",
- "registry": true,
- "raw": "cordova-plugin-file-transfer",
- "name": "cordova-plugin-file-transfer",
- "escapedName": "cordova-plugin-file-transfer",
- "rawSpec": "",
- "saveSpec": null,
- "fetchSpec": "latest"
- },
- "_requiredBy": [
- "#DEV:/",
- "#USER"
- ],
- "_resolved": "https://registry.npm.taobao.org/cordova-plugin-file-transfer/download/cordova-plugin-file-transfer-1.7.1.tgz",
- "_shasum": "a75d8be2ebc3bb9b23c5b1bbd199214ec267586b",
- "_spec": "cordova-plugin-file-transfer",
- "_where": "/Users/x/Documents/twong-h5/cordova",
- "author": {
- "name": "Apache Software Foundation"
- },
- "bugs": {
- "url": "https://issues.apache.org/jira/browse/CB"
- },
- "bundleDependencies": false,
- "cordova": {
- "id": "cordova-plugin-file-transfer",
- "platforms": [
- "android",
- "amazon-fireos",
- "ubuntu",
- "blackberry10",
- "ios",
- "wp7",
- "wp8",
- "windows8",
- "windows",
- "firefoxos",
- "browser"
- ]
- },
- "deprecated": false,
- "description": "Cordova File Transfer Plugin",
- "devDependencies": {
- "jscs": "^2.6.0",
- "jshint": "^2.8.0"
- },
- "engines": {
- "cordovaDependencies": {
- "2.0.0": {
- "cordova": ">100"
- }
- }
- },
- "homepage": "https://github.com/apache/cordova-plugin-file-transfer#readme",
- "keywords": [
- "cordova",
- "file",
- "transfer",
- "ecosystem:cordova",
- "cordova-android",
- "cordova-amazon-fireos",
- "cordova-ubuntu",
- "cordova-blackberry10",
- "cordova-ios",
- "cordova-wp7",
- "cordova-wp8",
- "cordova-windows8",
- "cordova-windows",
- "cordova-firefoxos",
- "cordova-browser"
- ],
- "license": "Apache-2.0",
- "name": "cordova-plugin-file-transfer",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/apache/cordova-plugin-file-transfer.git"
- },
- "scripts": {
- "lint": "jshint www && jshint src && jshint tests",
- "style": "jscs tests/tests.js",
- "test": "npm run lint && npm run style"
- },
- "types": "./types/index.d.ts",
- "version": "1.7.1"
- }
|