package.json 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. {
  2. "_args": [
  3. [
  4. "istanbul-api@1.3.7",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "istanbul-api@1.3.7",
  10. "_id": "istanbul-api@1.3.7",
  11. "_inBundle": false,
  12. "_integrity": "sha1-qGx3DSsD4R4/d4zXrt2C0nIgkqo=",
  13. "_location": "/istanbul-api",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "istanbul-api@1.3.7",
  19. "name": "istanbul-api",
  20. "escapedName": "istanbul-api",
  21. "rawSpec": "1.3.7",
  22. "saveSpec": null,
  23. "fetchSpec": "1.3.7"
  24. },
  25. "_requiredBy": [
  26. "/jest/jest-cli"
  27. ],
  28. "_resolved": "https://registry.npm.taobao.org/istanbul-api/download/istanbul-api-1.3.7.tgz",
  29. "_spec": "1.3.7",
  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. "async": "^2.1.4",
  40. "fileset": "^2.0.2",
  41. "istanbul-lib-coverage": "^1.2.1",
  42. "istanbul-lib-hook": "^1.2.2",
  43. "istanbul-lib-instrument": "^1.10.2",
  44. "istanbul-lib-report": "^1.1.5",
  45. "istanbul-lib-source-maps": "^1.2.6",
  46. "istanbul-reports": "^1.5.1",
  47. "js-yaml": "^3.7.0",
  48. "mkdirp": "^0.5.1",
  49. "once": "^1.4.0"
  50. },
  51. "description": "High level API for istanbul features",
  52. "devDependencies": {
  53. "chai": "^3.0.0",
  54. "is-windows": "^1.0.0",
  55. "jshint": "^2.8.0",
  56. "memory-streams": "^0.1.0",
  57. "mocha": "^3.1.2",
  58. "rimraf": "^2.6.1"
  59. },
  60. "files": [
  61. "lib",
  62. "index.js"
  63. ],
  64. "homepage": "https://github.com/istanbuljs/istanbuljs#readme",
  65. "keywords": [
  66. "istanbul",
  67. "api"
  68. ],
  69. "license": "BSD-3-Clause",
  70. "main": "index.js",
  71. "name": "istanbul-api",
  72. "repository": {
  73. "type": "git",
  74. "url": "git+ssh://git@github.com/istanbuljs/istanbuljs.git"
  75. },
  76. "scripts": {
  77. "fast": "mocha --slow 1000",
  78. "pretest": "jshint index.js lib/ test/",
  79. "test": "mocha"
  80. },
  81. "version": "1.3.7"
  82. }