unpkg/public/@emotion/core@10.0.6/package.json

94 lines
2.3 KiB
JSON

{
"_args": [
[
"@emotion/core@10.0.6",
"/Users/michael/Projects/unpkg.com"
]
],
"_from": "@emotion/core@10.0.6",
"_id": "@emotion/core@10.0.6",
"_inBundle": false,
"_integrity": "sha512-S5KkrodTKby1S6pKZnH8LzjzlebHvjactujfVzzu/mYYdVdKYegJuJdrAz3m9zhIeizzeQGD8xWF490ioGpUtw==",
"_location": "/@emotion/core",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "@emotion/core@10.0.6",
"name": "@emotion/core",
"escapedName": "@emotion%2fcore",
"scope": "@emotion",
"rawSpec": "10.0.6",
"saveSpec": null,
"fetchSpec": "10.0.6"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/@emotion/core/-/core-10.0.6.tgz",
"_spec": "10.0.6",
"_where": "/Users/michael/Projects/unpkg.com",
"author": {
"name": "mitchellhamilton",
"email": "mitchell@mitchellhamilton.me"
},
"browser": {
"./dist/core.cjs.js": "./dist/core.browser.cjs.js",
"./dist/core.esm.js": "./dist/core.browser.esm.js"
},
"dependencies": {
"@emotion/cache": "10.0.0",
"@emotion/css": "^10.0.6",
"@emotion/serialize": "^0.11.3",
"@emotion/sheet": "0.9.2",
"@emotion/utils": "0.11.1"
},
"description": "> Simple styling in React.",
"devDependencies": {
"@emotion/styled": "^10.0.6",
"@types/react": "16.3.18",
"dtslint": "^0.3.0",
"emotion": "^10.0.6",
"emotion-server": "^10.0.6",
"emotion-theming": "^10.0.6",
"html-tag-names": "^1.1.2",
"svg-tag-names": "^1.1.1"
},
"files": [
"src",
"dist",
"types"
],
"license": "MIT",
"main": "dist/core.cjs.js",
"module": "dist/core.esm.js",
"name": "@emotion/core",
"peerDependencies": {
"react": ">=16.3.0"
},
"preconstruct": {
"umdName": "emotionCore"
},
"publishConfig": {
"access": "public"
},
"react-native": {
"./dist/core.cjs.js": "./dist/core.native.cjs.js",
"./dist/core.esm.js": "./dist/core.native.esm.js"
},
"repository": {
"type": "git",
"url": "https://github.com/emotion-js/emotion/tree/master/packages/core"
},
"scripts": {
"test:typescript": "dtslint types"
},
"sketch": {
"./dist/core.cjs.js": "./dist/core.native.cjs.js",
"./dist/core.esm.js": "./dist/core.native.esm.js"
},
"types": "types/index.d.ts",
"umd:main": "dist/core.umd.min.js",
"version": "10.0.6"
}