package.json 1.9 KB

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