package.json 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. {
  2. "_args": [
  3. [
  4. "vue-jsonp@2.0.0",
  5. "D:\\wwwroot\\parking_inspection1.0"
  6. ]
  7. ],
  8. "_from": "vue-jsonp@2.0.0",
  9. "_id": "vue-jsonp@2.0.0",
  10. "_inBundle": false,
  11. "_integrity": "sha1-O/rFa7cpQaJRHBHhoSO4dvA0J/c=",
  12. "_location": "/vue-jsonp",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "vue-jsonp@2.0.0",
  18. "name": "vue-jsonp",
  19. "escapedName": "vue-jsonp",
  20. "rawSpec": "2.0.0",
  21. "saveSpec": null,
  22. "fetchSpec": "2.0.0"
  23. },
  24. "_requiredBy": [
  25. "/"
  26. ],
  27. "_resolved": "https://registry.npm.taobao.org/vue-jsonp/download/vue-jsonp-2.0.0.tgz",
  28. "_spec": "2.0.0",
  29. "_where": "D:\\wwwroot\\parking_inspection1.0",
  30. "author": {
  31. "name": "LancerComet",
  32. "email": "chw644@hotmail.com"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/LancerComet/vue-jsonp/issues"
  36. },
  37. "description": "A tiny library for handling JSONP request.",
  38. "devDependencies": {
  39. "@types/expect-puppeteer": "^4.4.3",
  40. "@types/jest": "^26.0.14",
  41. "@types/jest-environment-puppeteer": "^4.4.0",
  42. "@types/puppeteer": "^3.0.2",
  43. "jest": "^26.4.2",
  44. "jest-puppeteer": "^4.4.0",
  45. "puppeteer": "^5.3.1",
  46. "rollup": "^2.28.2",
  47. "rollup-plugin-cleanup": "^3.2.1",
  48. "rollup-plugin-delete": "^2.0.0",
  49. "rollup-plugin-terser": "^7.0.2",
  50. "rollup-plugin-typescript2": "^0.27.3",
  51. "ts-jest": "^26.4.1",
  52. "tslint": "^6.1.3",
  53. "typescript": "^4.0.3",
  54. "vue": "^2.6.12"
  55. },
  56. "files": [
  57. "dist/",
  58. "index.d.ts",
  59. "README.md"
  60. ],
  61. "homepage": "https://github.com/LancerComet/vue-jsonp#readme",
  62. "keywords": [
  63. "Vue",
  64. "JSONP"
  65. ],
  66. "license": "MIT",
  67. "main": "./dist/index.js",
  68. "module": "./dist/index.esm.js",
  69. "name": "vue-jsonp",
  70. "repository": {
  71. "type": "git",
  72. "url": "git+https://github.com/LancerComet/vue-jsonp.git"
  73. },
  74. "scripts": {
  75. "build": "rollup -c",
  76. "prepublish": "npm run test",
  77. "pretest": "npm run build",
  78. "preversion": "npm run test",
  79. "test": "jest"
  80. },
  81. "version": "2.0.0"
  82. }