123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119 |
- {
- "_args": [
- [
- "regexpp@1.1.0",
- "/Users/lihai/jolijoli/pad_spa"
- ]
- ],
- "_development": true,
- "_from": "regexpp@1.1.0",
- "_id": "regexpp@1.1.0",
- "_inBundle": false,
- "_integrity": "sha1-DjUW3Qt5BPQT0tQZPc5GGMOmias=",
- "_location": "/regexpp",
- "_optional": true,
- "_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": [
- "/@vue/cli-plugin-eslint/eslint"
- ],
- "_resolved": "https://registry.npm.taobao.org/regexpp/download/regexpp-1.1.0.tgz",
- "_spec": "1.1.0",
- "_where": "/Users/lihai/jolijoli/pad_spa",
- "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"
- }
|