{
  "_from": "common-path-prefix@^3.0.0",
  "_id": "common-path-prefix@3.0.0",
  "_inBundle": false,
  "_integrity": "sha512-QE33hToZseCH3jS0qN96O/bSh3kaw/h+Tq7ngyY9eWDUnTlTNUyqfqvCXioLe5Na5jFsL78ra/wuBU4iuEgd4w==",
  "_location": "/common-path-prefix",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "common-path-prefix@^3.0.0",
    "name": "common-path-prefix",
    "escapedName": "common-path-prefix",
    "rawSpec": "^3.0.0",
    "saveSpec": null,
    "fetchSpec": "^3.0.0"
  },
  "_requiredBy": [
    "/@pmmmwh/react-refresh-webpack-plugin"
  ],
  "_resolved": "https://registry.npmjs.org/common-path-prefix/-/common-path-prefix-3.0.0.tgz",
  "_shasum": "7d007a7e07c58c4b4d5f433131a19141b29f11e0",
  "_spec": "common-path-prefix@^3.0.0",
  "_where": "/var/www/html/analytics/analytics-soa/node_modules/@pmmmwh/react-refresh-webpack-plugin",
  "author": {
    "name": "Mark Wubben",
    "url": "https://novemberborn.net/"
  },
  "bugs": {
    "url": "https://github.com/novemberborn/common-path-prefix/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Computes the longest prefix string that is common to each path, excluding the base component",
  "devDependencies": {
    "ava": "^2.3.0",
    "nyc": "^14.1.1",
    "standard": "^14.0.2"
  },
  "files": [
    "index.d.ts",
    "index.js"
  ],
  "homepage": "https://github.com/novemberborn/common-path-prefix#readme",
  "keywords": [
    "common",
    "path",
    "directory",
    "dir",
    "file",
    "root",
    "typescript",
    "common prefix",
    "common path",
    "common path start",
    "common root"
  ],
  "license": "ISC",
  "main": "index.js",
  "name": "common-path-prefix",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/novemberborn/common-path-prefix.git"
  },
  "scripts": {
    "test": "standard && nyc ava"
  },
  "version": "3.0.0"
}
