'f'
mh-two-thousand-and-two
2024-04-12 26f2711ef9461961fb953e2b497bd314ef95e345
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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
  "_args": [
    [
      "xregexp@4.0.0",
      "C:\\Users\\hp\\Desktop\\gitzhongyi"
    ]
  ],
  "_development": true,
  "_from": "xregexp@4.0.0",
  "_id": "xregexp@4.0.0",
  "_inBundle": false,
  "_integrity": "sha512-PHyM+sQouu7xspQQwELlGwwd05mXUFqwFYfqPO0cC7x4fxyHnnuetmQr6CjJiafIDoH4MogHb9dOoJzR/Y4rFg==",
  "_location": "/xregexp",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "xregexp@4.0.0",
    "name": "xregexp",
    "escapedName": "xregexp",
    "rawSpec": "4.0.0",
    "saveSpec": null,
    "fetchSpec": "4.0.0"
  },
  "_requiredBy": [
    "/@dcloudio/vue-cli-plugin-uni"
  ],
  "_resolved": "https://registry.npmmirror.com/xregexp/-/xregexp-4.0.0.tgz",
  "_spec": "4.0.0",
  "_where": "C:\\Users\\hp\\Desktop\\gitzhongyi",
  "author": {
    "name": "Steven Levithan",
    "email": "steves_list@hotmail.com"
  },
  "bugs": {
    "url": "https://github.com/slevithan/xregexp/issues"
  },
  "description": "Extended regular expressions",
  "devDependencies": {
    "babel-cli": "^6.24.1",
    "babel-plugin-add-module-exports": "^0.2.1",
    "babel-plugin-array-includes": "^2.0.3",
    "babel-plugin-transform-xregexp": "^0.0.4",
    "babel-preset-env": "^1.4.0",
    "browserify": "^12.0.1",
    "eslint": "^3.19.0",
    "jasmine": "^2.5.3",
    "zuul": "^3.11.1"
  },
  "files": [
    "src",
    "lib",
    "xregexp-all.js",
    "LICENSE"
  ],
  "homepage": "http://xregexp.com/",
  "keywords": [
    "regex",
    "regexp",
    "regular expression",
    "unicode"
  ],
  "license": "MIT",
  "main": "./lib",
  "name": "xregexp",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/slevithan/xregexp.git"
  },
  "scripts": {
    "babel": "babel src -d lib",
    "build": "browserify lib/index.js --standalone XRegExp > xregexp-all.js",
    "lint": "eslint src",
    "prebuild": "npm run lint && npm run babel",
    "prepublish": "npm test",
    "pretest": "npm run build",
    "test": "jasmine JASMINE_CONFIG_PATH=tests/jasmine.json",
    "test-browser": "npm run test-saucelabs -- --local --open",
    "test-saucelabs": "npm run pretest && zuul tests/spec/*.js"
  },
  "version": "4.0.0"
}