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.

package.json 1.4KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. {
  2. "_from": "url-join@^2.0.5",
  3. "_id": "url-join@2.0.5",
  4. "_inBundle": false,
  5. "_integrity": "sha1-WvIvGMBSoACkjXuCxenC4v7tpyg=",
  6. "_location": "/url-join",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "url-join@^2.0.5",
  12. "name": "url-join",
  13. "escapedName": "url-join",
  14. "rawSpec": "^2.0.5",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.0.5"
  17. },
  18. "_requiredBy": [
  19. "/ecstatic"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/url-join/-/url-join-2.0.5.tgz",
  22. "_shasum": "5af22f18c052a000a48d7b82c5e9c2e2feeda728",
  23. "_spec": "url-join@^2.0.5",
  24. "_where": "C:\\Users\\ittnerpa60944\\source\\repos\\MDTWebApp\\code\\code\\node_modules\\ecstatic",
  25. "author": {
  26. "name": "José F. Romaniello",
  27. "email": "jfromaniello@gmail.com",
  28. "url": "http://joseoncode.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/jfromaniello/url-join/issues"
  32. },
  33. "bundleDependencies": false,
  34. "deprecated": false,
  35. "description": "Join urls and normalize as in path.join.",
  36. "devDependencies": {
  37. "mocha": "^3.2.0",
  38. "should": "~1.2.1"
  39. },
  40. "homepage": "https://github.com/jfromaniello/url-join#readme",
  41. "keywords": [
  42. "url",
  43. "join"
  44. ],
  45. "license": "MIT",
  46. "main": "lib/url-join.js",
  47. "name": "url-join",
  48. "repository": {
  49. "type": "git",
  50. "url": "git://github.com/jfromaniello/url-join.git"
  51. },
  52. "scripts": {
  53. "test": "mocha --require should"
  54. },
  55. "version": "2.0.5"
  56. }