You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

41 lines
1.0 KiB

1 month ago
  1. {
  2. "name": "core-util-is",
  3. "version": "1.0.3",
  4. "description": "The `util.is*` functions introduced in Node v0.12.",
  5. "main": "lib/util.js",
  6. "files": [
  7. "lib"
  8. ],
  9. "repository": {
  10. "type": "git",
  11. "url": "git://github.com/isaacs/core-util-is"
  12. },
  13. "keywords": [
  14. "util",
  15. "isBuffer",
  16. "isArray",
  17. "isNumber",
  18. "isString",
  19. "isRegExp",
  20. "isThis",
  21. "isThat",
  22. "polyfill"
  23. ],
  24. "author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
  25. "license": "MIT",
  26. "bugs": {
  27. "url": "https://github.com/isaacs/core-util-is/issues"
  28. },
  29. "scripts": {
  30. "test": "tap test.js",
  31. "preversion": "npm test",
  32. "postversion": "npm publish",
  33. "prepublishOnly": "git push origin --follow-tags"
  34. },
  35. "devDependencies": {
  36. "tap": "^15.0.9"
  37. }
  38. ,"_resolved": "https://registry.npmmirror.com/core-util-is/-/core-util-is-1.0.3.tgz"
  39. ,"_integrity": "sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ=="
  40. ,"_from": "core-util-is@1.0.3"
  41. }