租房小程序前端代码
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.

69 lines
1.7 KiB

6 months ago
  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. "/is-type-of",
  20. "/readable-stream"
  21. ],
  22. "_resolved": "https://registry.npmmirror.com/core-util-is/-/core-util-is-1.0.3.tgz",
  23. "_shasum": "a6042d3634c2b27e9328f837b965fac83808db85",
  24. "_spec": "core-util-is@^1.0.2",
  25. "_where": "E:\\webView\\tenancy-wechat-uniapp\\node_modules\\is-type-of",
  26. "author": {
  27. "name": "Isaac Z. Schlueter",
  28. "email": "i@izs.me",
  29. "url": "http://blog.izs.me/"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/isaacs/core-util-is/issues"
  33. },
  34. "bundleDependencies": false,
  35. "deprecated": false,
  36. "description": "The `util.is*` functions introduced in Node v0.12.",
  37. "devDependencies": {
  38. "tap": "^15.0.9"
  39. },
  40. "files": [
  41. "lib"
  42. ],
  43. "homepage": "https://github.com/isaacs/core-util-is#readme",
  44. "keywords": [
  45. "util",
  46. "isBuffer",
  47. "isArray",
  48. "isNumber",
  49. "isString",
  50. "isRegExp",
  51. "isThis",
  52. "isThat",
  53. "polyfill"
  54. ],
  55. "license": "MIT",
  56. "main": "lib/util.js",
  57. "name": "core-util-is",
  58. "repository": {
  59. "type": "git",
  60. "url": "git://github.com/isaacs/core-util-is.git"
  61. },
  62. "scripts": {
  63. "postversion": "npm publish",
  64. "prepublishOnly": "git push origin --follow-tags",
  65. "preversion": "npm test",
  66. "test": "tap test.js"
  67. },
  68. "version": "1.0.3"
  69. }