1 | {
|
---|
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"
|
---|
17 | },
|
---|
18 | "_requiredBy": [
|
---|
19 | "/css-in-js-utils"
|
---|
20 | ],
|
---|
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"
|
---|
28 | },
|
---|
29 | "bugs": {
|
---|
30 | "url": "https://github.com/rexxars/hyphenate-style-name/issues"
|
---|
31 | },
|
---|
32 | "bundleDependencies": false,
|
---|
33 | "deprecated": false,
|
---|
34 | "description": "Hyphenates a camelcased CSS property name",
|
---|
35 | "devDependencies": {
|
---|
36 | "@semantic-release/changelog": "^6.0.3",
|
---|
37 | "@semantic-release/exec": "^6.0.3",
|
---|
38 | "@semantic-release/git": "^10.0.1",
|
---|
39 | "conventional-changelog-conventionalcommits": "^7.0.2",
|
---|
40 | "eslint": "^8.57.0",
|
---|
41 | "eslint-config-prettier": "^8.10.0",
|
---|
42 | "eslint-config-sanity": "^7.1.2",
|
---|
43 | "prettier": "^3.2.5",
|
---|
44 | "rollup": "^4.17.2",
|
---|
45 | "semantic-release": "^23.1.1",
|
---|
46 | "tape": "^5.7.5"
|
---|
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"
|
---|
80 | }
|
---|