package.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. {
  2. "_args": [
  3. [
  4. "istanbul-lib-report@1.1.5",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "istanbul-lib-report@1.1.5",
  10. "_id": "istanbul-lib-report@1.1.5",
  11. "_inBundle": false,
  12. "_integrity": "sha1-8qZX/GKC+WFwqvKB6zCkWPf0Fww=",
  13. "_location": "/istanbul-lib-report",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "istanbul-lib-report@1.1.5",
  19. "name": "istanbul-lib-report",
  20. "escapedName": "istanbul-lib-report",
  21. "rawSpec": "1.1.5",
  22. "saveSpec": null,
  23. "fetchSpec": "1.1.5"
  24. },
  25. "_requiredBy": [
  26. "/istanbul-api"
  27. ],
  28. "_resolved": "https://registry.npm.taobao.org/istanbul-lib-report/download/istanbul-lib-report-1.1.5.tgz",
  29. "_spec": "1.1.5",
  30. "_where": "/Users/lihai/jolijoli/pad_spa",
  31. "author": {
  32. "name": "Krishnan Anantheswaran",
  33. "email": "kananthmail-github@yahoo.com"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/istanbuljs/istanbuljs/issues"
  37. },
  38. "dependencies": {
  39. "istanbul-lib-coverage": "^1.2.1",
  40. "mkdirp": "^0.5.1",
  41. "path-parse": "^1.0.5",
  42. "supports-color": "^3.1.2"
  43. },
  44. "description": "Base reporting library for istanbul",
  45. "devDependencies": {
  46. "chai": "^3.0.0",
  47. "istanbul": "^0.4.0",
  48. "jshint": "^2.8.0",
  49. "mocha": "^3.2.0",
  50. "rimraf": "^2.6.1"
  51. },
  52. "files": [
  53. "lib",
  54. "index.js"
  55. ],
  56. "homepage": "https://github.com/istanbuljs/istanbuljs",
  57. "keywords": [
  58. "istanbul",
  59. "report",
  60. "api",
  61. "lib"
  62. ],
  63. "license": "BSD-3-Clause",
  64. "main": "index.js",
  65. "name": "istanbul-lib-report",
  66. "repository": {
  67. "type": "git",
  68. "url": "git+ssh://git@github.com/istanbuljs/istanbuljs.git"
  69. },
  70. "scripts": {
  71. "pretest": "jshint index.js lib/ test/",
  72. "test": "mocha"
  73. },
  74. "version": "1.1.5"
  75. }