rDrama/node_modules/css-unit-converter/package.json

60 lines
1.4 KiB
JSON

{
"_args": [
[
"css-unit-converter@1.1.2",
"/d"
]
],
"_from": "css-unit-converter@1.1.2",
"_id": "css-unit-converter@1.1.2",
"_inBundle": false,
"_integrity": "sha512-IiJwMC8rdZE0+xiEZHeru6YoONC4rfPMqGm2W85jMIbkFvv5nFTwJVFHam2eFrN6txmoUYFAFXiv8ICVeTO0MA==",
"_location": "/css-unit-converter",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "css-unit-converter@1.1.2",
"name": "css-unit-converter",
"escapedName": "css-unit-converter",
"rawSpec": "1.1.2",
"saveSpec": null,
"fetchSpec": "1.1.2"
},
"_requiredBy": [
"/reduce-css-calc"
],
"_resolved": "https://registry.npmjs.org/css-unit-converter/-/css-unit-converter-1.1.2.tgz",
"_spec": "1.1.2",
"_where": "/d",
"author": {
"name": "Andy Jansson"
},
"bugs": {
"url": "https://github.com/andyjansson/css-unit-converter/issues"
},
"description": "Converts CSS values from one unit to another",
"devDependencies": {
"tape": "^4.6.3"
},
"homepage": "https://github.com/andyjansson/css-unit-converter",
"keywords": [
"css",
"value",
"unit",
"converter",
"convert"
],
"license": "MIT",
"main": "index.js",
"name": "css-unit-converter",
"repository": {
"type": "git",
"url": "git+https://github.com/andyjansson/css-unit-converter.git"
},
"scripts": {
"test": "node test/test.js"
},
"version": "1.1.2"
}