package.json 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. {
  2. "_args": [
  3. [
  4. "convert-source-map@1.5.1",
  5. "/mnt/data/Sites/anissabensalah.net/user/themes/anissabensalah"
  6. ]
  7. ],
  8. "_from": "convert-source-map@1.5.1",
  9. "_id": "convert-source-map@1.5.1",
  10. "_inBundle": false,
  11. "_integrity": "sha1-uCeAl7m8IpNl3lxiz1/K7YtVmeU=",
  12. "_location": "/convert-source-map",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "convert-source-map@1.5.1",
  18. "name": "convert-source-map",
  19. "escapedName": "convert-source-map",
  20. "rawSpec": "1.5.1",
  21. "saveSpec": null,
  22. "fetchSpec": "1.5.1"
  23. },
  24. "_requiredBy": [
  25. "/gulp-sourcemaps"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.5.1.tgz",
  28. "_spec": "1.5.1",
  29. "_where": "/mnt/data/Sites/anissabensalah.net/user/themes/anissabensalah",
  30. "author": {
  31. "name": "Thorsten Lorenz",
  32. "email": "thlorenz@gmx.de",
  33. "url": "http://thlorenz.com"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/thlorenz/convert-source-map/issues"
  37. },
  38. "dependencies": {},
  39. "description": "Converts a source-map from/to different formats and allows adding/changing properties.",
  40. "devDependencies": {
  41. "inline-source-map": "~0.6.2",
  42. "tap": "~9.0.0"
  43. },
  44. "engine": {
  45. "node": ">=0.6"
  46. },
  47. "files": [
  48. "index.js"
  49. ],
  50. "homepage": "https://github.com/thlorenz/convert-source-map",
  51. "keywords": [
  52. "convert",
  53. "sourcemap",
  54. "source",
  55. "map",
  56. "browser",
  57. "debug"
  58. ],
  59. "license": "MIT",
  60. "main": "index.js",
  61. "name": "convert-source-map",
  62. "repository": {
  63. "type": "git",
  64. "url": "git://github.com/thlorenz/convert-source-map.git"
  65. },
  66. "scripts": {
  67. "test": "tap test/*.js --color"
  68. },
  69. "version": "1.5.1"
  70. }