Changeset 59329aa for trip-planner-front/node_modules/watchpack
- Timestamp:
- 11/23/21 14:58:44 (3 years ago)
- Branches:
- master
- Children:
- e29cc2e
- Parents:
- ceaed42
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/watchpack/package.json
rceaed42 r59329aa 1 1 { 2 "name": "watchpack", 3 "version": "2.2.0", 4 "description": "", 5 "main": "./lib/watchpack.js", 6 "directories": { 7 "test": "test" 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" 8 24 }, 9 " files": [10 " lib/"25 "_requiredBy": [ 26 "/webpack" 11 27 ], 12 "scripts": { 13 "pretest": "yarn lint", 14 "test": "mocha", 15 "lint": "eslint lib", 16 "precover": "yarn lint", 17 "pretty-files": "prettier \"lib/**.*\" \"test/**/*.js\" --write", 18 "cover": "istanbul cover node_modules/mocha/bin/_mocha" 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" 19 33 }, 20 "repository": {21 "type": "git",22 "url": "https://github.com/webpack/watchpack.git"23 },24 "author": "Tobias Koppers @sokra",25 "license": "MIT",26 34 "bugs": { 27 35 "url": "https://github.com/webpack/watchpack/issues" 28 36 }, 29 "homepage": "https://github.com/webpack/watchpack", 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.", 30 42 "devDependencies": { 31 43 "coveralls": "^3.0.0", … … 40 52 "write-file-atomic": "^3.0.1" 41 53 }, 42 "dependencies": { 43 "glob-to-regexp": "^0.4.1", 44 "graceful-fs": "^4.1.2" 54 "directories": { 55 "test": "test" 45 56 }, 46 57 "engines": { 47 58 "node": ">=10.13.0" 48 } 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" 49 80 }
Note:
See TracChangeset
for help on using the changeset viewer.