119 lines
3.6 KiB
JSON
119 lines
3.6 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"jss-global@3.0.0",
|
|
"/home/zhiyuanliu/gitlink/forgeplus-react"
|
|
]
|
|
],
|
|
"_from": "jss-global@3.0.0",
|
|
"_id": "jss-global@3.0.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-wxYn7vL+TImyQYGAfdplg7yaxnPQ9RaXY/cIA8hawaVnmmWxDHzBK32u1y+RAvWboa3lW83ya3nVZ/C+jyjZ5Q==",
|
|
"_location": "/jss-global",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "jss-global@3.0.0",
|
|
"name": "jss-global",
|
|
"escapedName": "jss-global",
|
|
"rawSpec": "3.0.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "3.0.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/jss-preset-default",
|
|
"/material-ui"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/jss-global/-/jss-global-3.0.0.tgz",
|
|
"_spec": "3.0.0",
|
|
"_where": "/home/zhiyuanliu/gitlink/forgeplus-react",
|
|
"author": {
|
|
"name": "Oleg Slobodskoi",
|
|
"email": "oleg008@gmail.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/cssinjs/jss/issues/new?title=[jss-global]"
|
|
},
|
|
"description": "Global styles for JSS",
|
|
"devDependencies": {
|
|
"babel-cli": "^6.10.1",
|
|
"babel-core": "^6.9.1",
|
|
"babel-eslint": "^7.0.0",
|
|
"babel-loader": "^6.2.5",
|
|
"babel-plugin-transform-es3-member-expression-literals": "^6.8.0",
|
|
"babel-plugin-transform-es3-property-literals": "^6.8.0",
|
|
"babel-preset-es2015": "^6.9.0",
|
|
"babel-preset-react": "^6.5.0",
|
|
"babel-preset-stage-0": "^6.5.0",
|
|
"cross-env": "^3.0.0",
|
|
"es5-shim": "^4.5.9",
|
|
"eslint": "^3.6.0",
|
|
"eslint-config-airbnb": "^12.0.0",
|
|
"eslint-config-jss": "^2.3.0",
|
|
"eslint-plugin-import": "^2.0.0",
|
|
"eslint-plugin-jsx-a11y": "^2.2.2",
|
|
"eslint-plugin-react": "^6.3.0",
|
|
"expect.js": "^0.3.1",
|
|
"jss": "^9.0.0",
|
|
"jss-nested": "^6.0.0",
|
|
"karma": "^1.3.0",
|
|
"karma-chrome-launcher": "^2.0.0",
|
|
"karma-coverage": "^1.1.1",
|
|
"karma-mocha": "^1.1.1",
|
|
"karma-mocha-reporter": "^2.2.0",
|
|
"karma-sourcemap-loader": "^0.3.7",
|
|
"karma-webpack": "^1.8.0",
|
|
"lint-staged": "^3.0.3",
|
|
"mocha": "^3.0.2",
|
|
"pre-commit": "^1.1.3",
|
|
"rimraf": "^2.5.4",
|
|
"webpack": "^1.13.1"
|
|
},
|
|
"homepage": "https://github.com/cssinjs/jss-global",
|
|
"keywords": [
|
|
"cssinjs",
|
|
"css-in-js",
|
|
"css in js",
|
|
"jss",
|
|
"plugin",
|
|
"global",
|
|
"unscoped"
|
|
],
|
|
"license": "MIT",
|
|
"lint-staged": {
|
|
"./src/*.js": [
|
|
"eslint",
|
|
"git add"
|
|
]
|
|
},
|
|
"main": "lib/index.js",
|
|
"name": "jss-global",
|
|
"peerDependencies": {
|
|
"jss": "^9.0.0"
|
|
},
|
|
"pre-commit": "lint:staged",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/cssinjs/jss-global.git"
|
|
},
|
|
"scripts": {
|
|
"all": "npm run lint && npm run test && npm run build",
|
|
"build": "npm run clean && npm run build:lib && npm run build:tests && npm run build:dist",
|
|
"build:dist": "npm run build:dist:max && npm run build:dist:min",
|
|
"build:dist:max": "cross-env NODE_ENV=development webpack src/index.js dist/jss-global.js",
|
|
"build:dist:min": "cross-env NODE_ENV=production webpack src/index.js dist/jss-global.min.js",
|
|
"build:lib": "babel src --out-dir lib",
|
|
"build:tests": "npm run build:tests:lib && npm run build:tests:local",
|
|
"build:tests:lib": "cross-env NODE_ENV=test babel src --out-dir tests",
|
|
"build:tests:local": "cross-env NODE_ENV=test webpack src/index.test.js tmp/tests.js",
|
|
"clean": "rimraf {lib,dist,tests,tmp}/*",
|
|
"lint": "eslint ./src",
|
|
"lint:staged": "lint-staged",
|
|
"prepublishOnly": "npm run all",
|
|
"test": "cross-env NODE_ENV=test karma start --single-run ",
|
|
"test:watch": "cross-env NODE_ENV=test karma start"
|
|
},
|
|
"version": "3.0.0"
|
|
}
|