package.json 2.5 KB

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