69 lines
1.7 KiB
JSON
69 lines
1.7 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"stylis@3.5.4",
|
|
"/home/zhiyuanliu/gitlink/forgeplus-react"
|
|
]
|
|
],
|
|
"_from": "stylis@3.5.4",
|
|
"_id": "stylis@3.5.4",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-8/3pSmthWM7lsPBKv7NXkzn2Uc9W7NotcwGNpJaa3k7WMM1XDCA4MgT5k/8BIexd5ydZdboXtU90XH9Ec4Bv/Q==",
|
|
"_location": "/stylis",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "stylis@3.5.4",
|
|
"name": "stylis",
|
|
"escapedName": "stylis",
|
|
"rawSpec": "3.5.4",
|
|
"saveSpec": null,
|
|
"fetchSpec": "3.5.4"
|
|
},
|
|
"_requiredBy": [
|
|
"/styled-components"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/stylis/-/stylis-3.5.4.tgz",
|
|
"_spec": "3.5.4",
|
|
"_where": "/home/zhiyuanliu/gitlink/forgeplus-react",
|
|
"author": {
|
|
"name": "Sultan Tarimo",
|
|
"email": "sultantarimo@me.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/thysultan/stylis.js/issues"
|
|
},
|
|
"description": "light - weight css preprocessor",
|
|
"devDependencies": {
|
|
"uglify-js": "^3.2.2"
|
|
},
|
|
"files": [
|
|
"stylis.js",
|
|
"stylis.min.js",
|
|
"stylis.min.js.map",
|
|
"stylis.d.ts"
|
|
],
|
|
"homepage": "https://github.com/thysultan/stylis.js",
|
|
"jsdelivr": "stylis.min.js",
|
|
"keywords": [
|
|
"css",
|
|
"preprocessor"
|
|
],
|
|
"license": "MIT",
|
|
"main": "stylis.js",
|
|
"name": "stylis",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/thysultan/stylis.js.git"
|
|
},
|
|
"scripts": {
|
|
"minify": "uglifyjs stylis.js -o stylis.min.js --compress 'conditionals=false,if_return=false,booleans=false' --mangle --screw-ie8 --source-map url=stylis.min.js.map",
|
|
"prepublish": "npm run minify",
|
|
"test": "node ./tests"
|
|
},
|
|
"types": "stylis.d.ts",
|
|
"unpkg": "stylis.min.js",
|
|
"version": "3.5.4"
|
|
}
|