package.json 1.7 KB

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