123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566 |
- {
- "_from": "@emotion/serialize@^0.11.12",
- "_id": "@emotion/serialize@0.11.14",
- "_inBundle": false,
- "_integrity": "sha512-6hTsySIuQTbDbv00AnUO6O6Xafdwo5GswRlMZ5hHqiFx+4pZ7uGWXUQFW46Kc2taGhP89uXMXn/lWQkdyTosPA==",
- "_location": "/@emotion/serialize",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "@emotion/serialize@^0.11.12",
- "name": "@emotion/serialize",
- "escapedName": "@emotion%2fserialize",
- "scope": "@emotion",
- "rawSpec": "^0.11.12",
- "saveSpec": null,
- "fetchSpec": "^0.11.12"
- },
- "_requiredBy": [
- "/@emotion/core",
- "/@emotion/css",
- "/babel-plugin-emotion"
- ],
- "_resolved": "https://registry.npmjs.org/@emotion/serialize/-/serialize-0.11.14.tgz",
- "_shasum": "56a6d8d04d837cc5b0126788b2134c51353c6488",
- "_spec": "@emotion/serialize@^0.11.12",
- "_where": "/var/www/html/mdch.sipadu/node_modules/@emotion/core",
- "browser": {
- "./dist/serialize.cjs.js": "./dist/serialize.browser.cjs.js",
- "./dist/serialize.esm.js": "./dist/serialize.browser.esm.js"
- },
- "bundleDependencies": false,
- "dependencies": {
- "@emotion/hash": "0.7.3",
- "@emotion/memoize": "0.7.3",
- "@emotion/unitless": "0.7.4",
- "@emotion/utils": "0.11.2",
- "csstype": "^2.5.7"
- },
- "deprecated": false,
- "description": "serialization utils for emotion",
- "devDependencies": {
- "dtslint": "^0.3.0"
- },
- "files": [
- "src",
- "dist",
- "types"
- ],
- "license": "MIT",
- "main": "dist/serialize.cjs.js",
- "module": "dist/serialize.esm.js",
- "name": "@emotion/serialize",
- "publishConfig": {
- "access": "public"
- },
- "repository": {
- "type": "git",
- "url": "https://github.com/emotion-js/emotion/tree/master/packages/serialize"
- },
- "scripts": {
- "test:typescript": "dtslint types"
- },
- "types": "types/index.d.ts",
- "version": "0.11.14"
- }
|