package.json 1.6 KB

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