Gazebo_simulation-Frontend/node_modules/@emotion/weak-memoize/package.json

61 lines
1.6 KiB
JSON
Raw Permalink Normal View History

2020-12-21 11:29:31 -04:00
{
"_args": [
[
"@emotion/weak-memoize@0.2.5",
2020-12-22 10:59:14 -04:00
"/home/riddhi/simulation/Gazebo_simulation-Frontend"
2020-12-21 11:29:31 -04:00
]
],
"_from": "@emotion/weak-memoize@0.2.5",
"_id": "@emotion/weak-memoize@0.2.5",
"_inBundle": false,
"_integrity": "sha512-6U71C2Wp7r5XtFtQzYrW5iKFT67OixrSxjI4MptCHzdSVlgabczzqLe0ZSgnub/5Kp4hSbpDB1tMytZY9pwxxA==",
"_location": "/@emotion/weak-memoize",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "@emotion/weak-memoize@0.2.5",
"name": "@emotion/weak-memoize",
"escapedName": "@emotion%2fweak-memoize",
"scope": "@emotion",
"rawSpec": "0.2.5",
"saveSpec": null,
"fetchSpec": "0.2.5"
},
"_requiredBy": [
"/@emotion/cache"
],
"_resolved": "https://registry.npmjs.org/@emotion/weak-memoize/-/weak-memoize-0.2.5.tgz",
"_spec": "0.2.5",
2020-12-22 10:59:14 -04:00
"_where": "/home/riddhi/simulation/Gazebo_simulation-Frontend",
2020-12-21 11:29:31 -04:00
"browser": {
"./dist/weak-memoize.cjs.js": "./dist/weak-memoize.browser.cjs.js",
"./dist/weak-memoize.esm.js": "./dist/weak-memoize.browser.esm.js"
},
"description": "A memoization function that uses a WeakMap",
"devDependencies": {
"dtslint": "^0.3.0"
},
"files": [
"src",
"dist",
"types"
],
"license": "MIT",
"main": "dist/weak-memoize.cjs.js",
"module": "dist/weak-memoize.esm.js",
"name": "@emotion/weak-memoize",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/emotion-js/emotion/tree/master/packages/weak-memoize"
},
"scripts": {
"test:typescript": "dtslint types"
},
"types": "types/index.d.ts",
"version": "0.2.5"
}