Ignore:
Timestamp:
01/21/25 03:08:24 (4 weeks ago)
Author:
stefan toskovski <stefantoska84@…>
Branches:
main
Parents:
0c6b92a
Message:

F4 Finalna Verzija

File:
1 edited

Legend:

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

    r0c6b92a r79a0317  
    11{
    2   "name": "csstype",
    3   "version": "3.1.3",
    4   "main": "",
    5   "types": "index.d.ts",
     2  "_from": "csstype@3.1.3",
     3  "_id": "csstype@3.1.3",
     4  "_inBundle": false,
     5  "_integrity": "sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==",
     6  "_location": "/csstype",
     7  "_phantomChildren": {},
     8  "_requested": {
     9    "type": "version",
     10    "registry": true,
     11    "raw": "csstype@3.1.3",
     12    "name": "csstype",
     13    "escapedName": "csstype",
     14    "rawSpec": "3.1.3",
     15    "saveSpec": null,
     16    "fetchSpec": "3.1.3"
     17  },
     18  "_requiredBy": [
     19    "/@types/react",
     20    "/nano-css"
     21  ],
     22  "_resolved": "https://registry.npmjs.org/csstype/-/csstype-3.1.3.tgz",
     23  "_shasum": "d80ff294d114fb0e6ac500fbf85b60137d7eff81",
     24  "_spec": "csstype@3.1.3",
     25  "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/@types/react",
     26  "author": {
     27    "name": "Fredrik Nicol",
     28    "email": "fredrik.nicol@gmail.com"
     29  },
     30  "bugs": {
     31    "url": "https://github.com/frenic/csstype/issues"
     32  },
     33  "bundleDependencies": false,
     34  "deprecated": false,
    635  "description": "Strict TypeScript and Flow types for style based on MDN data",
    7   "repository": "https://github.com/frenic/csstype",
    8   "author": "Fredrik Nicol <fredrik.nicol@gmail.com>",
    9   "license": "MIT",
    1036  "devDependencies": {
    1137    "@types/chokidar": "^2.1.3",
     
    2147    "chalk": "^4.1.2",
    2248    "chokidar": "^3.5.3",
     49    "css-tree": "^2.3.1",
    2350    "eslint": "^8.37.0",
    24     "css-tree": "^2.3.1",
    2551    "eslint-config-prettier": "^8.8.0",
    2652    "eslint-plugin-prettier": "^4.2.1",
     
    3864    "typescript": "~5.0.3"
    3965  },
    40   "scripts": {
    41     "prepublish": "npm install --prefix __tests__ && npm install --prefix __tests__/__fixtures__",
    42     "prepublishOnly": "tsc && npm run test:src && npm run build && ts-node --files prepublish.ts",
    43     "update": "ts-node --files update.ts",
    44     "build": "ts-node --files build.ts --start",
    45     "watch": "ts-node --files build.ts --watch",
    46     "lint": "eslint . --ext .js,.jsx,.ts,.tsx --fix",
    47     "pretty": "prettier --write build.ts **/*.{ts,js,json,md}",
    48     "lazy": "tsc && npm run lint",
    49     "test": "jest --runInBand",
    50     "test:src": "jest src.*.ts",
    51     "test:dist": "jest dist.*.ts --runInBand"
    52   },
    5366  "files": [
    5467    "index.d.ts",
    5568    "index.js.flow"
    5669  ],
     70  "homepage": "https://github.com/frenic/csstype#readme",
    5771  "keywords": [
    5872    "css",
     
    6377    "types",
    6478    "definitions"
    65   ]
     79  ],
     80  "license": "MIT",
     81  "main": "",
     82  "name": "csstype",
     83  "repository": {
     84    "type": "git",
     85    "url": "git+https://github.com/frenic/csstype.git"
     86  },
     87  "scripts": {
     88    "build": "ts-node --files build.ts --start",
     89    "lazy": "tsc && npm run lint",
     90    "lint": "eslint . --ext .js,.jsx,.ts,.tsx --fix",
     91    "prepublish": "npm install --prefix __tests__ && npm install --prefix __tests__/__fixtures__",
     92    "prepublishOnly": "tsc && npm run test:src && npm run build && ts-node --files prepublish.ts",
     93    "pretty": "prettier --write build.ts **/*.{ts,js,json,md}",
     94    "test": "jest --runInBand",
     95    "test:dist": "jest dist.*.ts --runInBand",
     96    "test:src": "jest src.*.ts",
     97    "update": "ts-node --files update.ts",
     98    "watch": "ts-node --files build.ts --watch"
     99  },
     100  "types": "index.d.ts",
     101  "version": "3.1.3"
    66102}
Note: See TracChangeset for help on using the changeset viewer.