package.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "resolve-url@~0.2.1",
  6. "scope": null,
  7. "escapedName": "resolve-url",
  8. "name": "resolve-url",
  9. "rawSpec": "~0.2.1",
  10. "spec": ">=0.2.1 <0.3.0",
  11. "type": "range"
  12. },
  13. "/home/king/Desktop/FINAL/AhMyth/app/node_modules/source-map-resolve"
  14. ]
  15. ],
  16. "_from": "resolve-url@>=0.2.1 <0.3.0",
  17. "_id": "resolve-url@0.2.1",
  18. "_inCache": true,
  19. "_installable": true,
  20. "_location": "/resolve-url",
  21. "_npmUser": {
  22. "name": "lydell",
  23. "email": "simon.lydell@gmail.com"
  24. },
  25. "_npmVersion": "1.4.4",
  26. "_phantomChildren": {},
  27. "_requested": {
  28. "raw": "resolve-url@~0.2.1",
  29. "scope": null,
  30. "escapedName": "resolve-url",
  31. "name": "resolve-url",
  32. "rawSpec": "~0.2.1",
  33. "spec": ">=0.2.1 <0.3.0",
  34. "type": "range"
  35. },
  36. "_requiredBy": [
  37. "/source-map-resolve"
  38. ],
  39. "_resolved": "https://registry.npmjs.org/resolve-url/-/resolve-url-0.2.1.tgz",
  40. "_shasum": "2c637fe77c893afd2a663fe21aa9080068e2052a",
  41. "_shrinkwrap": null,
  42. "_spec": "resolve-url@~0.2.1",
  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/resolve-url/issues"
  49. },
  50. "dependencies": {},
  51. "description": "Like Node.js’ `path.resolve`/`url.resolve` for the browser.",
  52. "devDependencies": {
  53. "jshint": "~2.4.3",
  54. "tape": "~2.5.0",
  55. "testling": "~1.6.0"
  56. },
  57. "directories": {},
  58. "dist": {
  59. "shasum": "2c637fe77c893afd2a663fe21aa9080068e2052a",
  60. "tarball": "https://registry.npmjs.org/resolve-url/-/resolve-url-0.2.1.tgz"
  61. },
  62. "homepage": "https://github.com/lydell/resolve-url",
  63. "keywords": [
  64. "resolve",
  65. "url"
  66. ],
  67. "license": "MIT",
  68. "main": "resolve-url.js",
  69. "maintainers": [
  70. {
  71. "name": "lydell",
  72. "email": "simon.lydell@gmail.com"
  73. }
  74. ],
  75. "name": "resolve-url",
  76. "optionalDependencies": {},
  77. "readme": "ERROR: No README data found!",
  78. "repository": {
  79. "type": "git",
  80. "url": "git://github.com/lydell/resolve-url.git"
  81. },
  82. "scripts": {
  83. "test": "jshint resolve-url.js test/ && testling -u"
  84. },
  85. "testling": {
  86. "files": "test/*.js",
  87. "browsers": [
  88. "ie/8..latest",
  89. "chrome/latest",
  90. "firefox/latest",
  91. "opera/12",
  92. "opera/latest",
  93. "safari/5",
  94. "iphone/6",
  95. "android-browser/4"
  96. ]
  97. },
  98. "version": "0.2.1"
  99. }