source: imaps-frontend/node_modules/inline-style-prefixer/package.json@ 79a0317

main
Last change on this file since 79a0317 was 79a0317, checked in by stefan toskovski <stefantoska84@…>, 3 days ago

F4 Finalna Verzija

  • Property mode set to 100644
File size: 3.6 KB
Line 
1{
2 "_from": "inline-style-prefixer@^7.0.1",
3 "_id": "inline-style-prefixer@7.0.1",
4 "_inBundle": false,
5 "_integrity": "sha512-lhYo5qNTQp3EvSSp3sRvXMbVQTLrvGV6DycRMJ5dm2BLMiJ30wpXKdDdgX+GmJZ5uQMucwRKHamXSst3Sj/Giw==",
6 "_location": "/inline-style-prefixer",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "inline-style-prefixer@^7.0.1",
12 "name": "inline-style-prefixer",
13 "escapedName": "inline-style-prefixer",
14 "rawSpec": "^7.0.1",
15 "saveSpec": null,
16 "fetchSpec": "^7.0.1"
17 },
18 "_requiredBy": [
19 "/nano-css"
20 ],
21 "_resolved": "https://registry.npmjs.org/inline-style-prefixer/-/inline-style-prefixer-7.0.1.tgz",
22 "_shasum": "9310f3cfa2c6f3901d1480f373981c02691781e8",
23 "_spec": "inline-style-prefixer@^7.0.1",
24 "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/nano-css",
25 "author": {
26 "name": "Robin Weser"
27 },
28 "bugs": {
29 "url": "https://github.com/robinweser/inline-style-prefixer/issues"
30 },
31 "bundleDependencies": false,
32 "dependencies": {
33 "css-in-js-utils": "^3.1.0"
34 },
35 "deprecated": false,
36 "description": "Run-time Autoprefixer for JavaScript style objects",
37 "devDependencies": {
38 "babel": "^6.5.2",
39 "babel-cli": "^6.6.0",
40 "babel-core": "^6.6.0",
41 "babel-eslint": "^7.1.1",
42 "babel-jest": "^20.0.1",
43 "babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",
44 "babel-preset-es2015": "^6.6.0",
45 "babel-preset-react": "^6.5.0",
46 "babel-preset-stage-0": "^6.5.0",
47 "caniuse-api": "^3.0.0",
48 "cross-env": "^5.2.0",
49 "eslint": "^5.0.0",
50 "eslint-config-airbnb": "^14.0.0",
51 "eslint-plugin-import": "^2.2.0",
52 "eslint-plugin-jsx-a11y": "^3.0.2",
53 "eslint-plugin-react": "^6.9.0",
54 "gh-pages": "^1.2.0",
55 "gitbook": "^3.2.2",
56 "gitbook-cli": "^2.3.0",
57 "gitbook-plugin-anker-enable": "0.0.4",
58 "gitbook-plugin-edit-link": "^2.0.2",
59 "gitbook-plugin-github": "^2.0.0",
60 "gitbook-plugin-prism": "^2.4.0",
61 "jest": "^19.0.2",
62 "prettier": "^2.2.1",
63 "rimraf": "^2.6.2"
64 },
65 "files": [
66 "LICENSE",
67 "README.md",
68 "lib/",
69 "es/"
70 ],
71 "homepage": "https://github.com/robinweser/inline-style-prefixer#readme",
72 "jest": {
73 "rootDir": "modules"
74 },
75 "jsnext:main": "es/index.js",
76 "keywords": [
77 "react",
78 "react styling",
79 "prefixer",
80 "inline styles",
81 "autoprefixer",
82 "vendor prefix",
83 "userAgent"
84 ],
85 "license": "MIT",
86 "main": "lib/index.js",
87 "module": "es/index.js",
88 "name": "inline-style-prefixer",
89 "packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e",
90 "repository": {
91 "type": "git",
92 "url": "git+https://github.com/robinweser/inline-style-prefixer.git"
93 },
94 "scripts": {
95 "babel": "yarn babel:es && yarn babel:lib",
96 "babel:es": "babel -d es modules --ignore __tests__",
97 "babel:lib": "cross-env BABEL_ENV=commonjs babel -d lib modules --ignore __tests__",
98 "build": "yarn run check && yarn generate && yarn babel",
99 "check": "yarn clear && yarn format && yarn lint && yarn coverage",
100 "clear": "rimraf lib es coverage _book",
101 "coverage": "yarn test --coverage",
102 "docs": "gitbook install && gitbook build && gh-pages -d _book",
103 "flow": "flow",
104 "format": "prettier --write \"./modules/**/*.js\"",
105 "generate": "cross-env BABEL_ENV=commonjs babel-node generateDefaultData",
106 "lint": "eslint modules/**/*.js",
107 "release": "yarn build && npm publish",
108 "test": "cross-env BABEL_ENV=commonjs jest"
109 },
110 "version": "7.0.1"
111}
Note: See TracBrowser for help on using the repository browser.