package.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "core-util-is@~1.0.0",
  6. "scope": null,
  7. "escapedName": "core-util-is",
  8. "name": "core-util-is",
  9. "rawSpec": "~1.0.0",
  10. "spec": ">=1.0.0 <1.1.0",
  11. "type": "range"
  12. },
  13. "/home/king/Desktop/FINAL/AhMyth/app/node_modules/readable-stream"
  14. ]
  15. ],
  16. "_from": "core-util-is@>=1.0.0 <1.1.0",
  17. "_id": "core-util-is@1.0.2",
  18. "_inCache": true,
  19. "_installable": true,
  20. "_location": "/core-util-is",
  21. "_nodeVersion": "4.0.0",
  22. "_npmUser": {
  23. "name": "isaacs",
  24. "email": "i@izs.me"
  25. },
  26. "_npmVersion": "3.3.2",
  27. "_phantomChildren": {},
  28. "_requested": {
  29. "raw": "core-util-is@~1.0.0",
  30. "scope": null,
  31. "escapedName": "core-util-is",
  32. "name": "core-util-is",
  33. "rawSpec": "~1.0.0",
  34. "spec": ">=1.0.0 <1.1.0",
  35. "type": "range"
  36. },
  37. "_requiredBy": [
  38. "/duplexer2/readable-stream",
  39. "/duplexify/readable-stream",
  40. "/gulp-concat-css/readable-stream",
  41. "/gulp-replace/readable-stream",
  42. "/gulp-watch/readable-stream",
  43. "/merge-stream/readable-stream",
  44. "/readable-stream",
  45. "/readdirp/readable-stream",
  46. "/replacestream/readable-stream",
  47. "/strip-bom-stream/readable-stream",
  48. "/through2/readable-stream"
  49. ],
  50. "_resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz",
  51. "_shasum": "b5fd54220aa2bc5ab57aab7140c940754503c1a7",
  52. "_shrinkwrap": null,
  53. "_spec": "core-util-is@~1.0.0",
  54. "_where": "/home/king/Desktop/FINAL/AhMyth/app/node_modules/readable-stream",
  55. "author": {
  56. "name": "Isaac Z. Schlueter",
  57. "email": "i@izs.me",
  58. "url": "http://blog.izs.me/"
  59. },
  60. "bugs": {
  61. "url": "https://github.com/isaacs/core-util-is/issues"
  62. },
  63. "dependencies": {},
  64. "description": "The `util.is*` functions introduced in Node v0.12.",
  65. "devDependencies": {
  66. "tap": "^2.3.0"
  67. },
  68. "directories": {},
  69. "dist": {
  70. "shasum": "b5fd54220aa2bc5ab57aab7140c940754503c1a7",
  71. "tarball": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz"
  72. },
  73. "gitHead": "a177da234df5638b363ddc15fa324619a38577c8",
  74. "homepage": "https://github.com/isaacs/core-util-is#readme",
  75. "keywords": [
  76. "util",
  77. "isBuffer",
  78. "isArray",
  79. "isNumber",
  80. "isString",
  81. "isRegExp",
  82. "isThis",
  83. "isThat",
  84. "polyfill"
  85. ],
  86. "license": "MIT",
  87. "main": "lib/util.js",
  88. "maintainers": [
  89. {
  90. "name": "isaacs",
  91. "email": "i@izs.me"
  92. }
  93. ],
  94. "name": "core-util-is",
  95. "optionalDependencies": {},
  96. "readme": "ERROR: No README data found!",
  97. "repository": {
  98. "type": "git",
  99. "url": "git://github.com/isaacs/core-util-is.git"
  100. },
  101. "scripts": {
  102. "test": "tap test.js"
  103. },
  104. "version": "1.0.2"
  105. }