package.json 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. {
  2. "_from": "core-util-is@^1.0.2",
  3. "_id": "core-util-is@1.0.3",
  4. "_inBundle": false,
  5. "_integrity": "sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==",
  6. "_location": "/core-util-is",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "core-util-is@^1.0.2",
  12. "name": "core-util-is",
  13. "escapedName": "core-util-is",
  14. "rawSpec": "^1.0.2",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.2"
  17. },
  18. "_requiredBy": [
  19. "/ftp/readable-stream",
  20. "/is-type-of",
  21. "/readable-stream"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.3.tgz",
  24. "_shasum": "a6042d3634c2b27e9328f837b965fac83808db85",
  25. "_spec": "core-util-is@^1.0.2",
  26. "_where": "D:\\2022\\3\\Mazui\\node_modules\\is-type-of",
  27. "author": {
  28. "name": "Isaac Z. Schlueter",
  29. "email": "i@izs.me",
  30. "url": "http://blog.izs.me/"
  31. },
  32. "bugs": {
  33. "url": "https://github.com/isaacs/core-util-is/issues"
  34. },
  35. "bundleDependencies": false,
  36. "deprecated": false,
  37. "description": "The `util.is*` functions introduced in Node v0.12.",
  38. "devDependencies": {
  39. "tap": "^15.0.9"
  40. },
  41. "files": [
  42. "lib"
  43. ],
  44. "homepage": "https://github.com/isaacs/core-util-is#readme",
  45. "keywords": [
  46. "util",
  47. "isBuffer",
  48. "isArray",
  49. "isNumber",
  50. "isString",
  51. "isRegExp",
  52. "isThis",
  53. "isThat",
  54. "polyfill"
  55. ],
  56. "license": "MIT",
  57. "main": "lib/util.js",
  58. "name": "core-util-is",
  59. "repository": {
  60. "type": "git",
  61. "url": "git://github.com/isaacs/core-util-is.git"
  62. },
  63. "scripts": {
  64. "postversion": "npm publish",
  65. "prepublishOnly": "git push origin --follow-tags",
  66. "preversion": "npm test",
  67. "test": "tap test.js"
  68. },
  69. "version": "1.0.3"
  70. }