first commit
This commit is contained in:
73
node_modules/path-to-regexp/package.json
generated
vendored
Normal file
73
node_modules/path-to-regexp/package.json
generated
vendored
Normal file
@@ -0,0 +1,73 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"path-to-regexp@1.2.1",
|
||||
"D:\\Projects\\siag\\vanillajs-seed"
|
||||
]
|
||||
],
|
||||
"_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": "version",
|
||||
"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",
|
||||
"_spec": "1.2.1",
|
||||
"_where": "D:\\Projects\\siag\\vanillajs-seed",
|
||||
"bugs": {
|
||||
"url": "https://github.com/pillarjs/path-to-regexp/issues"
|
||||
},
|
||||
"component": {
|
||||
"scripts": {
|
||||
"path-to-regexp": "index.js"
|
||||
}
|
||||
},
|
||||
"dependencies": {
|
||||
"isarray": "0.0.1"
|
||||
},
|
||||
"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"
|
||||
}
|
Reference in New Issue
Block a user