1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889 |
- {
- "_args": [
- [
- "webpack-sources@3.2.3",
- "/Users/mac/projects/mime/mine"
- ]
- ],
- "_development": true,
- "_from": "webpack-sources@3.2.3",
- "_id": "webpack-sources@3.2.3",
- "_inBundle": false,
- "_integrity": "sha512-/DyMEOrDgLKKIG0fmvtz+4dUX/3Ghozwgm6iPp8KRhvn+eQf9+Q7GWxVNMk3+uCPWfdXYC4ExGBckIXdFEfH1w==",
- "_location": "/webpack-sources",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "webpack-sources@3.2.3",
- "name": "webpack-sources",
- "escapedName": "webpack-sources",
- "rawSpec": "3.2.3",
- "saveSpec": null,
- "fetchSpec": "3.2.3"
- },
- "_requiredBy": [
- "/webpack"
- ],
- "_resolved": "https://registry.npmmirror.com/webpack-sources/-/webpack-sources-3.2.3.tgz",
- "_spec": "3.2.3",
- "_where": "/Users/mac/projects/mime/mine",
- "author": {
- "name": "Tobias Koppers @sokra"
- },
- "bugs": {
- "url": "https://github.com/webpack/webpack-sources/issues"
- },
- "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",
- "source-map": "^0.7.3",
- "sourcemap-validator": "^2.1.0"
- },
- "engines": {
- "node": ">=10.13.0"
- },
- "files": [
- "lib/",
- "!lib/helpers/__mocks__"
- ],
- "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/*.js",
- "pretest": "yarn lint",
- "test": "jest"
- },
- "version": "3.2.3"
- }
|