71 lines
1.7 KiB
JSON
71 lines
1.7 KiB
JSON
{
|
|
"_from": "path-to-regexp@~1.2.1",
|
|
"_id": "path-to-regexp@1.2.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-szcFwUAjTYc8hyHHuf2LVB7Tr/k=",
|
|
"_location": "/path-to-regexp",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "path-to-regexp@~1.2.1",
|
|
"name": "path-to-regexp",
|
|
"escapedName": "path-to-regexp",
|
|
"rawSpec": "~1.2.1",
|
|
"saveSpec": null,
|
|
"fetchSpec": "~1.2.1"
|
|
},
|
|
"_requiredBy": [
|
|
"/page"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-1.2.1.tgz",
|
|
"_shasum": "b33705c140234d873c8721c7b9fd8b541ed3aff9",
|
|
"_spec": "path-to-regexp@~1.2.1",
|
|
"_where": "/home/s2/tmp/vanillajs-seed/node_modules/page",
|
|
"bugs": {
|
|
"url": "https://github.com/pillarjs/path-to-regexp/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"component": {
|
|
"scripts": {
|
|
"path-to-regexp": "index.js"
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"isarray": "0.0.1"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Express style path to RegExp utility",
|
|
"devDependencies": {
|
|
"chai": "^2.3.0",
|
|
"istanbul": "~0.3.0",
|
|
"mocha": "~2.2.4",
|
|
"pre-commit": "~1.0.5",
|
|
"standard": "~3.7.3"
|
|
},
|
|
"files": [
|
|
"index.js",
|
|
"LICENSE"
|
|
],
|
|
"homepage": "https://github.com/pillarjs/path-to-regexp#readme",
|
|
"keywords": [
|
|
"express",
|
|
"regexp",
|
|
"route",
|
|
"routing"
|
|
],
|
|
"license": "MIT",
|
|
"name": "path-to-regexp",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/pillarjs/path-to-regexp.git"
|
|
},
|
|
"scripts": {
|
|
"lint": "standard",
|
|
"test": "npm run lint && npm run test-cov",
|
|
"test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- -R spec",
|
|
"test-spec": "mocha -R spec --bail"
|
|
},
|
|
"version": "1.2.1"
|
|
}
|