94 lines
2.6 KiB
JSON
94 lines
2.6 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"css-box-model@1.2.1",
|
|
"/Users/nuwan/Code/jam-cloud/jam-ui"
|
|
]
|
|
],
|
|
"_from": "css-box-model@1.2.1",
|
|
"_id": "css-box-model@1.2.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-a7Vr4Q/kd/aw96bnJG332W9V9LkJO69JRcaCYDUqjp6/z0w6VcZjgAcTbgFxEPfBgdnAwlh3iwu+hLopa+flJw==",
|
|
"_location": "/css-box-model",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "css-box-model@1.2.1",
|
|
"name": "css-box-model",
|
|
"escapedName": "css-box-model",
|
|
"rawSpec": "1.2.1",
|
|
"saveSpec": null,
|
|
"fetchSpec": "1.2.1"
|
|
},
|
|
"_requiredBy": [
|
|
"/react-beautiful-dnd"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/css-box-model/-/css-box-model-1.2.1.tgz",
|
|
"_spec": "1.2.1",
|
|
"_where": "/Users/nuwan/Code/jam-cloud/jam-ui",
|
|
"author": {
|
|
"name": "Alex Reardon",
|
|
"email": "alexreardon@gmail.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/alexreardon/css-box-model/issues"
|
|
},
|
|
"dependencies": {
|
|
"tiny-invariant": "^1.0.6"
|
|
},
|
|
"description": "Get accurate and well named css box model information about an Element 📦",
|
|
"devDependencies": {
|
|
"@babel/core": "^7.5.5",
|
|
"@babel/preset-env": "^7.5.5",
|
|
"@babel/preset-flow": "^7.0.0",
|
|
"babel-plugin-dev-expression": "^0.2.2",
|
|
"flow-bin": "0.106.1",
|
|
"jest": "^24.9.0",
|
|
"prettier": "1.18.2",
|
|
"rimraf": "^3.0.0",
|
|
"rollup": "^1.20.2",
|
|
"rollup-plugin-babel": "^4.3.3",
|
|
"rollup-plugin-node-resolve": "^5.2.0",
|
|
"rollup-plugin-replace": "^2.2.0",
|
|
"rollup-plugin-terser": "^5.1.1"
|
|
},
|
|
"files": [
|
|
"/dist",
|
|
"/src"
|
|
],
|
|
"homepage": "https://github.com/alexreardon/css-box-model#readme",
|
|
"keywords": [
|
|
"css",
|
|
"box model",
|
|
"css box model",
|
|
"getBoundingClientRect",
|
|
"DOMRect",
|
|
"ClientRect",
|
|
"Rect",
|
|
"Spacing",
|
|
"DOM"
|
|
],
|
|
"license": "MIT",
|
|
"main": "dist/css-box-model.cjs.js",
|
|
"module": "dist/css-box-model.esm.js",
|
|
"name": "css-box-model",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/alexreardon/css-box-model.git"
|
|
},
|
|
"scripts": {
|
|
"build": "yarn build:clean && yarn build:dist && yarn build:flow",
|
|
"build:clean": "rimraf dist",
|
|
"build:dist": "yarn rollup --config rollup.config.js",
|
|
"build:flow": "echo \"// @flow\n\nexport * from '../src';\" > dist/css-box-model.cjs.js.flow",
|
|
"lint": "yarn prettier --debug-check src/** test/**",
|
|
"prepublishOnly": "yarn build",
|
|
"test": "yarn jest",
|
|
"validate": "yarn lint && flow check"
|
|
},
|
|
"sideEffects": false,
|
|
"types": "src/index.d.ts",
|
|
"version": "1.2.1"
|
|
}
|