package.json 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. {
  2. "_from": "inline-source-map@~0.6.0",
  3. "_id": "inline-source-map@0.6.2",
  4. "_inBundle": false,
  5. "_integrity": "sha1-+Tk0ccGKedFyT4Y/o4tYY3Ct4qU=",
  6. "_location": "/inline-source-map",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "inline-source-map@~0.6.0",
  12. "name": "inline-source-map",
  13. "escapedName": "inline-source-map",
  14. "rawSpec": "~0.6.0",
  15. "saveSpec": null,
  16. "fetchSpec": "~0.6.0"
  17. },
  18. "_requiredBy": [
  19. "/combine-source-map"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/inline-source-map/-/inline-source-map-0.6.2.tgz",
  22. "_shasum": "f9393471c18a79d1724f863fa38b586370ade2a5",
  23. "_spec": "inline-source-map@~0.6.0",
  24. "_where": "/srv/http/mmap_sarrebourg/user/themes/basic/node_modules/combine-source-map",
  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/inline-source-map/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "source-map": "~0.5.3"
  36. },
  37. "deprecated": false,
  38. "description": "Adds source mappings and base64 encodes them, so they can be inlined in your generated file.",
  39. "devDependencies": {
  40. "nave": "~0.5.0",
  41. "tap": "~0.7.0"
  42. },
  43. "engine": {
  44. "node": ">=0.6"
  45. },
  46. "homepage": "https://github.com/thlorenz/inline-source-map",
  47. "keywords": [
  48. "source",
  49. "map",
  50. "inline",
  51. "base64",
  52. "bundle",
  53. "generate",
  54. "transpile"
  55. ],
  56. "license": "MIT",
  57. "main": "index.js",
  58. "name": "inline-source-map",
  59. "repository": {
  60. "type": "git",
  61. "url": "git://github.com/thlorenz/inline-source-map.git"
  62. },
  63. "scripts": {
  64. "test": "if [ -e $TRAVIS ]; then npm run test-all; else npm run test-main; fi",
  65. "test-0.10": "nave use 0.10 npm run test-main",
  66. "test-0.12": "nave use 0.12 npm run test-main",
  67. "test-0.8": "nave use 0.8 npm run test-main",
  68. "test-all": "npm run test-main && npm run test-0.8 && npm run test-0.10 && npm run test-0.12",
  69. "test-main": "tap test/*.js"
  70. },
  71. "version": "0.6.2"
  72. }