package.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. {
  2. "_args": [
  3. [
  4. "resolve-url@0.2.1",
  5. "/mnt/data/Sites/anissabensalah.net/user/themes/anissabensalah"
  6. ]
  7. ],
  8. "_from": "resolve-url@0.2.1",
  9. "_id": "resolve-url@0.2.1",
  10. "_inBundle": false,
  11. "_integrity": "sha1-LGN/53yJOv0qZj/iGqkIAGjiBSo=",
  12. "_location": "/resolve-url",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "resolve-url@0.2.1",
  18. "name": "resolve-url",
  19. "escapedName": "resolve-url",
  20. "rawSpec": "0.2.1",
  21. "saveSpec": null,
  22. "fetchSpec": "0.2.1"
  23. },
  24. "_requiredBy": [
  25. "/snapdragon/source-map-resolve",
  26. "/source-map-resolve"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/resolve-url/-/resolve-url-0.2.1.tgz",
  29. "_spec": "0.2.1",
  30. "_where": "/mnt/data/Sites/anissabensalah.net/user/themes/anissabensalah",
  31. "author": {
  32. "name": "Simon Lydell"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/lydell/resolve-url/issues"
  36. },
  37. "description": "Like Node.js’ `path.resolve`/`url.resolve` for the browser.",
  38. "devDependencies": {
  39. "jshint": "~2.4.3",
  40. "tape": "~2.5.0",
  41. "testling": "~1.6.0"
  42. },
  43. "homepage": "https://github.com/lydell/resolve-url#readme",
  44. "keywords": [
  45. "resolve",
  46. "url"
  47. ],
  48. "license": "MIT",
  49. "main": "resolve-url.js",
  50. "name": "resolve-url",
  51. "repository": {
  52. "type": "git",
  53. "url": "git+https://github.com/lydell/resolve-url.git"
  54. },
  55. "scripts": {
  56. "test": "jshint resolve-url.js test/ && testling -u"
  57. },
  58. "testling": {
  59. "files": "test/*.js",
  60. "browsers": [
  61. "ie/8..latest",
  62. "chrome/latest",
  63. "firefox/latest",
  64. "opera/12",
  65. "opera/latest",
  66. "safari/5",
  67. "iphone/6",
  68. "android-browser/4"
  69. ]
  70. },
  71. "version": "0.2.1"
  72. }