| Server IP : 34.87.99.72 / Your IP : 216.73.217.31 Web Server : Apache/2.4.46 (Unix) OpenSSL/1.1.1n System : Linux zlock-bitnami-lamp-prod-v2-vm 4.19.0-16-cloud-amd64 #1 SMP Debian 4.19.181-1 (2021-03-19) x86_64 User : bitnami ( 1000) PHP Version : 7.4.18 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : OFF Directory : /opt/bitnami/apache/htdocs/app/node_modules/webpack/node_modules/webpack-sources/ |
Upload File : |
{
"_from": "webpack-sources@^2.1.1",
"_id": "webpack-sources@2.2.0",
"_inBundle": false,
"_integrity": "sha512-bQsA24JLwcnWGArOKUxYKhX3Mz/nK1Xf6hxullKERyktjNMC4x8koOeaDNTA2fEJ09BdWLbM/iTW0ithREUP0w==",
"_location": "/webpack/webpack-sources",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "webpack-sources@^2.1.1",
"name": "webpack-sources",
"escapedName": "webpack-sources",
"rawSpec": "^2.1.1",
"saveSpec": null,
"fetchSpec": "^2.1.1"
},
"_requiredBy": [
"/webpack"
],
"_resolved": "https://registry.npmjs.org/webpack-sources/-/webpack-sources-2.2.0.tgz",
"_shasum": "058926f39e3d443193b6c31547229806ffd02bac",
"_spec": "webpack-sources@^2.1.1",
"_where": "/opt/bitnami/apache/htdocs/app/node_modules/webpack",
"author": {
"name": "Tobias Koppers @sokra"
},
"bugs": {
"url": "https://github.com/webpack/webpack-sources/issues"
},
"bundleDependencies": false,
"dependencies": {
"source-list-map": "^2.0.1",
"source-map": "^0.6.1"
},
"deprecated": false,
"description": "Source code handling classes for webpack",
"devDependencies": {
"coveralls": "^3.0.2",
"eslint": "^7.7.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-jest": "^23.20.0",
"eslint-plugin-mocha": "^8.0.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-nodeca": "^1.0.3",
"eslint-plugin-prettier": "^3.0.1",
"istanbul": "^0.4.1",
"jest": "^26.4.0",
"prettier": "^2.0.5",
"sourcemap-validator": "^2.1.0"
},
"engines": {
"node": ">=10.13.0"
},
"files": [
"lib/"
],
"homepage": "https://github.com/webpack/webpack-sources#readme",
"jest": {
"forceExit": true,
"testMatch": [
"<rootDir>/test/*.js"
],
"transformIgnorePatterns": [
"<rootDir>"
],
"testEnvironment": "node"
},
"keywords": [
"webpack",
"source-map"
],
"license": "MIT",
"main": "./lib/index.js",
"name": "webpack-sources",
"repository": {
"type": "git",
"url": "git+https://github.com/webpack/webpack-sources.git"
},
"scripts": {
"cover": "jest --coverage",
"lint": "eslint --cache lib test",
"precover": "yarn lint",
"pretest": "yarn lint",
"test": "jest",
"travis": "yarn cover"
},
"version": "2.2.0"
}