You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
58 lines
1.6 KiB
JSON
58 lines
1.6 KiB
JSON
{
|
|
"_from": "common-path-prefix@^1.0.0",
|
|
"_id": "common-path-prefix@1.0.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-zVL28HEuC6q5fW+XModPIvR3UsA=",
|
|
"_location": "/common-path-prefix",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "common-path-prefix@^1.0.0",
|
|
"name": "common-path-prefix",
|
|
"escapedName": "common-path-prefix",
|
|
"rawSpec": "^1.0.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^1.0.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/ava"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/common-path-prefix/-/common-path-prefix-1.0.0.tgz",
|
|
"_shasum": "cd52f6f0712e0baab97d6f9732874f22f47752c0",
|
|
"_spec": "common-path-prefix@^1.0.0",
|
|
"_where": "/home/mwinter/www/unboundedpress/node_modules/ava",
|
|
"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": "^0.9.1",
|
|
"nyc": "^5.3.0",
|
|
"standard": "^5.4.1"
|
|
},
|
|
"files": [
|
|
"index.js"
|
|
],
|
|
"homepage": "https://github.com/novemberborn/common-path-prefix#readme",
|
|
"license": "ISC",
|
|
"main": "index.js",
|
|
"name": "common-path-prefix",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/novemberborn/common-path-prefix.git"
|
|
},
|
|
"scripts": {
|
|
"coverage": "nyc npm test",
|
|
"posttest": "standard",
|
|
"test": "ava"
|
|
},
|
|
"version": "1.0.0"
|
|
}
|