| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778 |
- {
- "_from": "tapable@^2.1.1",
- "_id": "tapable@2.2.2",
- "_inBundle": false,
- "_integrity": "sha512-Re10+NauLTMCudc7T5WLFLAwDhQ0JWdrMK+9B2M8zR5hRExKmsRDCBA7/aV/pNJFltmBFO5BAMlQFi/vq3nKOg==",
- "_location": "/tapable",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "tapable@^2.1.1",
- "name": "tapable",
- "escapedName": "tapable",
- "rawSpec": "^2.1.1",
- "saveSpec": null,
- "fetchSpec": "^2.1.1"
- },
- "_requiredBy": [
- "/enhanced-resolve",
- "/html-webpack-plugin",
- "/mini-css-extract-plugin",
- "/webpack"
- ],
- "_resolved": "https://registry.npmmirror.com/tapable/-/tapable-2.2.2.tgz",
- "_shasum": "ab4984340d30cb9989a490032f086dbb8b56d872",
- "_spec": "tapable@^2.1.1",
- "_where": "E:\\vue_project\\el-table-column\\node_modules\\webpack",
- "author": {
- "name": "Tobias Koppers @sokra"
- },
- "browser": {
- "util": "./lib/util-browser.js"
- },
- "bugs": {
- "url": "https://github.com/webpack/tapable/issues"
- },
- "bundleDependencies": false,
- "deprecated": false,
- "description": "Just a little module for plugins.",
- "devDependencies": {
- "@babel/core": "^7.4.4",
- "@babel/preset-env": "^7.4.4",
- "babel-jest": "^24.8.0",
- "jest": "^24.8.0",
- "prettier": "^3.5.3",
- "prettier-1": "npm:prettier@^1"
- },
- "engines": {
- "node": ">=6"
- },
- "files": [
- "lib",
- "!lib/__tests__",
- "tapable.d.ts"
- ],
- "homepage": "https://github.com/webpack/tapable",
- "jest": {
- "transform": {
- "__tests__[\\\\/].+\\.js$": "babel-jest"
- }
- },
- "license": "MIT",
- "main": "lib/index.js",
- "name": "tapable",
- "repository": {
- "type": "git",
- "url": "git+ssh://git@github.com/webpack/tapable.git"
- },
- "scripts": {
- "fmt": "yarn fmt:base --log-level warn --write",
- "fmt:base": "node node_modules/prettier/bin/prettier.cjs --cache --ignore-unknown .",
- "fmt:check": "yarn fmt:base --check",
- "lint": "yarn fmt:check",
- "test": "jest"
- },
- "types": "./tapable.d.ts",
- "version": "2.2.2"
- }
|