forked from Gitlink/forgeplus-react
119 lines
3.3 KiB
JSON
119 lines
3.3 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"babel-plugin-styled-components@2.1.1",
|
|
"/home/zhiyuanliu/gitlink/forgeplus-react"
|
|
]
|
|
],
|
|
"_from": "babel-plugin-styled-components@2.1.1",
|
|
"_id": "babel-plugin-styled-components@2.1.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-c8lJlszObVQPguHkI+akXv8+Jgb9Ccujx0EetL7oIvwU100LxO6XAGe45qry37wUL40a5U9f23SYrivro2XKhA==",
|
|
"_location": "/babel-plugin-styled-components",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "babel-plugin-styled-components@2.1.1",
|
|
"name": "babel-plugin-styled-components",
|
|
"escapedName": "babel-plugin-styled-components",
|
|
"rawSpec": "2.1.1",
|
|
"saveSpec": null,
|
|
"fetchSpec": "2.1.1"
|
|
},
|
|
"_requiredBy": [
|
|
"/styled-components"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/babel-plugin-styled-components/-/babel-plugin-styled-components-2.1.1.tgz",
|
|
"_spec": "2.1.1",
|
|
"_where": "/home/zhiyuanliu/gitlink/forgeplus-react",
|
|
"bugs": {
|
|
"url": "https://github.com/styled-components/babel-plugin-styled-components/issues"
|
|
},
|
|
"contributors": [
|
|
{
|
|
"name": "Vladimir Danchenkov",
|
|
"email": "vladimir.danchenkov@gmail.com"
|
|
},
|
|
{
|
|
"name": "Max Stoiber",
|
|
"email": "contact@mxstbr.com"
|
|
},
|
|
{
|
|
"name": "Phil Pluckthun",
|
|
"email": "phil@kitten.sh"
|
|
},
|
|
{
|
|
"name": "Evan Jacobs",
|
|
"email": "probablyup@gmail.com"
|
|
}
|
|
],
|
|
"dependencies": {
|
|
"@babel/helper-annotate-as-pure": "^7.16.0",
|
|
"@babel/helper-module-imports": "^7.16.0",
|
|
"babel-plugin-syntax-jsx": "^6.18.0",
|
|
"lodash": "^4.17.21",
|
|
"picomatch": "^2.3.0"
|
|
},
|
|
"description": "Improve the debugging experience and add server-side rendering support to styled-components",
|
|
"devDependencies": {
|
|
"@babel/cli": "^7.16.0",
|
|
"@babel/core": "^7.16.0",
|
|
"@babel/plugin-proposal-class-properties": "^7.16.0",
|
|
"@babel/plugin-transform-modules-commonjs": "^7.16.0",
|
|
"@babel/preset-env": "^7.16.4",
|
|
"babel-core": "7.0.0-bridge.0",
|
|
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",
|
|
"babel-test": "^0.2.1",
|
|
"jest": "^27.3.1",
|
|
"jest-file-snapshot": "^0.5.0",
|
|
"prettier": "^2.4.1",
|
|
"rimraf": "^3.0.0",
|
|
"styled-components": "^5.3.3"
|
|
},
|
|
"files": [
|
|
"lib"
|
|
],
|
|
"homepage": "https://styled-components.com/docs/tooling#babel-plugin",
|
|
"jest": {
|
|
"testEnvironment": "node",
|
|
"snapshotSerializers": [
|
|
"<rootDir>/test/whitespaceTrimmingSerializer.js"
|
|
],
|
|
"watchPathIgnorePatterns": [
|
|
"fixtures\\/[^/]+\\/(output|error)\\.js"
|
|
]
|
|
},
|
|
"keywords": [
|
|
"styled-components",
|
|
"css-in-js",
|
|
"babel-plugin",
|
|
"server-side rendering",
|
|
"ssr",
|
|
"displayName"
|
|
],
|
|
"license": "MIT",
|
|
"main": "lib/index.js",
|
|
"name": "babel-plugin-styled-components",
|
|
"packageManager": "yarn@3.5.0",
|
|
"peerDependencies": {
|
|
"styled-components": ">= 2"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/styled-components/babel-plugin-styled-components.git"
|
|
},
|
|
"resolutions": {
|
|
"babel-core": "7.0.0-bridge.0"
|
|
},
|
|
"scripts": {
|
|
"build": "babel src -d lib",
|
|
"clean": "rimraf lib",
|
|
"prepublish": "yarn clean && yarn build",
|
|
"style": "prettier --write src/**/*.js",
|
|
"test": "jest",
|
|
"test:watch": "yarn test -- --watch"
|
|
},
|
|
"version": "2.1.1"
|
|
}
|