File size: 1,618 Bytes
48e84aa
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
  "_from": "[email protected]",
  "_id": "[email protected]",
  "_inBundle": false,
  "_integrity": "sha512-5DFkuoqlv1uYQKxy8omFBeJPQcdoE07Kv2sferDCrAq1ohOU+MSDswDIbnx3YAM60qIOnYa53wBhXW0EbMonrQ==",
  "_location": "/path-to-regexp",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "[email protected]",
    "name": "path-to-regexp",
    "escapedName": "path-to-regexp",
    "rawSpec": "0.1.7",
    "saveSpec": null,
    "fetchSpec": "0.1.7"
  },
  "_requiredBy": [
    "/express"
  ],
  "_resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.7.tgz",
  "_shasum": "df604178005f522f15eb4490e7247a1bfaa67f8c",
  "_spec": "[email protected]",
  "_where": "/Users/sylvainfiloni/Documents/HF spaces/Docker test/controlnet anim/controlnet-animation-doodle/node_modules/express",
  "bugs": {
    "url": "https://github.com/component/path-to-regexp/issues"
  },
  "bundleDependencies": false,
  "component": {
    "scripts": {
      "path-to-regexp": "index.js"
    }
  },
  "deprecated": false,
  "description": "Express style path to RegExp utility",
  "devDependencies": {
    "istanbul": "^0.2.6",
    "mocha": "^1.17.1"
  },
  "files": [
    "index.js",
    "LICENSE"
  ],
  "homepage": "https://github.com/component/path-to-regexp#readme",
  "keywords": [
    "express",
    "regexp"
  ],
  "license": "MIT",
  "name": "path-to-regexp",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/component/path-to-regexp.git"
  },
  "scripts": {
    "test": "istanbul cover _mocha -- -R spec"
  },
  "version": "0.1.7"
}