1 | {
|
---|
2 | "_args": [
|
---|
3 | [
|
---|
4 | "watchpack@2.2.0",
|
---|
5 | "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
|
---|
6 | ]
|
---|
7 | ],
|
---|
8 | "_development": true,
|
---|
9 | "_from": "watchpack@2.2.0",
|
---|
10 | "_id": "watchpack@2.2.0",
|
---|
11 | "_inBundle": false,
|
---|
12 | "_integrity": "sha512-up4YAn/XHgZHIxFBVCdlMiWDj6WaLKpwVeGQk2I5thdYxF/KmF0aaz6TfJZ/hfl1h/XlcDr7k1KH7ThDagpFaA==",
|
---|
13 | "_location": "/watchpack",
|
---|
14 | "_phantomChildren": {},
|
---|
15 | "_requested": {
|
---|
16 | "type": "version",
|
---|
17 | "registry": true,
|
---|
18 | "raw": "watchpack@2.2.0",
|
---|
19 | "name": "watchpack",
|
---|
20 | "escapedName": "watchpack",
|
---|
21 | "rawSpec": "2.2.0",
|
---|
22 | "saveSpec": null,
|
---|
23 | "fetchSpec": "2.2.0"
|
---|
24 | },
|
---|
25 | "_requiredBy": [
|
---|
26 | "/webpack"
|
---|
27 | ],
|
---|
28 | "_resolved": "https://registry.npmjs.org/watchpack/-/watchpack-2.2.0.tgz",
|
---|
29 | "_spec": "2.2.0",
|
---|
30 | "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
|
---|
31 | "author": {
|
---|
32 | "name": "Tobias Koppers @sokra"
|
---|
33 | },
|
---|
34 | "bugs": {
|
---|
35 | "url": "https://github.com/webpack/watchpack/issues"
|
---|
36 | },
|
---|
37 | "dependencies": {
|
---|
38 | "glob-to-regexp": "^0.4.1",
|
---|
39 | "graceful-fs": "^4.1.2"
|
---|
40 | },
|
---|
41 | "description": "Wrapper library for directory and file watching.",
|
---|
42 | "devDependencies": {
|
---|
43 | "coveralls": "^3.0.0",
|
---|
44 | "eslint": "^5.11.1",
|
---|
45 | "eslint-config-prettier": "^4.3.0",
|
---|
46 | "eslint-plugin-prettier": "^3.1.0",
|
---|
47 | "istanbul": "^0.4.3",
|
---|
48 | "mocha": "^5.0.1",
|
---|
49 | "prettier": "^1.11.0",
|
---|
50 | "rimraf": "^2.6.2",
|
---|
51 | "should": "^8.3.1",
|
---|
52 | "write-file-atomic": "^3.0.1"
|
---|
53 | },
|
---|
54 | "directories": {
|
---|
55 | "test": "test"
|
---|
56 | },
|
---|
57 | "engines": {
|
---|
58 | "node": ">=10.13.0"
|
---|
59 | },
|
---|
60 | "files": [
|
---|
61 | "lib/"
|
---|
62 | ],
|
---|
63 | "homepage": "https://github.com/webpack/watchpack",
|
---|
64 | "license": "MIT",
|
---|
65 | "main": "./lib/watchpack.js",
|
---|
66 | "name": "watchpack",
|
---|
67 | "repository": {
|
---|
68 | "type": "git",
|
---|
69 | "url": "git+https://github.com/webpack/watchpack.git"
|
---|
70 | },
|
---|
71 | "scripts": {
|
---|
72 | "cover": "istanbul cover node_modules/mocha/bin/_mocha",
|
---|
73 | "lint": "eslint lib",
|
---|
74 | "precover": "yarn lint",
|
---|
75 | "pretest": "yarn lint",
|
---|
76 | "pretty-files": "prettier \"lib/**.*\" \"test/**/*.js\" --write",
|
---|
77 | "test": "mocha"
|
---|
78 | },
|
---|
79 | "version": "2.2.0"
|
---|
80 | }
|
---|