123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172 |
- {
- "_from": "resolve-pathname@^3.0.0",
- "_id": "resolve-pathname@3.0.0",
- "_inBundle": false,
- "_integrity": "sha512-C7rARubxI8bXFNB/hqcp/4iUeIXJhJZvFPFPiSPRnhU5UPxzMFIl+2E6yY6c4k9giDJAhtV+enfA+G89N6Csng==",
- "_location": "/resolve-pathname",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "resolve-pathname@^3.0.0",
- "name": "resolve-pathname",
- "escapedName": "resolve-pathname",
- "rawSpec": "^3.0.0",
- "saveSpec": null,
- "fetchSpec": "^3.0.0"
- },
- "_requiredBy": [
- "/react-router-dom/history",
- "/react-router/history"
- ],
- "_resolved": "https://registry.npmjs.org/resolve-pathname/-/resolve-pathname-3.0.0.tgz",
- "_shasum": "99d02224d3cf263689becbb393bc560313025dcd",
- "_spec": "resolve-pathname@^3.0.0",
- "_where": "E:\\a-level\\project_js2\\node_modules\\react-router-dom\\node_modules\\history",
- "author": {
- "name": "Michael Jackson"
- },
- "bugs": {
- "url": "https://github.com/mjackson/resolve-pathname/issues"
- },
- "bundleDependencies": false,
- "deprecated": false,
- "description": "Resolve URL pathnames using JavaScript",
- "devDependencies": {
- "@babel/core": "^7.1.6",
- "@babel/preset-env": "^7.1.6",
- "babel-core": "^7.0.0-bridge.0",
- "babel-eslint": "^10.0.1",
- "babel-jest": "^23.6.0",
- "eslint": "^5.9.0",
- "jest": "^23.6.0",
- "rollup": "^0.67.3",
- "rollup-plugin-replace": "^2.1.0",
- "rollup-plugin-size-snapshot": "^0.7.0",
- "rollup-plugin-uglify": "^6.0.0"
- },
- "files": [
- "cjs",
- "esm",
- "index.js",
- "umd"
- ],
- "homepage": "https://github.com/mjackson/resolve-pathname#readme",
- "license": "MIT",
- "main": "index.js",
- "module": "esm/resolve-pathname.js",
- "name": "resolve-pathname",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/mjackson/resolve-pathname.git"
- },
- "scripts": {
- "build": "rollup -c",
- "clean": "git clean -fdX .",
- "lint": "eslint modules",
- "prepublishOnly": "npm run build",
- "test": "jest"
- },
- "unpkg": "umd/resolve-pathname.js",
- "version": "3.0.0"
- }
|