package.json 2.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. {
  2. "_from": "vue-jsonp",
  3. "_id": "vue-jsonp@0.1.8",
  4. "_inBundle": false,
  5. "_integrity": "sha512-ebxvjHl5D7bv5Z7SeRzZUAPOSRMx+RiAeej7h6dPpbtk8MVz/b3n9fOZ8AAVmakb1pe36e+qG0J+K49a3LfpKA==",
  6. "_location": "/vue-jsonp",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "tag",
  10. "registry": true,
  11. "raw": "vue-jsonp",
  12. "name": "vue-jsonp",
  13. "escapedName": "vue-jsonp",
  14. "rawSpec": "",
  15. "saveSpec": null,
  16. "fetchSpec": "latest"
  17. },
  18. "_requiredBy": [
  19. "#USER",
  20. "/"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/vue-jsonp/-/vue-jsonp-0.1.8.tgz",
  23. "_shasum": "2cec054b0aca5a9c7de0146b16b2acbeec2d73a7",
  24. "_spec": "vue-jsonp",
  25. "_where": "D:\\智享工场\\定制项目\\国际物流\\加油站",
  26. "author": {
  27. "name": "LancerComet",
  28. "email": "chw644@hotmail.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/LancerComet/vue-jsonp/issues"
  32. },
  33. "bundleDependencies": false,
  34. "deprecated": false,
  35. "description": "A tiny library for handling JSONP request.",
  36. "devDependencies": {
  37. "aliasify": "^2.0.0",
  38. "babel-core": "^6.17.0",
  39. "babel-loader": "^6.2.5",
  40. "babel-plugin-transform-object-assign": "^6.8.0",
  41. "babel-plugin-transform-runtime": "^6.15.0",
  42. "babel-preset-es2015": "^6.16.0",
  43. "babel-preset-stage-2": "^6.17.0",
  44. "babel-runtime": "^6.11.6",
  45. "babelify": "^7.3.0",
  46. "browserify": "^13.1.1",
  47. "chai": "^3.5.0",
  48. "function-bind": "^1.1.0",
  49. "gulp": "^3.9.1",
  50. "gulp-rename": "^1.2.2",
  51. "gulp-umd": "^0.2.0",
  52. "gulp-util": "^3.0.7",
  53. "karma": "^1.3.0",
  54. "karma-babel-preprocessor": "^6.0.1",
  55. "karma-browserify": "^5.1.0",
  56. "karma-chrome-launcher": "^2.0.0",
  57. "karma-coverage": "^1.1.1",
  58. "karma-mocha": "^1.2.0",
  59. "karma-phantomjs-launcher": "^1.0.2",
  60. "karma-sinon-chai": "^1.2.4",
  61. "karma-sourcemap-loader": "^0.3.7",
  62. "karma-spec-reporter": "0.0.26",
  63. "minifyify": "^7.3.4",
  64. "mocha": "^3.1.2",
  65. "phantomjs-prebuilt": "^2.1.14",
  66. "sinon": "^1.17.6",
  67. "sinon-chai": "^2.8.0",
  68. "vue": "^2.0.5",
  69. "watchify": "^3.7.0"
  70. },
  71. "homepage": "https://github.com/LancerComet/vue-jsonp#readme",
  72. "keywords": [
  73. "Vue",
  74. "JSONP"
  75. ],
  76. "license": "MIT",
  77. "main": "dist/vue-jsonp.umd.js",
  78. "name": "vue-jsonp",
  79. "repository": {
  80. "type": "git",
  81. "url": "git+https://github.com/LancerComet/vue-jsonp.git"
  82. },
  83. "scripts": {
  84. "build": "gulp",
  85. "dev": "karma start ./test/karma.conf.js",
  86. "predev": "gulp",
  87. "pretest": "gulp",
  88. "test": "karma start ./test/karma.conf.js --single-run"
  89. },
  90. "typings": "index.d.ts",
  91. "version": "0.1.8"
  92. }