package.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. {
  2. "_args": [
  3. [
  4. "convert-source-map@^1.1.0",
  5. "D:\\work\\im\\node_modules\\babel-cli"
  6. ]
  7. ],
  8. "_from": "convert-source-map@>=1.1.0 <2.0.0",
  9. "_id": "convert-source-map@1.3.0",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/convert-source-map",
  13. "_nodeVersion": "4.4.6",
  14. "_npmOperationalInternal": {
  15. "host": "packages-16-east.internal.npmjs.com",
  16. "tmp": "tmp/convert-source-map-1.3.0.tgz_1469205991012_0.9049546665046364"
  17. },
  18. "_npmUser": {
  19. "email": "thlorenz@gmx.de",
  20. "name": "thlorenz"
  21. },
  22. "_npmVersion": "2.15.6",
  23. "_phantomChildren": {},
  24. "_requested": {
  25. "name": "convert-source-map",
  26. "raw": "convert-source-map@^1.1.0",
  27. "rawSpec": "^1.1.0",
  28. "scope": null,
  29. "spec": ">=1.1.0 <2.0.0",
  30. "type": "range"
  31. },
  32. "_requiredBy": [
  33. "/babel-cli",
  34. "/babel-core"
  35. ],
  36. "_resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.3.0.tgz",
  37. "_shasum": "e9f3e9c6e2728efc2676696a70eb382f73106a67",
  38. "_shrinkwrap": null,
  39. "_spec": "convert-source-map@^1.1.0",
  40. "_where": "D:\\work\\im\\node_modules\\babel-cli",
  41. "author": {
  42. "email": "thlorenz@gmx.de",
  43. "name": "Thorsten Lorenz",
  44. "url": "http://thlorenz.com"
  45. },
  46. "bugs": {
  47. "url": "https://github.com/thlorenz/convert-source-map/issues"
  48. },
  49. "dependencies": {},
  50. "description": "Converts a source-map from/to different formats and allows adding/changing properties.",
  51. "devDependencies": {
  52. "inline-source-map": "~0.3.1",
  53. "tap": "~0.4.13"
  54. },
  55. "directories": {},
  56. "dist": {
  57. "shasum": "e9f3e9c6e2728efc2676696a70eb382f73106a67",
  58. "tarball": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.3.0.tgz"
  59. },
  60. "engine": {
  61. "node": ">=0.6"
  62. },
  63. "gitHead": "5c47421526c0bce727ed158773a4e97b979b7d64",
  64. "homepage": "https://github.com/thlorenz/convert-source-map",
  65. "keywords": [
  66. "convert",
  67. "sourcemap",
  68. "source",
  69. "map",
  70. "browser",
  71. "debug"
  72. ],
  73. "license": "MIT",
  74. "main": "index.js",
  75. "maintainers": [
  76. {
  77. "email": "thlorenz@gmx.de",
  78. "name": "thlorenz"
  79. }
  80. ],
  81. "name": "convert-source-map",
  82. "optionalDependencies": {},
  83. "readme": "ERROR: No README data found!",
  84. "repository": {
  85. "type": "git",
  86. "url": "git://github.com/thlorenz/convert-source-map.git"
  87. },
  88. "scripts": {
  89. "test": "tap test/*.js"
  90. },
  91. "version": "1.3.0"
  92. }