package.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. {
  2. "_args": [
  3. [
  4. "core-util-is@1.0.2",
  5. "/mnt/data/Sites/r2c.net/user/themes/r2c"
  6. ]
  7. ],
  8. "_from": "core-util-is@1.0.2",
  9. "_id": "core-util-is@1.0.2",
  10. "_inBundle": false,
  11. "_integrity": "sha1-tf1UIgqivFq1eqtxQMlAdUUDwac=",
  12. "_location": "/core-util-is",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "core-util-is@1.0.2",
  18. "name": "core-util-is",
  19. "escapedName": "core-util-is",
  20. "rawSpec": "1.0.2",
  21. "saveSpec": null,
  22. "fetchSpec": "1.0.2"
  23. },
  24. "_requiredBy": [
  25. "/duplexer2/readable-stream",
  26. "/glob-stream/readable-stream",
  27. "/readable-stream",
  28. "/verror",
  29. "/vinyl-fs/readable-stream"
  30. ],
  31. "_resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz",
  32. "_spec": "1.0.2",
  33. "_where": "/mnt/data/Sites/r2c.net/user/themes/r2c",
  34. "author": {
  35. "name": "Isaac Z. Schlueter",
  36. "email": "i@izs.me",
  37. "url": "http://blog.izs.me/"
  38. },
  39. "bugs": {
  40. "url": "https://github.com/isaacs/core-util-is/issues"
  41. },
  42. "description": "The `util.is*` functions introduced in Node v0.12.",
  43. "devDependencies": {
  44. "tap": "^2.3.0"
  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. "test": "tap test.js"
  67. },
  68. "version": "1.0.2"
  69. }