package.json 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. {
  2. "_from": "current-script-polyfill@^1.0.0",
  3. "_id": "current-script-polyfill@1.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-8xz35PPiGLBybnOMqSoC00iO9hU=",
  6. "_location": "/current-script-polyfill",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "current-script-polyfill@^1.0.0",
  12. "name": "current-script-polyfill",
  13. "escapedName": "current-script-polyfill",
  14. "rawSpec": "^1.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.0"
  17. },
  18. "_requiredBy": [
  19. "/@vue/cli-service"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/current-script-polyfill/-/current-script-polyfill-1.0.0.tgz",
  22. "_shasum": "f31cf7e4f3e218b0726e738ca92a02d3488ef615",
  23. "_spec": "current-script-polyfill@^1.0.0",
  24. "_where": "D:\\jiayue\\pig-ui\\node_modules\\@vue\\cli-service",
  25. "author": {
  26. "name": "Adam Miller"
  27. },
  28. "bugs": {
  29. "url": "https://github.com/epicmiller/currentScript-polyfill/issues"
  30. },
  31. "bundleDependencies": false,
  32. "dependencies": {},
  33. "deprecated": false,
  34. "description": "An exceptionally slim (~310kb minified) polyfill for document.currentScript in IE9+",
  35. "devDependencies": {},
  36. "homepage": "https://github.com/epicmiller/currentScript-polyfill#readme",
  37. "license": "MIT",
  38. "main": "currentScript.js",
  39. "name": "current-script-polyfill",
  40. "repository": {
  41. "type": "git",
  42. "url": "git+https://github.com/epicmiller/currentScript-polyfill.git"
  43. },
  44. "scripts": {},
  45. "version": "1.0.0"
  46. }