package.json 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  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. "/history"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/resolve-pathname/-/resolve-pathname-3.0.0.tgz",
  22. "_shasum": "99d02224d3cf263689becbb393bc560313025dcd",
  23. "_spec": "resolve-pathname@^3.0.0",
  24. "_where": "G:\\micro\\react\\cld2_react\\node_modules\\history",
  25. "author": {
  26. "name": "Michael Jackson"
  27. },
  28. "bugs": {
  29. "url": "https://github.com/mjackson/resolve-pathname/issues"
  30. },
  31. "bundleDependencies": false,
  32. "deprecated": false,
  33. "description": "Resolve URL pathnames using JavaScript",
  34. "devDependencies": {
  35. "@babel/core": "^7.1.6",
  36. "@babel/preset-env": "^7.1.6",
  37. "babel-core": "^7.0.0-bridge.0",
  38. "babel-eslint": "^10.0.1",
  39. "babel-jest": "^23.6.0",
  40. "eslint": "^5.9.0",
  41. "jest": "^23.6.0",
  42. "rollup": "^0.67.3",
  43. "rollup-plugin-replace": "^2.1.0",
  44. "rollup-plugin-size-snapshot": "^0.7.0",
  45. "rollup-plugin-uglify": "^6.0.0"
  46. },
  47. "files": [
  48. "cjs",
  49. "esm",
  50. "index.js",
  51. "umd"
  52. ],
  53. "homepage": "https://github.com/mjackson/resolve-pathname#readme",
  54. "license": "MIT",
  55. "main": "index.js",
  56. "module": "esm/resolve-pathname.js",
  57. "name": "resolve-pathname",
  58. "repository": {
  59. "type": "git",
  60. "url": "git+https://github.com/mjackson/resolve-pathname.git"
  61. },
  62. "scripts": {
  63. "build": "rollup -c",
  64. "clean": "git clean -fdX .",
  65. "lint": "eslint modules",
  66. "prepublishOnly": "npm run build",
  67. "test": "jest"
  68. },
  69. "unpkg": "umd/resolve-pathname.js",
  70. "version": "3.0.0"
  71. }