line_push/node_modules/time-fix-plugin/package.json
2022-07-18 02:50:52 +00:00

69 lines
1.6 KiB
JSON

{
"_args": [
[
"time-fix-plugin@2.0.7",
"/home/node/nuxt"
]
],
"_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": "version",
"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",
"_spec": "2.0.7",
"_where": "/home/node/nuxt",
"author": {
"name": "egoist",
"email": "0x142857@gmail.com"
},
"bugs": {
"url": "https://github.com/egoist/time-fix-plugin/issues"
},
"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/**"
]
}
}