package.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "prettyjson",
  6. "scope": null,
  7. "escapedName": "prettyjson",
  8. "name": "prettyjson",
  9. "rawSpec": "",
  10. "spec": "latest",
  11. "type": "tag"
  12. },
  13. "/home/stdio/coding/research/jspak-dev/jspak/bundles"
  14. ]
  15. ],
  16. "_from": "prettyjson@latest",
  17. "_id": "prettyjson@1.1.3",
  18. "_inCache": true,
  19. "_location": "/prettyjson",
  20. "_nodeVersion": "0.12.7",
  21. "_npmUser": {
  22. "name": "rafeca",
  23. "email": "rafeca@gmail.com"
  24. },
  25. "_npmVersion": "2.11.3",
  26. "_phantomChildren": {},
  27. "_requested": {
  28. "raw": "prettyjson",
  29. "scope": null,
  30. "escapedName": "prettyjson",
  31. "name": "prettyjson",
  32. "rawSpec": "",
  33. "spec": "latest",
  34. "type": "tag"
  35. },
  36. "_requiredBy": [
  37. "#USER"
  38. ],
  39. "_resolved": "https://registry.npmjs.org/prettyjson/-/prettyjson-1.1.3.tgz",
  40. "_shasum": "d0787f732c9c3a566f4165fa4f1176fd67e6b263",
  41. "_shrinkwrap": null,
  42. "_spec": "prettyjson",
  43. "_where": "/home/stdio/coding/research/jspak-dev/jspak/bundles",
  44. "author": {
  45. "name": "Rafael de Oleza",
  46. "email": "rafeca@gmail.com",
  47. "url": "https://github.com/rafeca"
  48. },
  49. "bin": {
  50. "prettyjson": "./bin/prettyjson"
  51. },
  52. "bugs": {
  53. "url": "https://github.com/rafeca/prettyjson/issues"
  54. },
  55. "dependencies": {
  56. "colors": "^1.1.2",
  57. "minimist": "^1.1.3"
  58. },
  59. "description": "Package for formatting JSON data in a coloured YAML-style, perfect for CLI output",
  60. "devDependencies": {
  61. "coveralls": "^2.11.3",
  62. "istanbul": "^0.3.17",
  63. "jshint": "^2.4.4",
  64. "mocha": "^2.2.5",
  65. "mocha-lcov-reporter": "0.0.2",
  66. "should": "^7.0.2"
  67. },
  68. "directories": {},
  69. "dist": {
  70. "shasum": "d0787f732c9c3a566f4165fa4f1176fd67e6b263",
  71. "tarball": "https://registry.npmjs.org/prettyjson/-/prettyjson-1.1.3.tgz"
  72. },
  73. "gitHead": "99dac22baba027875536f543f8dbe5b4f9d9f986",
  74. "homepage": "http://rafeca.com/prettyjson",
  75. "keywords": [
  76. "json",
  77. "cli",
  78. "formatting",
  79. "colors"
  80. ],
  81. "license": "MIT",
  82. "main": "./lib/prettyjson",
  83. "maintainers": [
  84. {
  85. "name": "rafeca",
  86. "email": "rafeca@gmail.com"
  87. }
  88. ],
  89. "name": "prettyjson",
  90. "optionalDependencies": {},
  91. "readme": "ERROR: No README data found!",
  92. "repository": {
  93. "type": "git",
  94. "url": "git+https://github.com/rafeca/prettyjson.git"
  95. },
  96. "scripts": {
  97. "changelog": "git log $(git describe --tags --abbrev=0)..HEAD --pretty='* %s' --first-parent",
  98. "coverage": "istanbul cover _mocha --report lcovonly -- -R spec",
  99. "coveralls": "npm run coverage && cat ./coverage/lcov.info | coveralls && rm -rf ./coverage",
  100. "jshint": "jshint lib/*.js",
  101. "test": "npm run jshint && mocha --reporter spec",
  102. "testwin": "node ./node_modules/mocha/bin/mocha --reporter spec"
  103. },
  104. "version": "1.1.3"
  105. }