1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465 |
- {
- "_from": "@emotion/css@^10.0.22",
- "_id": "@emotion/css@10.0.22",
- "_inBundle": false,
- "_integrity": "sha512-8phfa5mC/OadBTmGpMpwykIVH0gFCbUoO684LUkyixPq4F1Wwri7fK5Xlm8lURNBrd2TuvTbPUGxFsGxF9UacA==",
- "_location": "/@emotion/css",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "@emotion/css@^10.0.22",
- "name": "@emotion/css",
- "escapedName": "@emotion%2fcss",
- "scope": "@emotion",
- "rawSpec": "^10.0.22",
- "saveSpec": null,
- "fetchSpec": "^10.0.22"
- },
- "_requiredBy": [
- "/@emotion/core"
- ],
- "_resolved": "https://registry.npmjs.org/@emotion/css/-/css-10.0.22.tgz",
- "_shasum": "37b1abb6826759fe8ac0af0ac0034d27de6d1793",
- "_spec": "@emotion/css@^10.0.22",
- "_where": "/var/www/html/mdch.sipadu/node_modules/@emotion/core",
- "browser": {
- "./dist/css.cjs.js": "./dist/css.browser.cjs.js",
- "./dist/css.esm.js": "./dist/css.browser.esm.js"
- },
- "bundleDependencies": false,
- "dependencies": {
- "@emotion/serialize": "^0.11.12",
- "@emotion/utils": "0.11.2",
- "babel-plugin-emotion": "^10.0.22"
- },
- "deprecated": false,
- "description": "a function to serialize css and object styless",
- "devDependencies": {
- "dtslint": "^0.3.0"
- },
- "files": [
- "src",
- "dist",
- "types",
- "macro.js",
- "macro.d.ts",
- "macro.js.flow"
- ],
- "license": "MIT",
- "main": "dist/css.cjs.js",
- "module": "dist/css.esm.js",
- "name": "@emotion/css",
- "publishConfig": {
- "access": "public"
- },
- "repository": {
- "type": "git",
- "url": "https://github.com/emotion-js/emotion/tree/master/packages/css"
- },
- "scripts": {
- "test:typescript": "dtslint types"
- },
- "types": "types/index.d.ts",
- "version": "10.0.22"
- }
|