![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/clinic.corals.io/node_modules/tapable/ |
{ "_args": [ [ "[email protected]", "/home/corals/clinic.corals.io" ] ], "_development": true, "_from": "[email protected]", "_id": "[email protected]", "_inBundle": false, "_integrity": "sha512-FBk4IesMV1rBxX2tfiK8RAmogtWn53puLOQlvO8XuwlgxcYbP4mVPS9Ph4aeamSyyVjOl24aYWAuc8U5kCVwMw==", "_location": "/tapable", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "[email protected]", "name": "tapable", "escapedName": "tapable", "rawSpec": "2.2.0", "saveSpec": null, "fetchSpec": "2.2.0" }, "_requiredBy": [ "/enhanced-resolve", "/webpack" ], "_resolved": "https://registry.npmjs.org/tapable/-/tapable-2.2.0.tgz", "_spec": "2.2.0", "_where": "/home/corals/clinic.corals.io", "author": { "name": "Tobias Koppers @sokra" }, "browser": { "util": "./lib/util-browser.js" }, "bugs": { "url": "https://github.com/webpack/tapable/issues" }, "description": "Just a little module for plugins.", "devDependencies": { "@babel/core": "^7.4.4", "@babel/preset-env": "^7.4.4", "babel-jest": "^24.8.0", "codecov": "^3.5.0", "jest": "^24.8.0", "prettier": "^1.17.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://[email protected]/webpack/tapable.git" }, "scripts": { "pretty": "prettier --loglevel warn --write lib/*.js lib/__tests__/*.js", "pretty-lint": "prettier --check lib/*.js lib/__tests__/*.js", "test": "jest", "travis": "yarn pretty-lint && jest --coverage && codecov" }, "types": "./tapable.d.ts", "version": "2.2.0" }