123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384 |
- {
- "_from": "@emotion/core@^10.0.15",
- "_id": "@emotion/core@10.0.22",
- "_inBundle": false,
- "_integrity": "sha512-7eoP6KQVUyOjAkE6y4fdlxbZRA4ILs7dqkkm6oZUJmihtHv0UBq98VgPirq9T8F9K2gKu0J/au/TpKryKMinaA==",
- "_location": "/@emotion/core",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "@emotion/core@^10.0.15",
- "name": "@emotion/core",
- "escapedName": "@emotion%2fcore",
- "scope": "@emotion",
- "rawSpec": "^10.0.15",
- "saveSpec": null,
- "fetchSpec": "^10.0.15"
- },
- "_requiredBy": [
- "/react-spinners"
- ],
- "_resolved": "https://registry.npmjs.org/@emotion/core/-/core-10.0.22.tgz",
- "_shasum": "2ac7bcf9b99a1979ab5b0a876fbf37ab0688b177",
- "_spec": "@emotion/core@^10.0.15",
- "_where": "/var/www/html/mdch.sipadu/node_modules/react-spinners",
- "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"
- },
- "bundleDependencies": false,
- "dependencies": {
- "@babel/runtime": "^7.5.5",
- "@emotion/cache": "^10.0.17",
- "@emotion/css": "^10.0.22",
- "@emotion/serialize": "^0.11.12",
- "@emotion/sheet": "0.9.3",
- "@emotion/utils": "0.11.2"
- },
- "deprecated": false,
- "description": "> Simple styling in React.",
- "devDependencies": {
- "@emotion/styled": "^10.0.22",
- "@types/react": "^16.8.20",
- "dtslint": "^0.3.0",
- "emotion": "^10.0.17",
- "emotion-server": "^10.0.17",
- "emotion-theming": "^10.0.17",
- "html-tag-names": "^1.1.2",
- "react": "^16.5.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"
- },
- "repository": {
- "type": "git",
- "url": "https://github.com/emotion-js/emotion/tree/master/packages/core"
- },
- "scripts": {
- "test:typescript": "dtslint types"
- },
- "types": "types/index.d.ts",
- "umd:main": "dist/core.umd.min.js",
- "version": "10.0.22"
- }
|