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

62 lines
1.6 KiB
JSON
Raw Permalink Normal View History

2020-12-21 11:29:31 -04:00
{
"_args": [
[
"@emotion/memoize@0.7.4",
2020-12-22 10:59:14 -04:00
"/home/riddhi/simulation/Gazebo_simulation-Frontend"
2020-12-21 11:29:31 -04:00
]
],
"_from": "@emotion/memoize@0.7.4",
"_id": "@emotion/memoize@0.7.4",
"_inBundle": false,
"_integrity": "sha512-Ja/Vfqe3HpuzRsG1oBtWTHk2PGZ7GR+2Vz5iYGelAw8dx32K0y7PjVuxK6z1nMpZOqAFsRUPCkK1YjJ56qJlgw==",
"_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/serialize",
"/babel-plugin-emotion"
],
"_resolved": "https://registry.npmjs.org/@emotion/memoize/-/memoize-0.7.4.tgz",
"_spec": "0.7.4",
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/memoize.cjs.js": "./dist/memoize.browser.cjs.js",
"./dist/memoize.esm.js": "./dist/memoize.browser.esm.js"
},
"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"
}