| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125 |
- {
- "_args": [
- [
- "worker-plugin@3.2.0",
- "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
- ]
- ],
- "_development": true,
- "_from": "worker-plugin@3.2.0",
- "_id": "worker-plugin@3.2.0",
- "_inBundle": false,
- "_integrity": "sha512-W5nRkw7+HlbsEt3qRP6MczwDDISjiRj2GYt9+bpe8A2La00TmJdwzG5bpdMXhRt1qcWmwAvl1TiKaHRa+XDS9Q==",
- "_location": "/worker-plugin",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "worker-plugin@3.2.0",
- "name": "worker-plugin",
- "escapedName": "worker-plugin",
- "rawSpec": "3.2.0",
- "saveSpec": null,
- "fetchSpec": "3.2.0"
- },
- "_requiredBy": [
- "/@angular-devkit/build-angular"
- ],
- "_resolved": "https://registry.npmjs.org/worker-plugin/-/worker-plugin-3.2.0.tgz",
- "_spec": "3.2.0",
- "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
- "author": {
- "name": "The Chromium Authors"
- },
- "babel": {
- "plugins": [
- "transform-es2015-modules-commonjs"
- ]
- },
- "bugs": {
- "url": "https://github.com/GoogleChromeLabs/worker-plugin/issues"
- },
- "contributors": [
- {
- "name": "Jason Miller",
- "email": "developit@google.com"
- }
- ],
- "dependencies": {
- "loader-utils": "^1.1.0"
- },
- "description": "Webpack plugin to bundle Workers automagically.",
- "devDependencies": {
- "@file-services/memory": "^1.0.3",
- "@file-services/node": "^1.0.3",
- "@file-services/overlay": "^1.0.3",
- "babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",
- "clean-webpack-plugin": "^1.0.0",
- "eslint": "^5.9.0",
- "eslint-config-standard": "^12.0.0",
- "eslint-plugin-import": "^2.14.0",
- "eslint-plugin-node": "^8.0.0",
- "eslint-plugin-promise": "^4.0.1",
- "eslint-plugin-standard": "^4.0.0",
- "jest": "^23.6.0",
- "memory-fs": "^0.4.1",
- "microbundle": "^0.8.2",
- "puppeteer": "^1.11.0",
- "serve-handler": "^5.0.7",
- "terser-webpack-plugin": "^1.1.0",
- "webpack": "^4.26.1"
- },
- "eslintConfig": {
- "extends": "eslint-config-standard",
- "env": {
- "browser": true,
- "jest": true
- },
- "rules": {
- "indent": [
- "error",
- 2
- ],
- "semi": [
- "error",
- "always"
- ]
- }
- },
- "files": [
- "src",
- "dist"
- ],
- "homepage": "https://github.com/GoogleChromeLabs/worker-plugin#readme",
- "jest": {
- "watchPathIgnorePatterns": [
- "<rootDir>/node_modules/",
- "<rootDir>/test/fixtures/"
- ]
- },
- "keywords": [
- "webpack",
- "plugin",
- "worker",
- "web worker",
- "thread"
- ],
- "license": "Apache-2.0",
- "main": "dist/worker-plugin.js",
- "name": "worker-plugin",
- "peerDependencies": {
- "webpack": ">= 4"
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/GoogleChromeLabs/worker-plugin.git"
- },
- "scripts": {
- "build": "microbundle --inline none --format cjs --no-compress src/*.js",
- "dev": "jest --verbose --watchAll",
- "prepack": "npm run build",
- "release": "npm t && git commit -am $npm_package_version && git tag $npm_package_version && git push && git push --tags && npm publish",
- "test": "npm run build && jest --verbose"
- },
- "version": "3.2.0"
- }
|