mirror of
https://github.com/Rushilwiz/spaceout.git
synced 2025-04-21 12:00:15 -04:00
89 lines
2.1 KiB
JSON
89 lines
2.1 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"jss@10.5.0",
|
|
"/home/chinmay/Desktop/HackTJ2020/frontend"
|
|
]
|
|
],
|
|
"_from": "jss@10.5.0",
|
|
"_id": "jss@10.5.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-B6151NvG+thUg3murLNHRPLxTLwQ13ep4SH5brj4d8qKtogOx/jupnpfkPGSHPqvcwKJaCLctpj2lEk+5yGwMw==",
|
|
"_location": "/jss",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "jss@10.5.0",
|
|
"name": "jss",
|
|
"escapedName": "jss",
|
|
"rawSpec": "10.5.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "10.5.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/@material-ui/styles",
|
|
"/jss-plugin-camel-case",
|
|
"/jss-plugin-default-unit",
|
|
"/jss-plugin-global",
|
|
"/jss-plugin-nested",
|
|
"/jss-plugin-props-sort",
|
|
"/jss-plugin-rule-value-function",
|
|
"/jss-plugin-vendor-prefixer"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/jss/-/jss-10.5.0.tgz",
|
|
"_spec": "10.5.0",
|
|
"_where": "/home/chinmay/Desktop/HackTJ2020/frontend",
|
|
"author": {
|
|
"name": "JSS Team"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/cssinjs/jss/issues/new"
|
|
},
|
|
"dependencies": {
|
|
"@babel/runtime": "^7.3.1",
|
|
"csstype": "^3.0.2",
|
|
"indefinite-observable": "^2.0.1",
|
|
"is-in-browser": "^1.1.3",
|
|
"tiny-warning": "^1.0.2"
|
|
},
|
|
"description": "A lib for generating Style Sheets with JavaScript.",
|
|
"files": [
|
|
"dist",
|
|
"src",
|
|
"!*.test.*"
|
|
],
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/jss"
|
|
},
|
|
"gitHead": "f9d93723ea0b8748c8a89248ebb680ed07e95c48",
|
|
"homepage": "https://cssinjs.org/",
|
|
"keywords": [
|
|
"jss",
|
|
"style",
|
|
"sheet",
|
|
"stylesheet",
|
|
"css",
|
|
"components",
|
|
"composable",
|
|
"css in js",
|
|
"css-in-js"
|
|
],
|
|
"license": "MIT",
|
|
"main": "dist/jss.cjs.js",
|
|
"module": "dist/jss.esm.js",
|
|
"name": "jss",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/cssinjs/jss.git"
|
|
},
|
|
"scripts": {
|
|
"build": "node ../../scripts/build.js",
|
|
"check-snapshot": "node ../../scripts/match-snapshot.js"
|
|
},
|
|
"typings": "./src/index.d.ts",
|
|
"unpkg": "dist/jss.bundle.js",
|
|
"version": "10.5.0"
|
|
}
|