Dashboard sipadu mbip
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 1.5KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. {
  2. "_from": "css-unit-converter@^1.1.1",
  3. "_id": "css-unit-converter@1.1.1",
  4. "_inBundle": false,
  5. "_integrity": "sha1-2bkoGtz9jO2TW9urqDeGiX9k6ZY=",
  6. "_location": "/css-unit-converter",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "css-unit-converter@^1.1.1",
  12. "name": "css-unit-converter",
  13. "escapedName": "css-unit-converter",
  14. "rawSpec": "^1.1.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.1.1"
  17. },
  18. "_requiredBy": [
  19. "/postcss-calc"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/css-unit-converter/-/css-unit-converter-1.1.1.tgz",
  22. "_shasum": "d9b9281adcfd8ced935bdbaba83786897f64e996",
  23. "_spec": "css-unit-converter@^1.1.1",
  24. "_where": "/var/www/html/mdch.sipadu/node_modules/postcss-calc",
  25. "author": {
  26. "name": "Andy Jansson"
  27. },
  28. "bugs": {
  29. "url": "https://github.com/andyjansson/css-unit-converter/issues"
  30. },
  31. "bundleDependencies": false,
  32. "deprecated": false,
  33. "description": "Converts CSS values from one unit to another",
  34. "devDependencies": {
  35. "tape": "^4.6.3"
  36. },
  37. "homepage": "https://github.com/andyjansson/css-unit-converter",
  38. "keywords": [
  39. "css",
  40. "value",
  41. "unit",
  42. "converter",
  43. "convert"
  44. ],
  45. "license": "MIT",
  46. "main": "index.js",
  47. "name": "css-unit-converter",
  48. "repository": {
  49. "type": "git",
  50. "url": "git+https://github.com/andyjansson/css-unit-converter.git"
  51. },
  52. "scripts": {
  53. "test": "node test/test.js"
  54. },
  55. "version": "1.1.1"
  56. }