package.json 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. {
  2. "_args": [
  3. [
  4. "resolve-url@0.2.1",
  5. "E:\\item\\newItem\\admin"
  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. "/source-map-resolve"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/resolve-url/-/resolve-url-0.2.1.tgz",
  28. "_spec": "0.2.1",
  29. "_where": "E:\\item\\newItem\\admin",
  30. "author": {
  31. "name": "Simon Lydell"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/lydell/resolve-url/issues"
  35. },
  36. "description": "Like Node.js’ `path.resolve`/`url.resolve` for the browser.",
  37. "devDependencies": {
  38. "jshint": "~2.4.3",
  39. "tape": "~2.5.0",
  40. "testling": "~1.6.0"
  41. },
  42. "homepage": "https://github.com/lydell/resolve-url#readme",
  43. "keywords": [
  44. "resolve",
  45. "url"
  46. ],
  47. "license": "MIT",
  48. "main": "resolve-url.js",
  49. "name": "resolve-url",
  50. "repository": {
  51. "type": "git",
  52. "url": "git+https://github.com/lydell/resolve-url.git"
  53. },
  54. "scripts": {
  55. "test": "jshint resolve-url.js test/ && testling -u"
  56. },
  57. "testling": {
  58. "files": "test/*.js",
  59. "browsers": [
  60. "ie/8..latest",
  61. "chrome/latest",
  62. "firefox/latest",
  63. "opera/12",
  64. "opera/latest",
  65. "safari/5",
  66. "iphone/6",
  67. "android-browser/4"
  68. ]
  69. },
  70. "version": "0.2.1"
  71. }