You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
58 lines
1.5 KiB
58 lines
1.5 KiB
{
|
|
"_from": "@emotion/memoize@0.7.4",
|
|
"_id": "@emotion/memoize@0.7.4",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-Gb8PWvGRSREcQNmLsM+CEZ9dnus=",
|
|
"_location": "/@emotion/memoize",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "@emotion/memoize@0.7.4",
|
|
"name": "@emotion/memoize",
|
|
"escapedName": "@emotion%2fmemoize",
|
|
"scope": "@emotion",
|
|
"rawSpec": "0.7.4",
|
|
"saveSpec": null,
|
|
"fetchSpec": "0.7.4"
|
|
},
|
|
"_requiredBy": [
|
|
"/@emotion/is-prop-valid"
|
|
],
|
|
"_resolved": "https://registry.npm.taobao.org/@emotion/memoize/download/@emotion/memoize-0.7.4.tgz",
|
|
"_shasum": "19bf0f5af19149111c40d98bb0cf82119f5d9eeb",
|
|
"_spec": "@emotion/memoize@0.7.4",
|
|
"_where": "/Users/zq/Desktop/hngs/node_modules/@emotion/is-prop-valid",
|
|
"browser": {
|
|
"./dist/memoize.cjs.js": "./dist/memoize.browser.cjs.js",
|
|
"./dist/memoize.esm.js": "./dist/memoize.browser.esm.js"
|
|
},
|
|
"bundleDependencies": false,
|
|
"deprecated": false,
|
|
"description": "emotion's memoize utility",
|
|
"devDependencies": {
|
|
"dtslint": "^0.3.0"
|
|
},
|
|
"files": [
|
|
"src",
|
|
"dist",
|
|
"types"
|
|
],
|
|
"license": "MIT",
|
|
"main": "dist/memoize.cjs.js",
|
|
"module": "dist/memoize.esm.js",
|
|
"name": "@emotion/memoize",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/emotion-js/emotion/tree/master/packages/memoize"
|
|
},
|
|
"scripts": {
|
|
"test:typescript": "dtslint types"
|
|
},
|
|
"types": "types/index.d.ts",
|
|
"version": "0.7.4"
|
|
}
|