package.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. {
  2. "_from": "cordova-plugin-file-transfer",
  3. "_id": "cordova-plugin-file-transfer@1.7.1",
  4. "_inBundle": false,
  5. "_integrity": "sha1-p12L4uvDu5sjxbG70ZkhTsJnWGs=",
  6. "_location": "/cordova-plugin-file-transfer",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "tag",
  10. "registry": true,
  11. "raw": "cordova-plugin-file-transfer",
  12. "name": "cordova-plugin-file-transfer",
  13. "escapedName": "cordova-plugin-file-transfer",
  14. "rawSpec": "",
  15. "saveSpec": null,
  16. "fetchSpec": "latest"
  17. },
  18. "_requiredBy": [
  19. "#DEV:/",
  20. "#USER"
  21. ],
  22. "_resolved": "https://registry.npm.taobao.org/cordova-plugin-file-transfer/download/cordova-plugin-file-transfer-1.7.1.tgz",
  23. "_shasum": "a75d8be2ebc3bb9b23c5b1bbd199214ec267586b",
  24. "_spec": "cordova-plugin-file-transfer",
  25. "_where": "/Users/x/Documents/twong-h5/cordova",
  26. "author": {
  27. "name": "Apache Software Foundation"
  28. },
  29. "bugs": {
  30. "url": "https://issues.apache.org/jira/browse/CB"
  31. },
  32. "bundleDependencies": false,
  33. "cordova": {
  34. "id": "cordova-plugin-file-transfer",
  35. "platforms": [
  36. "android",
  37. "amazon-fireos",
  38. "ubuntu",
  39. "blackberry10",
  40. "ios",
  41. "wp7",
  42. "wp8",
  43. "windows8",
  44. "windows",
  45. "firefoxos",
  46. "browser"
  47. ]
  48. },
  49. "deprecated": false,
  50. "description": "Cordova File Transfer Plugin",
  51. "devDependencies": {
  52. "jscs": "^2.6.0",
  53. "jshint": "^2.8.0"
  54. },
  55. "engines": {
  56. "cordovaDependencies": {
  57. "2.0.0": {
  58. "cordova": ">100"
  59. }
  60. }
  61. },
  62. "homepage": "https://github.com/apache/cordova-plugin-file-transfer#readme",
  63. "keywords": [
  64. "cordova",
  65. "file",
  66. "transfer",
  67. "ecosystem:cordova",
  68. "cordova-android",
  69. "cordova-amazon-fireos",
  70. "cordova-ubuntu",
  71. "cordova-blackberry10",
  72. "cordova-ios",
  73. "cordova-wp7",
  74. "cordova-wp8",
  75. "cordova-windows8",
  76. "cordova-windows",
  77. "cordova-firefoxos",
  78. "cordova-browser"
  79. ],
  80. "license": "Apache-2.0",
  81. "name": "cordova-plugin-file-transfer",
  82. "repository": {
  83. "type": "git",
  84. "url": "git+https://github.com/apache/cordova-plugin-file-transfer.git"
  85. },
  86. "scripts": {
  87. "lint": "jshint www && jshint src && jshint tests",
  88. "style": "jscs tests/tests.js",
  89. "test": "npm run lint && npm run style"
  90. },
  91. "types": "./types/index.d.ts",
  92. "version": "1.7.1"
  93. }