package.json 1.7 KB

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