package.json 1.7 KB

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