package.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. {
  2. "_from": "istanbul-lib-source-maps@^1.2.4",
  3. "_id": "istanbul-lib-source-maps@1.2.6",
  4. "_inBundle": false,
  5. "_integrity": "sha512-TtbsY5GIHgbMsMiRw35YBHGpZ1DVFEO19vxxeiDMYaeOFOCzfnYVxvl6pOUIZR4dtPhAGpSMup8OyF8ubsaqEg==",
  6. "_location": "/istanbul-lib-source-maps",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "istanbul-lib-source-maps@^1.2.4",
  12. "name": "istanbul-lib-source-maps",
  13. "escapedName": "istanbul-lib-source-maps",
  14. "rawSpec": "^1.2.4",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.2.4"
  17. },
  18. "_requiredBy": [
  19. "/istanbul-api",
  20. "/jest/jest-cli"
  21. ],
  22. "_resolved": "https://registry.npmmirror.com/istanbul-lib-source-maps/-/istanbul-lib-source-maps-1.2.6.tgz",
  23. "_shasum": "37b9ff661580f8fca11232752ee42e08c6675d8f",
  24. "_spec": "istanbul-lib-source-maps@^1.2.4",
  25. "_where": "C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin\\node_modules\\jest\\node_modules\\jest-cli",
  26. "author": {
  27. "name": "Krishnan Anantheswaran",
  28. "email": "kananthmail-github@yahoo.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/istanbuljs/istanbuljs/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "debug": "^3.1.0",
  36. "istanbul-lib-coverage": "^1.2.1",
  37. "mkdirp": "^0.5.1",
  38. "rimraf": "^2.6.1",
  39. "source-map": "^0.5.3"
  40. },
  41. "deprecated": false,
  42. "description": "Source maps support for istanbul",
  43. "devDependencies": {
  44. "babel-core": "^6.2.1",
  45. "chai": "^3.4.1",
  46. "is-windows": "^1.0.0",
  47. "jshint": "^2.8.0",
  48. "mocha": "^3.2.0",
  49. "ts-node": "^2.0.0"
  50. },
  51. "files": [
  52. "lib",
  53. "index.js"
  54. ],
  55. "homepage": "https://github.com/istanbuljs/istanbuljs#readme",
  56. "keywords": [
  57. "istanbul",
  58. "sourcemaps",
  59. "sourcemap",
  60. "source",
  61. "maps"
  62. ],
  63. "license": "BSD-3-Clause",
  64. "main": "index.js",
  65. "name": "istanbul-lib-source-maps",
  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.2.6"
  75. }