package.json 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. {
  2. "_args": [
  3. [
  4. "istanbul-lib-source-maps@1.2.6",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "istanbul-lib-source-maps@1.2.6",
  10. "_id": "istanbul-lib-source-maps@1.2.6",
  11. "_inBundle": false,
  12. "_integrity": "sha1-N7n/ZhWA+PyhEjJ1LuQuCMZnXY8=",
  13. "_location": "/istanbul-lib-source-maps",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "istanbul-lib-source-maps@1.2.6",
  19. "name": "istanbul-lib-source-maps",
  20. "escapedName": "istanbul-lib-source-maps",
  21. "rawSpec": "1.2.6",
  22. "saveSpec": null,
  23. "fetchSpec": "1.2.6"
  24. },
  25. "_requiredBy": [
  26. "/istanbul-api",
  27. "/jest/jest-cli"
  28. ],
  29. "_resolved": "https://registry.npm.taobao.org/istanbul-lib-source-maps/download/istanbul-lib-source-maps-1.2.6.tgz",
  30. "_spec": "1.2.6",
  31. "_where": "/Users/lihai/jolijoli/pad_spa",
  32. "author": {
  33. "name": "Krishnan Anantheswaran",
  34. "email": "kananthmail-github@yahoo.com"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/istanbuljs/istanbuljs/issues"
  38. },
  39. "dependencies": {
  40. "debug": "^3.1.0",
  41. "istanbul-lib-coverage": "^1.2.1",
  42. "mkdirp": "^0.5.1",
  43. "rimraf": "^2.6.1",
  44. "source-map": "^0.5.3"
  45. },
  46. "description": "Source maps support for istanbul",
  47. "devDependencies": {
  48. "babel-core": "^6.2.1",
  49. "chai": "^3.4.1",
  50. "is-windows": "^1.0.0",
  51. "jshint": "^2.8.0",
  52. "mocha": "^3.2.0",
  53. "ts-node": "^2.0.0"
  54. },
  55. "files": [
  56. "lib",
  57. "index.js"
  58. ],
  59. "homepage": "https://github.com/istanbuljs/istanbuljs#readme",
  60. "keywords": [
  61. "istanbul",
  62. "sourcemaps",
  63. "sourcemap",
  64. "source",
  65. "maps"
  66. ],
  67. "license": "BSD-3-Clause",
  68. "main": "index.js",
  69. "name": "istanbul-lib-source-maps",
  70. "repository": {
  71. "type": "git",
  72. "url": "git+ssh://git@github.com/istanbuljs/istanbuljs.git"
  73. },
  74. "scripts": {
  75. "pretest": "jshint index.js lib/ test/",
  76. "test": "mocha"
  77. },
  78. "version": "1.2.6"
  79. }