You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 1.7KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. {
  2. "_from": "convert-source-map@^0.3.3",
  3. "_id": "convert-source-map@0.3.5",
  4. "_inBundle": false,
  5. "_integrity": "sha1-8dgClQr33SYxof6+BZZVDIarMZA=",
  6. "_location": "/rework/convert-source-map",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "convert-source-map@^0.3.3",
  12. "name": "convert-source-map",
  13. "escapedName": "convert-source-map",
  14. "rawSpec": "^0.3.3",
  15. "saveSpec": null,
  16. "fetchSpec": "^0.3.3"
  17. },
  18. "_requiredBy": [
  19. "/rework"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-0.3.5.tgz",
  22. "_shasum": "f1d802950af7dd2631a1febe0596550c86ab3190",
  23. "_spec": "convert-source-map@^0.3.3",
  24. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\rework",
  25. "author": {
  26. "name": "Thorsten Lorenz",
  27. "email": "thlorenz@gmx.de",
  28. "url": "http://thlorenz.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/thlorenz/convert-source-map/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {},
  35. "deprecated": false,
  36. "description": "Converts a source-map from/to different formats and allows adding/changing properties.",
  37. "devDependencies": {
  38. "inline-source-map": "~0.3.0",
  39. "tap": "~0.4.3"
  40. },
  41. "engine": {
  42. "node": ">=0.6"
  43. },
  44. "homepage": "https://github.com/thlorenz/convert-source-map",
  45. "keywords": [
  46. "convert",
  47. "sourcemap",
  48. "source",
  49. "map",
  50. "browser",
  51. "debug"
  52. ],
  53. "license": "MIT",
  54. "main": "index.js",
  55. "name": "convert-source-map",
  56. "repository": {
  57. "type": "git",
  58. "url": "git://github.com/thlorenz/convert-source-map.git"
  59. },
  60. "scripts": {
  61. "test": "tap test/*.js"
  62. },
  63. "version": "0.3.5"
  64. }