initial commit
This commit is contained in:
56
node_modules/css-unit-converter/package.json
generated
vendored
Normal file
56
node_modules/css-unit-converter/package.json
generated
vendored
Normal file
@@ -0,0 +1,56 @@
|
||||
{
|
||||
"_from": "css-unit-converter@^1.1.1",
|
||||
"_id": "css-unit-converter@1.1.1",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-2bkoGtz9jO2TW9urqDeGiX9k6ZY=",
|
||||
"_location": "/css-unit-converter",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "css-unit-converter@^1.1.1",
|
||||
"name": "css-unit-converter",
|
||||
"escapedName": "css-unit-converter",
|
||||
"rawSpec": "^1.1.1",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^1.1.1"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/postcss-calc"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/css-unit-converter/-/css-unit-converter-1.1.1.tgz",
|
||||
"_shasum": "d9b9281adcfd8ced935bdbaba83786897f64e996",
|
||||
"_spec": "css-unit-converter@^1.1.1",
|
||||
"_where": "D:\\Air66 Files\\dev_sites\\www.airurl.dev.cc\\user\\plugins\\air66Theme\\node_modules\\postcss-calc",
|
||||
"author": {
|
||||
"name": "Andy Jansson"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/andyjansson/css-unit-converter/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"deprecated": false,
|
||||
"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.1"
|
||||
}
|
||||
Reference in New Issue
Block a user