package.json 965 B

1234567891011121314151617181920212223242526272829
  1. {
  2. "name": "url-search-params-polyfill",
  3. "version": "8.1.0",
  4. "description": "a simple polyfill for javascript URLSearchParams",
  5. "homepage": "https://github.com/jerrybendy/url-search-params-polyfill",
  6. "main": "index.js",
  7. "repository": {
  8. "type": "git",
  9. "url": "git://github.com/jerrybendy/url-search-params-polyfill.git"
  10. },
  11. "scripts": {
  12. "test": "mocha test/index.test.js && mocha test/partial-support.test.js",
  13. "istanbul": "istanbul cover _mocha -- test/index.test.js"
  14. },
  15. "keywords": [
  16. "polyfill",
  17. "URLSearchParams"
  18. ],
  19. "author": "Jerry Bendy <jerry@icewingcc.com>",
  20. "license": "MIT",
  21. "devDependencies": {
  22. "chai": "^3.5.0",
  23. "istanbul": "^0.4.5",
  24. "mocha": "^3.2.0"
  25. },
  26. "__npminstall_done": "Thu Dec 24 2020 20:20:25 GMT+0800 (CST)",
  27. "_from": "url-search-params-polyfill@8.1.0",
  28. "_resolved": "https://registry.npm.taobao.org/url-search-params-polyfill/download/url-search-params-polyfill-8.1.0.tgz"
  29. }