Blame view

node_modules/regexpp/package.json 3.27 KB
ce4c83ff   wxy   初始提交
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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
  {
    "_args": [
      [
        "regexpp@1.1.0",
        "D:\\WS\\WebstormProjects\\222\\lawyer"
      ]
    ],
    "_development": true,
    "_from": "regexpp@1.1.0",
    "_id": "regexpp@1.1.0",
    "_inBundle": false,
    "_integrity": "sha512-LOPw8FpgdQF9etWMaAfG/WRthIdXJGYp4mJ2Jgn/2lpkbod9jPn0t9UqN7AxBOKNfzRbYyVfgc7Vk4t/MpnXgw==",
    "_location": "/regexpp",
    "_phantomChildren": {},
    "_requested": {
      "type": "version",
      "registry": true,
      "raw": "regexpp@1.1.0",
      "name": "regexpp",
      "escapedName": "regexpp",
      "rawSpec": "1.1.0",
      "saveSpec": null,
      "fetchSpec": "1.1.0"
    },
    "_requiredBy": [
      "/eslint"
    ],
    "_resolved": "http://registry.npmjs.org/regexpp/-/regexpp-1.1.0.tgz",
    "_spec": "1.1.0",
    "_where": "D:\\WS\\WebstormProjects\\222\\lawyer",
    "author": {
      "name": "Toru Nagashima",
      "url": "https://github.com/mysticatea"
    },
    "bugs": {
      "url": "https://github.com/mysticatea/regexpp/issues"
    },
    "dependencies": {},
    "description": "Regular expression parser for ECMAScript 2018.",
    "devDependencies": {
      "@types/eslint": "^4.16.0",
      "@types/mocha": "^2.2.48",
      "@types/node": "^9.4.6",
      "babel-core": "^6.26.0",
      "babel-plugin-transform-es2015-destructuring": "^6.23.0",
      "babel-plugin-transform-es2015-parameters": "^6.24.1",
      "babel-plugin-transform-es2015-spread": "^6.22.0",
      "dts-bundle": "^0.7.3",
      "eslint": "^4.18.0",
      "eslint-config-mysticatea": "^13.0.2",
      "eslint-config-prettier": "^2.9.0",
      "eslint-plugin-prettier": "^2.4.0",
      "mocha": "^5.0.1",
      "npm-run-all": "^4.1.2",
      "prettier": "^1.9.2",
      "rimraf": "^2.6.2",
      "rollup": "^0.56.1",
      "rollup-plugin-babel": "^3.0.3",
      "rollup-plugin-node-resolve": "^3.0.3",
      "rollup-plugin-sourcemaps": "^0.4.2",
      "rollup-watch": "^4.3.1",
      "ts-node": "^5.0.0",
      "typescript": "^2.7.2",
      "typescript-eslint-parser": "^14.0.0"
    },
    "engines": {
      "node": ">=4.0.0"
    },
    "files": [
      "index.*"
    ],
    "homepage": "https://github.com/mysticatea/regexpp#readme",
    "keywords": [
      "regexp",
      "regular",
      "expression",
      "parser",
      "validator",
      "ast",
      "abstract",
      "syntax",
      "tree",
      "ecmascript",
      "es2015",
      "es2016",
      "es2017",
      "es2018",
      "annexB"
    ],
    "license": "MIT",
    "main": "index",
    "name": "regexpp",
    "repository": {
      "type": "git",
      "url": "git+https://github.com/mysticatea/regexpp.git"
    },
    "scripts": {
      "build": "run-s build:*",
      "build:dts": "dts-bundle --name regexpp --main .temp/index.d.ts --out ../index.d.ts",
      "build:js": "rollup -c rollup-js.config.js",
      "build:mjs": "rollup -c rollup-mjs.config.js",
      "build:tsc": "tsc --module es2015 --target es2015",
      "clean": "rimraf .temp index.*",
      "lint": "eslint src test tools --ext .ts",
      "postversion": "git push && git push --tags",
      "prebuild": "npm run -s clean",
      "pretest": "run-s build lint",
      "preversion": "npm test",
      "prewatch": "npm run -s clean",
      "test": "_mocha --require ts-node/register --reporter dot --timeout 10000 \"test/*.ts\"",
      "update:ids": "ts-node tools/update-unicode-ids.ts",
      "update:test": "ts-node tools/update-fixtures.ts",
      "version": "npm run -s build",
      "watch": "npm run -s test -- --watch-extensions .ts --watch --growl"
    },
    "version": "1.1.0"
  }