package.json 678 B

12345678910111213141516171819
  1. {
  2. "name": "current-script-polyfill",
  3. "version": "1.0.0",
  4. "description": "An exceptionally slim (~310kb minified) polyfill for document.currentScript in IE9+",
  5. "main": "currentScript.js",
  6. "scripts": {},
  7. "repository": {
  8. "type": "git",
  9. "url": "https://github.com/epicmiller/currentScript-polyfill.git"
  10. },
  11. "author": "Adam Miller",
  12. "license": "MIT",
  13. "readmeFilename": "README.md",
  14. "dependencies": {},
  15. "devDependencies": {},
  16. "__npminstall_done": "Thu Dec 24 2020 20:20:51 GMT+0800 (CST)",
  17. "_from": "current-script-polyfill@1.0.0",
  18. "_resolved": "https://registry.npm.taobao.org/current-script-polyfill/download/current-script-polyfill-1.0.0.tgz"
  19. }