Changeset 79a0317 for imaps-frontend/node_modules/inline-style-prefixer
Legend:
- Unmodified
- Added
- Removed
-
imaps-frontend/node_modules/inline-style-prefixer/package.json
r0c6b92a r79a0317 1 1 { 2 "name": "inline-style-prefixer", 3 "version": "7.0.1", 4 "description": "Run-time Autoprefixer for JavaScript style objects", 5 "module": "es/index.js", 6 "jsnext:main": "es/index.js", 7 "main": "lib/index.js", 8 "files": [ 9 "LICENSE", 10 "README.md", 11 "lib/", 12 "es/" 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" 13 20 ], 14 "scripts": { 15 "babel:es": "babel -d es modules --ignore __tests__", 16 "babel:lib": "cross-env BABEL_ENV=commonjs babel -d lib modules --ignore __tests__", 17 "babel": "yarn babel:es && yarn babel:lib", 18 "build": "yarn run check && yarn generate && yarn babel", 19 "check": "yarn clear && yarn format && yarn lint && yarn coverage", 20 "clear": "rimraf lib es coverage _book", 21 "docs": "gitbook install && gitbook build && gh-pages -d _book", 22 "flow": "flow", 23 "format": "prettier --write \"./modules/**/*.js\"", 24 "generate": "cross-env BABEL_ENV=commonjs babel-node generateDefaultData", 25 "lint": "eslint modules/**/*.js", 26 "release": "yarn build && npm publish", 27 "test": "cross-env BABEL_ENV=commonjs jest", 28 "coverage": "yarn test --coverage" 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" 29 27 }, 30 "repository": "https://github.com/robinweser/inline-style-prefixer", 31 "keywords": [ 32 "react", 33 "react styling", 34 "prefixer", 35 "inline styles", 36 "autoprefixer", 37 "vendor prefix", 38 "userAgent" 39 ], 40 "author": "Robin Weser", 41 "license": "MIT", 42 "jest": { 43 "rootDir": "modules" 28 "bugs": { 29 "url": "https://github.com/robinweser/inline-style-prefixer/issues" 44 30 }, 31 "bundleDependencies": false, 45 32 "dependencies": { 46 33 "css-in-js-utils": "^3.1.0" 47 34 }, 35 "deprecated": false, 36 "description": "Run-time Autoprefixer for JavaScript style objects", 48 37 "devDependencies": { 49 38 "babel": "^6.5.2", … … 74 63 "rimraf": "^2.6.2" 75 64 }, 76 "packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e" 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" 77 111 }
Note:
See TracChangeset
for help on using the changeset viewer.