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

F4 Finalna Verzija

File:
1 edited

Legend:

Unmodified
Added
Removed
  • imaps-frontend/node_modules/hyphenate-style-name/package.json

    r0c6b92a r79a0317  
    11{
    2   "name": "hyphenate-style-name",
    3   "version": "1.1.0",
    4   "description": "Hyphenates a camelcased CSS property name",
    5   "main": "index.cjs.js",
    6   "module": "index.js",
    7   "types": "index.d.ts",
    8   "sideEffects": false,
    9   "scripts": {
    10     "build": "rollup --input index.js --file index.cjs.js --format cjs",
    11     "coverage": "nyc tape -- test/**/*.test.js",
    12     "lint": "eslint . --ignore-path .gitignore",
    13     "test": "tape test/**/*.test.js",
    14     "precoverage": "npm run build",
    15     "pretest": "npm run lint && npm run build",
    16     "prepublishOnly": "npm run build"
     2  "_from": "hyphenate-style-name@^1.0.3",
     3  "_id": "hyphenate-style-name@1.1.0",
     4  "_inBundle": false,
     5  "_integrity": "sha512-WDC/ui2VVRrz3jOVi+XtjqkDjiVjTtFaAGiW37k6b+ohyQ5wYDOGkvCZa8+H0nx3gyvv0+BST9xuOgIyGQ00gw==",
     6  "_location": "/hyphenate-style-name",
     7  "_phantomChildren": {},
     8  "_requested": {
     9    "type": "range",
     10    "registry": true,
     11    "raw": "hyphenate-style-name@^1.0.3",
     12    "name": "hyphenate-style-name",
     13    "escapedName": "hyphenate-style-name",
     14    "rawSpec": "^1.0.3",
     15    "saveSpec": null,
     16    "fetchSpec": "^1.0.3"
    1717  },
    18   "files": [
    19     "index.js",
    20     "index.cjs.js",
    21     "index.d.ts"
     18  "_requiredBy": [
     19    "/css-in-js-utils"
    2220  ],
    23   "repository": {
    24     "type": "git",
    25     "url": "git+ssh://git@github.com/rexxars/hyphenate-style-name.git"
     21  "_resolved": "https://registry.npmjs.org/hyphenate-style-name/-/hyphenate-style-name-1.1.0.tgz",
     22  "_shasum": "1797bf50369588b47b72ca6d5e65374607cf4436",
     23  "_spec": "hyphenate-style-name@^1.0.3",
     24  "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/css-in-js-utils",
     25  "author": {
     26    "name": "Espen Hovlandsdal",
     27    "email": "espen@hovlandsdal.com"
    2628  },
    27   "keywords": [
    28     "hyphenate",
    29     "style",
    30     "css",
    31     "camelcase"
    32   ],
    33   "author": "Espen Hovlandsdal <espen@hovlandsdal.com>",
    34   "license": "BSD-3-Clause",
    3529  "bugs": {
    3630    "url": "https://github.com/rexxars/hyphenate-style-name/issues"
    3731  },
    38   "homepage": "https://github.com/rexxars/hyphenate-style-name#readme",
     32  "bundleDependencies": false,
     33  "deprecated": false,
     34  "description": "Hyphenates a camelcased CSS property name",
    3935  "devDependencies": {
    4036    "@semantic-release/changelog": "^6.0.3",
     
    4945    "semantic-release": "^23.1.1",
    5046    "tape": "^5.7.5"
    51   }
     47  },
     48  "files": [
     49    "index.js",
     50    "index.cjs.js",
     51    "index.d.ts"
     52  ],
     53  "homepage": "https://github.com/rexxars/hyphenate-style-name#readme",
     54  "keywords": [
     55    "hyphenate",
     56    "style",
     57    "css",
     58    "camelcase"
     59  ],
     60  "license": "BSD-3-Clause",
     61  "main": "index.cjs.js",
     62  "module": "index.js",
     63  "name": "hyphenate-style-name",
     64  "repository": {
     65    "type": "git",
     66    "url": "git+ssh://git@github.com/rexxars/hyphenate-style-name.git"
     67  },
     68  "scripts": {
     69    "build": "rollup --input index.js --file index.cjs.js --format cjs",
     70    "coverage": "nyc tape -- test/**/*.test.js",
     71    "lint": "eslint . --ignore-path .gitignore",
     72    "precoverage": "npm run build",
     73    "prepublishOnly": "npm run build",
     74    "pretest": "npm run lint && npm run build",
     75    "test": "tape test/**/*.test.js"
     76  },
     77  "sideEffects": false,
     78  "types": "index.d.ts",
     79  "version": "1.1.0"
    5280}
Note: See TracChangeset for help on using the changeset viewer.