package.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "source-map-url@~0.3.0",
  6. "scope": null,
  7. "escapedName": "source-map-url",
  8. "name": "source-map-url",
  9. "rawSpec": "~0.3.0",
  10. "spec": ">=0.3.0 <0.4.0",
  11. "type": "range"
  12. },
  13. "/home/king/Desktop/FINAL/AhMyth/app/node_modules/source-map-resolve"
  14. ]
  15. ],
  16. "_from": "source-map-url@>=0.3.0 <0.4.0",
  17. "_id": "source-map-url@0.3.0",
  18. "_inCache": true,
  19. "_installable": true,
  20. "_location": "/source-map-url",
  21. "_npmUser": {
  22. "name": "lydell",
  23. "email": "simon.lydell@gmail.com"
  24. },
  25. "_npmVersion": "1.4.21",
  26. "_phantomChildren": {},
  27. "_requested": {
  28. "raw": "source-map-url@~0.3.0",
  29. "scope": null,
  30. "escapedName": "source-map-url",
  31. "name": "source-map-url",
  32. "rawSpec": "~0.3.0",
  33. "spec": ">=0.3.0 <0.4.0",
  34. "type": "range"
  35. },
  36. "_requiredBy": [
  37. "/source-map-resolve"
  38. ],
  39. "_resolved": "https://registry.npmjs.org/source-map-url/-/source-map-url-0.3.0.tgz",
  40. "_shasum": "7ecaf13b57bcd09da8a40c5d269db33799d4aaf9",
  41. "_shrinkwrap": null,
  42. "_spec": "source-map-url@~0.3.0",
  43. "_where": "/home/king/Desktop/FINAL/AhMyth/app/node_modules/source-map-resolve",
  44. "author": {
  45. "name": "Simon Lydell"
  46. },
  47. "bugs": {
  48. "url": "https://github.com/lydell/source-map-url/issues"
  49. },
  50. "dependencies": {},
  51. "description": "Tools for working with sourceMappingURL comments.",
  52. "devDependencies": {
  53. "expect.js": "~0.3.1",
  54. "jshint": "~2.4.3",
  55. "mocha": "~1.17.1"
  56. },
  57. "directories": {},
  58. "dist": {
  59. "shasum": "7ecaf13b57bcd09da8a40c5d269db33799d4aaf9",
  60. "tarball": "https://registry.npmjs.org/source-map-url/-/source-map-url-0.3.0.tgz"
  61. },
  62. "gitHead": "ffa8f4cd7ad1bc582681f3f222095152e6597f10",
  63. "homepage": "https://github.com/lydell/source-map-url",
  64. "keywords": [
  65. "source map",
  66. "sourceMappingURL",
  67. "comment",
  68. "annotation"
  69. ],
  70. "license": "MIT",
  71. "main": "source-map-url.js",
  72. "maintainers": [
  73. {
  74. "name": "lydell",
  75. "email": "simon.lydell@gmail.com"
  76. }
  77. ],
  78. "name": "source-map-url",
  79. "optionalDependencies": {},
  80. "readme": "ERROR: No README data found!",
  81. "repository": {
  82. "type": "git",
  83. "url": "git+https://github.com/lydell/source-map-url.git"
  84. },
  85. "scripts": {
  86. "lint": "jshint source-map-url.js test/ ",
  87. "test": "npm run lint && npm run unit",
  88. "unit": "mocha"
  89. },
  90. "testling": {
  91. "harness": "mocha",
  92. "files": "test/*.js",
  93. "browsers": [
  94. "ie/8..latest",
  95. "chrome/latest",
  96. "firefox/latest",
  97. "opera/12",
  98. "opera/latest",
  99. "safari/5",
  100. "iphone/6",
  101. "android-browser/4"
  102. ]
  103. },
  104. "version": "0.3.0"
  105. }