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

62 lines
1.5 KiB
JSON
Raw Normal View History

2020-12-21 11:29:31 -04:00
{
"_args": [
[
"@emotion/sheet@0.9.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/sheet@0.9.4",
"_id": "@emotion/sheet@0.9.4",
"_inBundle": false,
"_integrity": "sha512-zM9PFmgVSqBw4zL101Q0HrBVTGmpAxFZH/pYx/cjJT5advXguvcgjHFTCaIO3enL/xr89vK2bh0Mfyj9aa0ANA==",
"_location": "/@emotion/sheet",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "@emotion/sheet@0.9.4",
"name": "@emotion/sheet",
"escapedName": "@emotion%2fsheet",
"scope": "@emotion",
"rawSpec": "0.9.4",
"saveSpec": null,
"fetchSpec": "0.9.4"
},
"_requiredBy": [
"/@emotion/cache",
"/create-emotion"
],
"_resolved": "https://registry.npmjs.org/@emotion/sheet/-/sheet-0.9.4.tgz",
"_spec": "0.9.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/sheet.cjs.js": "./dist/sheet.browser.cjs.js",
"./dist/sheet.esm.js": "./dist/sheet.browser.esm.js"
},
"description": "emotion's stylesheet",
"devDependencies": {
"dtslint": "^0.3.0"
},
"files": [
"src",
"dist",
"types"
],
"license": "MIT",
"main": "dist/sheet.cjs.js",
"module": "dist/sheet.esm.js",
"name": "@emotion/sheet",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/emotion-js/emotion/tree/master/packages/sheet"
},
"scripts": {
"test:typescript": "dtslint types"
},
"types": "types/index.d.ts",
"version": "0.9.4"
}