Changeset 59329aa for trip-planner-front/node_modules/tapable
- 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/tapable/package.json
rceaed42 r59329aa 1 1 { 2 "name": "tapable", 3 "version": "2.2.1", 4 "author": "Tobias Koppers @sokra", 2 "_args": [ 3 [ 4 "tapable@2.2.1", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "tapable@2.2.1", 10 "_id": "tapable@2.2.1", 11 "_inBundle": false, 12 "_integrity": "sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==", 13 "_location": "/tapable", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "tapable@2.2.1", 19 "name": "tapable", 20 "escapedName": "tapable", 21 "rawSpec": "2.2.1", 22 "saveSpec": null, 23 "fetchSpec": "2.2.1" 24 }, 25 "_requiredBy": [ 26 "/enhanced-resolve", 27 "/webpack" 28 ], 29 "_resolved": "https://registry.npmjs.org/tapable/-/tapable-2.2.1.tgz", 30 "_spec": "2.2.1", 31 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 32 "author": { 33 "name": "Tobias Koppers @sokra" 34 }, 35 "browser": { 36 "util": "./lib/util-browser.js" 37 }, 38 "bugs": { 39 "url": "https://github.com/webpack/tapable/issues" 40 }, 5 41 "description": "Just a little module for plugins.", 6 "license": "MIT",7 "homepage": "https://github.com/webpack/tapable",8 "repository": {9 "type": "git",10 "url": "http://github.com/webpack/tapable.git"11 },12 42 "devDependencies": { 13 43 "@babel/core": "^7.4.4", … … 26 56 "tapable.d.ts" 27 57 ], 28 "main": "lib/index.js", 29 "types": "./tapable.d.ts", 30 "browser": { 31 "util": "./lib/util-browser.js" 32 }, 33 "scripts": { 34 "test": "jest", 35 "travis": "yarn pretty-lint && jest --coverage && codecov", 36 "pretty-lint": "prettier --check lib/*.js lib/__tests__/*.js", 37 "pretty": "prettier --loglevel warn --write lib/*.js lib/__tests__/*.js" 38 }, 58 "homepage": "https://github.com/webpack/tapable", 39 59 "jest": { 40 60 "transform": { 41 61 "__tests__[\\\\/].+\\.js$": "babel-jest" 42 62 } 43 } 63 }, 64 "license": "MIT", 65 "main": "lib/index.js", 66 "name": "tapable", 67 "repository": { 68 "type": "git", 69 "url": "git+ssh://git@github.com/webpack/tapable.git" 70 }, 71 "scripts": { 72 "pretty": "prettier --loglevel warn --write lib/*.js lib/__tests__/*.js", 73 "pretty-lint": "prettier --check lib/*.js lib/__tests__/*.js", 74 "test": "jest", 75 "travis": "yarn pretty-lint && jest --coverage && codecov" 76 }, 77 "types": "./tapable.d.ts", 78 "version": "2.2.1" 44 79 }
Note:
See TracChangeset
for help on using the changeset viewer.