1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465 |
- {
- "_from": "time-fix-plugin@^2.0.7",
- "_id": "time-fix-plugin@2.0.7",
- "_inBundle": false,
- "_integrity": "sha512-uVFet1LQToeUX0rTcSiYVYVoGuBpc8gP/2jnlUzuHMHe+gux6XLsNzxLUweabMwiUj5ejhoIMsUI55nVSEa/Vw==",
- "_location": "/time-fix-plugin",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "time-fix-plugin@^2.0.7",
- "name": "time-fix-plugin",
- "escapedName": "time-fix-plugin",
- "rawSpec": "^2.0.7",
- "saveSpec": null,
- "fetchSpec": "^2.0.7"
- },
- "_requiredBy": [
- "/@nuxt/webpack"
- ],
- "_resolved": "https://registry.npmjs.org/time-fix-plugin/-/time-fix-plugin-2.0.7.tgz",
- "_shasum": "4ba70ae2e40cedf34dabe505eda7b71b1b244f50",
- "_spec": "time-fix-plugin@^2.0.7",
- "_where": "H:\\gs_nuxt\\node_modules\\@nuxt\\webpack",
- "author": {
- "name": "egoist",
- "email": "0x142857@gmail.com"
- },
- "bugs": {
- "url": "https://github.com/egoist/time-fix-plugin/issues"
- },
- "bundleDependencies": false,
- "deprecated": false,
- "description": "Fix startTime for webpack watcher",
- "devDependencies": {
- "eslint-config-rem": "^3.0.0",
- "webpack": "^4.31.0",
- "xo": "^0.18.0"
- },
- "files": [
- "index.js"
- ],
- "homepage": "https://github.com/egoist/time-fix-plugin#readme",
- "license": "MIT",
- "main": "index.js",
- "name": "time-fix-plugin",
- "peerDependencies": {
- "webpack": ">=4.0.0"
- },
- "repository": {
- "url": "git+https://github.com/egoist/time-fix-plugin.git",
- "type": "git"
- },
- "scripts": {
- "lint": "xo",
- "test": "npm run lint && echo 'no tests!'"
- },
- "version": "2.0.7",
- "xo": {
- "extends": "rem",
- "ignores": [
- "example/**"
- ]
- }
- }
|