package.json 724 B

12345678910111213141516171819202122
  1. {
  2. "name": "minimalistic-assert",
  3. "version": "1.0.1",
  4. "description": "minimalistic-assert ===",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "https://github.com/calvinmetcalf/minimalistic-assert.git"
  12. },
  13. "author": "",
  14. "license": "ISC",
  15. "bugs": {
  16. "url": "https://github.com/calvinmetcalf/minimalistic-assert/issues"
  17. },
  18. "homepage": "https://github.com/calvinmetcalf/minimalistic-assert",
  19. "__npminstall_done": "Thu Dec 24 2020 20:20:59 GMT+0800 (CST)",
  20. "_from": "minimalistic-assert@1.0.1",
  21. "_resolved": "https://registry.npm.taobao.org/minimalistic-assert/download/minimalistic-assert-1.0.1.tgz"
  22. }