package.json 1.7 KB

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