Advertisement
Guest User

Untitled

a guest
Oct 24th, 2017
365
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.22 KB | None | 0 0
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "chalk@^1.1.1",
  6. "scope": null,
  7. "escapedName": "chalk",
  8. "name": "chalk",
  9. "rawSpec": "^1.1.1",
  10. "spec": ">=1.1.1 <2.0.0",
  11. "type": "range"
  12. },
  13. "/usr/local/lib/node_modules/react-native-cli"
  14. ]
  15. ],
  16. "_from": "chalk@>=1.1.1 <2.0.0",
  17. "_id": "chalk@1.1.3",
  18. "_inCache": true,
  19. "_location": "/react-native-cli/chalk",
  20. "_nodeVersion": "0.10.32",
  21. "_npmOperationalInternal": {
  22. "host": "packages-12-west.internal.npmjs.com",
  23. "tmp": "tmp/chalk-1.1.3.tgz_1459210604109_0.3892582862172276"
  24. },
  25. "_npmUser": {
  26. "name": "qix",
  27. "email": "i.am.qix@gmail.com"
  28. },
  29. "_npmVersion": "2.14.2",
  30. "_phantomChildren": {},
  31. "_requested": {
  32. "raw": "chalk@^1.1.1",
  33. "scope": null,
  34. "escapedName": "chalk",
  35. "name": "chalk",
  36. "rawSpec": "^1.1.1",
  37. "spec": ">=1.1.1 <2.0.0",
  38. "type": "range"
  39. },
  40. "_requiredBy": [
  41. "/react-native-cli"
  42. ],
  43. "_resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz",
  44. "_shasum": "a8115c55e4a702fe4d150abd3872822a7e09fc98",
  45. "_shrinkwrap": null,
  46. "_spec": "chalk@^1.1.1",
  47. "_where": "/usr/local/lib/node_modules/react-native-cli",
  48. "bugs": {
  49. "url": "https://github.com/chalk/chalk/issues"
  50. },
  51. "dependencies": {
  52. "ansi-styles": "^2.2.1",
  53. "escape-string-regexp": "^1.0.2",
  54. "has-ansi": "^2.0.0",
  55. "strip-ansi": "^3.0.0",
  56. "supports-color": "^2.0.0"
  57. },
  58. "description": "Terminal string styling done right. Much color.",
  59. "devDependencies": {
  60. "coveralls": "^2.11.2",
  61. "matcha": "^0.6.0",
  62. "mocha": "*",
  63. "nyc": "^3.0.0",
  64. "require-uncached": "^1.0.2",
  65. "resolve-from": "^1.0.0",
  66. "semver": "^4.3.3",
  67. "xo": "*"
  68. },
  69. "directories": {},
  70. "dist": {
  71. "shasum": "a8115c55e4a702fe4d150abd3872822a7e09fc98",
  72. "tarball": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz"
  73. },
  74. "engines": {
  75. "node": ">=0.10.0"
  76. },
  77. "files": [
  78. "index.js"
  79. ],
  80. "gitHead": "0d8d8c204eb87a4038219131ad4d8369c9f59d24",
  81. "homepage": "https://github.com/chalk/chalk#readme",
  82. "keywords": [
  83. "color",
  84. "colour",
  85. "colors",
  86. "terminal",
  87. "console",
  88. "cli",
  89. "string",
  90. "str",
  91. "ansi",
  92. "style",
  93. "styles",
  94. "tty",
  95. "formatting",
  96. "rgb",
  97. "256",
  98. "shell",
  99. "xterm",
  100. "log",
  101. "logging",
  102. "command-line",
  103. "text"
  104. ],
  105. "license": "MIT",
  106. "maintainers": [
  107. {
  108. "name": "qix",
  109. "email": "i.am.qix@gmail.com"
  110. },
  111. {
  112. "name": "sindresorhus",
  113. "email": "sindresorhus@gmail.com"
  114. },
  115. {
  116. "name": "unicorn",
  117. "email": "sindresorhus+unicorn@gmail.com"
  118. }
  119. ],
  120. "name": "chalk",
  121. "optionalDependencies": {},
  122. "readme": "ERROR: No README data found!",
  123. "repository": {
  124. "type": "git",
  125. "url": "git+https://github.com/chalk/chalk.git"
  126. },
  127. "scripts": {
  128. "bench": "matcha benchmark.js",
  129. "coverage": "nyc npm test && nyc report",
  130. "coveralls": "nyc npm test && nyc report --reporter=text-lcov | coveralls",
  131. "test": "xo && mocha"
  132. },
  133. "version": "1.1.3",
  134. "xo": {
  135. "envs": [
  136. "node",
  137. "mocha"
  138. ]
  139. }
  140. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement