Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 

72 lignes
2.1 KiB

  1. {
  2. "_args": [
  3. [
  4. "postcss-normalize-timing-functions@4.0.2",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  6. ]
  7. ],
  8. "_from": "postcss-normalize-timing-functions@4.0.2",
  9. "_id": "postcss-normalize-timing-functions@4.0.2",
  10. "_inBundle": false,
  11. "_integrity": "sha512-acwJY95edP762e++00Ehq9L4sZCEcOPyaHwoaFOhIwWCDfik6YvqsYNxckee65JHLKzuNSSmAdxwD2Cud1Z54A==",
  12. "_location": "/postcss-normalize-timing-functions",
  13. "_phantomChildren": {
  14. "color-convert": "1.9.3",
  15. "escape-string-regexp": "1.0.5",
  16. "has-flag": "3.0.0"
  17. },
  18. "_requested": {
  19. "type": "version",
  20. "registry": true,
  21. "raw": "postcss-normalize-timing-functions@4.0.2",
  22. "name": "postcss-normalize-timing-functions",
  23. "escapedName": "postcss-normalize-timing-functions",
  24. "rawSpec": "4.0.2",
  25. "saveSpec": null,
  26. "fetchSpec": "4.0.2"
  27. },
  28. "_requiredBy": [
  29. "/cssnano-preset-default"
  30. ],
  31. "_resolved": "https://registry.npmjs.org/postcss-normalize-timing-functions/-/postcss-normalize-timing-functions-4.0.2.tgz",
  32. "_spec": "4.0.2",
  33. "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
  34. "author": {
  35. "name": "Ben Briggs",
  36. "email": "beneb.info@gmail.com",
  37. "url": "http://beneb.info"
  38. },
  39. "bugs": {
  40. "url": "https://github.com/cssnano/cssnano/issues"
  41. },
  42. "dependencies": {
  43. "cssnano-util-get-match": "^4.0.0",
  44. "postcss": "^7.0.0",
  45. "postcss-value-parser": "^3.0.0"
  46. },
  47. "description": "Normalize CSS animation/transition timing functions.",
  48. "devDependencies": {
  49. "babel-cli": "^6.0.0",
  50. "cross-env": "^5.0.0"
  51. },
  52. "engines": {
  53. "node": ">=6.9.0"
  54. },
  55. "files": [
  56. "LICENSE-MIT",
  57. "dist"
  58. ],
  59. "homepage": "https://github.com/cssnano/cssnano",
  60. "license": "MIT",
  61. "main": "dist/index.js",
  62. "name": "postcss-normalize-timing-functions",
  63. "repository": {
  64. "type": "git",
  65. "url": "git+https://github.com/cssnano/cssnano.git"
  66. },
  67. "scripts": {
  68. "prepublish": "cross-env BABEL_ENV=publish babel src --out-dir dist --ignore /__tests__/"
  69. },
  70. "version": "4.0.2"
  71. }