Ignore:
Timestamp:
12/12/24 17:06:06 (5 weeks ago)
Author:
stefan toskovski <stefantoska84@…>
Branches:
main
Parents:
d565449
Message:

Pred finalna verzija

File:
1 edited

Legend:

Unmodified
Added
Removed
  • imaps-frontend/node_modules/form-data/package.json

    rd565449 r0c6b92a  
    33  "name": "form-data",
    44  "description": "A library to create readable \"multipart/form-data\" streams. Can be used to submit forms and file uploads to other web applications.",
    5   "version": "4.0.0",
     5  "version": "4.0.1",
    66  "repository": {
    77    "type": "git",
     
    1212  "typings": "./index.d.ts",
    1313  "scripts": {
    14     "pretest": "rimraf coverage test/tmp",
    15     "test": "istanbul cover test/run.js",
    16     "posttest": "istanbul report lcov text",
    17     "lint": "eslint lib/*.js test/*.js test/integration/*.js",
     14    "pretest": "npm run lint",
     15    "pretests-only": "rimraf coverage test/tmp",
     16    "tests-only": "istanbul cover test/run.js",
     17    "posttests-only": "istanbul report lcov text",
     18    "test": "npm run tests-only",
     19    "posttest": "npx npm@'>=10.2' audit --production",
     20    "lint": "eslint --ext=js,mjs .",
    1821    "report": "istanbul report lcov text",
    1922    "ci-lint": "is-node-modern 8 && npm run lint || is-node-not-modern 8",
    20     "ci-test": "npm run test && npm run browser && npm run report",
     23    "ci-test": "npm run tests-only && npm run browser && npm run report",
    2124    "predebug": "rimraf coverage test/tmp",
    2225    "debug": "verbose=1 ./test/run.js",
Note: See TracChangeset for help on using the changeset viewer.