package.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. {
  2. "_args": [
  3. [
  4. "istanbul-lib-instrument@1.10.2",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "istanbul-lib-instrument@1.10.2",
  10. "_id": "istanbul-lib-instrument@1.10.2",
  11. "_inBundle": false,
  12. "_integrity": "sha1-H1XtEKw8R/K93dUweTUSZ1TQqco=",
  13. "_location": "/istanbul-lib-instrument",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "istanbul-lib-instrument@1.10.2",
  19. "name": "istanbul-lib-instrument",
  20. "escapedName": "istanbul-lib-instrument",
  21. "rawSpec": "1.10.2",
  22. "saveSpec": null,
  23. "fetchSpec": "1.10.2"
  24. },
  25. "_requiredBy": [
  26. "/babel-plugin-istanbul",
  27. "/istanbul-api",
  28. "/jest/jest-cli"
  29. ],
  30. "_resolved": "https://registry.npm.taobao.org/istanbul-lib-instrument/download/istanbul-lib-instrument-1.10.2.tgz",
  31. "_spec": "1.10.2",
  32. "_where": "/Users/lihai/jolijoli/pad_spa",
  33. "author": {
  34. "name": "Krishnan Anantheswaran",
  35. "email": "kananthmail-github@yahoo.com"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/istanbuljs/istanbuljs/issues"
  39. },
  40. "dependencies": {
  41. "babel-generator": "^6.18.0",
  42. "babel-template": "^6.16.0",
  43. "babel-traverse": "^6.18.0",
  44. "babel-types": "^6.18.0",
  45. "babylon": "^6.18.0",
  46. "istanbul-lib-coverage": "^1.2.1",
  47. "semver": "^5.3.0"
  48. },
  49. "description": "Core istanbul API for JS code coverage",
  50. "devDependencies": {
  51. "babel-cli": "^6.3.17",
  52. "babel-plugin-istanbul": "^2.0.3",
  53. "babel-preset-env": "^1.6.1",
  54. "babel-register": "^6.16.3",
  55. "chai": "^3.0.0",
  56. "clone": "^2.0.0",
  57. "coveralls": "^2.11.4",
  58. "cross-env": "^2.0.1",
  59. "documentation": "^4.0.0-beta9",
  60. "js-yaml": "^3.3.1",
  61. "jshint": "^2.8.0",
  62. "mocha": "^3.1.2",
  63. "nopt": "^3.0.6"
  64. },
  65. "files": [
  66. "dist"
  67. ],
  68. "homepage": "https://github.com/istanbuljs/istanbuljs",
  69. "keywords": [
  70. "coverage",
  71. "istanbul",
  72. "js",
  73. "instrumentation"
  74. ],
  75. "license": "BSD-3-Clause",
  76. "main": "dist/index.js",
  77. "name": "istanbul-lib-instrument",
  78. "repository": {
  79. "type": "git",
  80. "url": "git+ssh://git@github.com/istanbuljs/istanbuljs.git"
  81. },
  82. "scripts": {
  83. "prepublish": "npm run release",
  84. "pretest": "jshint src/ test/",
  85. "release": "babel src --out-dir dist && documentation build -f md -o api.md src",
  86. "test": "mocha --require=babel-register"
  87. },
  88. "version": "1.10.2"
  89. }