123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960 |
- {
- "_from": "@emotion/utils@0.11.2",
- "_id": "@emotion/utils@0.11.2",
- "_inBundle": false,
- "_integrity": "sha512-UHX2XklLl3sIaP6oiMmlVzT0J+2ATTVpf0dHQVyPJHTkOITvXfaSqnRk6mdDhV9pR8T/tHc3cex78IKXssmzrA==",
- "_location": "/@emotion/utils",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "@emotion/utils@0.11.2",
- "name": "@emotion/utils",
- "escapedName": "@emotion%2futils",
- "scope": "@emotion",
- "rawSpec": "0.11.2",
- "saveSpec": null,
- "fetchSpec": "0.11.2"
- },
- "_requiredBy": [
- "/@emotion/cache",
- "/@emotion/core",
- "/@emotion/css",
- "/@emotion/serialize"
- ],
- "_resolved": "https://registry.npmjs.org/@emotion/utils/-/utils-0.11.2.tgz",
- "_shasum": "713056bfdffb396b0a14f1c8f18e7b4d0d200183",
- "_spec": "@emotion/utils@0.11.2",
- "_where": "/var/www/html/mdch.sipadu/node_modules/@emotion/core",
- "browser": {
- "./dist/utils.cjs.js": "./dist/utils.browser.cjs.js",
- "./dist/utils.esm.js": "./dist/utils.browser.esm.js"
- },
- "bundleDependencies": false,
- "deprecated": false,
- "description": "internal utils for emotion",
- "devDependencies": {
- "dtslint": "^0.3.0"
- },
- "files": [
- "src",
- "dist",
- "types"
- ],
- "license": "MIT",
- "main": "dist/utils.cjs.js",
- "module": "dist/utils.esm.js",
- "name": "@emotion/utils",
- "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.2"
- }
|