package.json 2.4 KB

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