Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 
 

121 строка
3.8 KiB

  1. {
  2. "_args": [
  3. [
  4. "inline-style-prefixer@3.0.8",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  6. ]
  7. ],
  8. "_from": "inline-style-prefixer@3.0.8",
  9. "_id": "inline-style-prefixer@3.0.8",
  10. "_inBundle": false,
  11. "_integrity": "sha1-hVG45bTVcyROZqNLBPfTIHaitTQ=",
  12. "_location": "/inline-style-prefixer",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "inline-style-prefixer@3.0.8",
  18. "name": "inline-style-prefixer",
  19. "escapedName": "inline-style-prefixer",
  20. "rawSpec": "3.0.8",
  21. "saveSpec": null,
  22. "fetchSpec": "3.0.8"
  23. },
  24. "_requiredBy": [
  25. "/material-ui"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/inline-style-prefixer/-/inline-style-prefixer-3.0.8.tgz",
  28. "_spec": "3.0.8",
  29. "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
  30. "author": {
  31. "name": "Robin Frischmann"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/rofrischmann/inline-style-prefixer/issues"
  35. },
  36. "dependencies": {
  37. "bowser": "^1.7.3",
  38. "css-in-js-utils": "^2.0.0"
  39. },
  40. "description": "Run-time Autoprefixer for JavaScript style objects",
  41. "devDependencies": {
  42. "babel": "^6.5.2",
  43. "babel-cli": "^6.6.0",
  44. "babel-core": "^6.6.0",
  45. "babel-eslint": "^7.1.1",
  46. "babel-plugin-add-module-exports": "^0.2.1",
  47. "babel-plugin-transform-class-properties": "^6.9.1",
  48. "babel-preset-es2015": "^6.6.0",
  49. "babel-preset-es2015-rollup": "^1.1.1",
  50. "babel-preset-react": "^6.5.0",
  51. "babel-preset-stage-0": "^6.5.0",
  52. "caniuse-api": "^2.0.0",
  53. "chai": "^3.2.0",
  54. "codeclimate-test-reporter": "^0.1.1",
  55. "cross-env": "^1.0.8",
  56. "eslint": "^3.14.0",
  57. "eslint-config-airbnb": "^14.0.0",
  58. "eslint-plugin-flowtype": "^2.30.0",
  59. "eslint-plugin-import": "^2.2.0",
  60. "eslint-plugin-jsx-a11y": "^3.0.2",
  61. "eslint-plugin-react": "^6.9.0",
  62. "flow-bin": "^0.38.0",
  63. "gh-pages": "^0.12.0",
  64. "gitbook": "^3.2.2",
  65. "gitbook-cli": "^2.3.0",
  66. "gitbook-plugin-anker-enable": "0.0.4",
  67. "gitbook-plugin-edit-link": "^2.0.2",
  68. "gitbook-plugin-github": "^2.0.0",
  69. "gitbook-plugin-prism": "^2.2.1",
  70. "istanbul": "1.0.0-alpha.2",
  71. "mocha": "^2.4.5",
  72. "prettier": "^1.3.1",
  73. "rimraf": "^2.4.2",
  74. "rollup": "0.26.3",
  75. "rollup-plugin-babel": "2.4.0",
  76. "rollup-plugin-commonjs": "2.2.1",
  77. "rollup-plugin-node-resolve": "1.5.0",
  78. "rollup-plugin-uglify": "0.3.1"
  79. },
  80. "files": [
  81. "LICENSE",
  82. "README.md",
  83. "dist/",
  84. "static/",
  85. "generator/",
  86. "dynamic/",
  87. "utils/"
  88. ],
  89. "homepage": "https://github.com/rofrischmann/inline-style-prefixer#readme",
  90. "keywords": [
  91. "react",
  92. "react styling",
  93. "prefixer",
  94. "inline styles",
  95. "autoprefixer",
  96. "vendor prefix",
  97. "userAgent"
  98. ],
  99. "license": "MIT",
  100. "main": "dynamic/index.js",
  101. "name": "inline-style-prefixer",
  102. "repository": {
  103. "type": "git",
  104. "url": "git+https://github.com/rofrischmann/inline-style-prefixer.git"
  105. },
  106. "scripts": {
  107. "babel": "babel modules/ --out-dir .",
  108. "build": "npm run check && mkdir dist && npm run generate && npm run babel && npm run dist",
  109. "check": "npm run clean && npm run lint && npm test && npm run flow",
  110. "clean": "rimraf static dynamic generator utils dist coverage",
  111. "dist": "cross-env NODE_ENV=production babel-node buildPackage && cross-env NODE_ENV=development babel-node buildPackage",
  112. "docs": "gitbook install && gitbook build && gh-pages -d _book",
  113. "flow": "flow",
  114. "generate": "babel-node generateDefaultData",
  115. "lint": "eslint .",
  116. "release": "npm run build && npm publish && npm run docs",
  117. "test": "istanbul cover node_modules/mocha/bin/_mocha -- --opts test/_setup/mocha.opts"
  118. },
  119. "version": "3.0.8"
  120. }