package.json 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. {
  2. "_from": "resolve-pathname@^3.0.0",
  3. "_id": "resolve-pathname@3.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-C7rARubxI8bXFNB/hqcp/4iUeIXJhJZvFPFPiSPRnhU5UPxzMFIl+2E6yY6c4k9giDJAhtV+enfA+G89N6Csng==",
  6. "_location": "/resolve-pathname",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "resolve-pathname@^3.0.0",
  12. "name": "resolve-pathname",
  13. "escapedName": "resolve-pathname",
  14. "rawSpec": "^3.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.0.0"
  17. },
  18. "_requiredBy": [
  19. "/react-router-dom/history",
  20. "/react-router/history"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/resolve-pathname/-/resolve-pathname-3.0.0.tgz",
  23. "_shasum": "99d02224d3cf263689becbb393bc560313025dcd",
  24. "_spec": "resolve-pathname@^3.0.0",
  25. "_where": "E:\\a-level\\project_js2\\node_modules\\react-router-dom\\node_modules\\history",
  26. "author": {
  27. "name": "Michael Jackson"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/mjackson/resolve-pathname/issues"
  31. },
  32. "bundleDependencies": false,
  33. "deprecated": false,
  34. "description": "Resolve URL pathnames using JavaScript",
  35. "devDependencies": {
  36. "@babel/core": "^7.1.6",
  37. "@babel/preset-env": "^7.1.6",
  38. "babel-core": "^7.0.0-bridge.0",
  39. "babel-eslint": "^10.0.1",
  40. "babel-jest": "^23.6.0",
  41. "eslint": "^5.9.0",
  42. "jest": "^23.6.0",
  43. "rollup": "^0.67.3",
  44. "rollup-plugin-replace": "^2.1.0",
  45. "rollup-plugin-size-snapshot": "^0.7.0",
  46. "rollup-plugin-uglify": "^6.0.0"
  47. },
  48. "files": [
  49. "cjs",
  50. "esm",
  51. "index.js",
  52. "umd"
  53. ],
  54. "homepage": "https://github.com/mjackson/resolve-pathname#readme",
  55. "license": "MIT",
  56. "main": "index.js",
  57. "module": "esm/resolve-pathname.js",
  58. "name": "resolve-pathname",
  59. "repository": {
  60. "type": "git",
  61. "url": "git+https://github.com/mjackson/resolve-pathname.git"
  62. },
  63. "scripts": {
  64. "build": "rollup -c",
  65. "clean": "git clean -fdX .",
  66. "lint": "eslint modules",
  67. "prepublishOnly": "npm run build",
  68. "test": "jest"
  69. },
  70. "unpkg": "umd/resolve-pathname.js",
  71. "version": "3.0.0"
  72. }