75 lines
1.9 KiB
JSON
75 lines
1.9 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"convert-css-length@2.0.1",
|
|
"/home/riddhi/frontend"
|
|
]
|
|
],
|
|
"_from": "convert-css-length@2.0.1",
|
|
"_id": "convert-css-length@2.0.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-iGpbcvhLPRKUbBc0Quxx7w/bV14AC3ItuBEGMahA5WTYqB8lq9jH0kTXFheCBASsYnqeMFZhiTruNxr1N59Axg==",
|
|
"_location": "/convert-css-length",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "convert-css-length@2.0.1",
|
|
"name": "convert-css-length",
|
|
"escapedName": "convert-css-length",
|
|
"rawSpec": "2.0.1",
|
|
"saveSpec": null,
|
|
"fetchSpec": "2.0.1"
|
|
},
|
|
"_requiredBy": [
|
|
"/@material-ui/core"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/convert-css-length/-/convert-css-length-2.0.1.tgz",
|
|
"_spec": "2.0.1",
|
|
"_where": "/home/riddhi/frontend",
|
|
"author": {
|
|
"name": "Kyle Mathews",
|
|
"email": "mathews.kyle@gmail.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/KyleAMathews/convert-css-length/issues"
|
|
},
|
|
"dependencies": {},
|
|
"description": "Convert between css lengths e.g. em->px or px->rem",
|
|
"devDependencies": {
|
|
"chai": "^1.10.0",
|
|
"coffee-script": "^1.9.0",
|
|
"esm": "^3.2.25",
|
|
"microbundle": "^0.11.0",
|
|
"mocha": "^2.1.0",
|
|
"mocha-unfunk-reporter": "^0.4.0",
|
|
"prettier": "^1.12.1"
|
|
},
|
|
"homepage": "https://github.com/KyleAMathews/convert-css-length",
|
|
"keywords": [
|
|
"css",
|
|
"css",
|
|
"length",
|
|
"convert",
|
|
"units",
|
|
"sass",
|
|
"compass"
|
|
],
|
|
"license": "MIT",
|
|
"main": "dist/index.js",
|
|
"module": "dist/index.esm.js",
|
|
"name": "convert-css-length",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/KyleAMathews/convert-css-length.git"
|
|
},
|
|
"scripts": {
|
|
"build": "microbundle",
|
|
"format": "prettier --write src/index.js",
|
|
"publish-patch": "npm run build && npm version patch && npm publish",
|
|
"test": "mocha -r esm test/*.js"
|
|
},
|
|
"source": "src/index.js",
|
|
"version": "2.0.1"
|
|
}
|