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.

90 lines
2.2 KiB

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