// npm 패키지
@antv/gatsby-theme
Ant Visualization solution home page
버전
1
메인테이너
51
라이선스
MIT
최초 publish
2019-10-10
publisher
afc163
tarball
253,193 B
AUTO-PUBLISHED·1개 버전 인덱싱됨·최근 publish: 2019-10-10
// offending code· @0.1.0· 1 file flagged
llm: benign · 0.85→ 의심 전송지 없음, 원격 실행 형태 없음 — 2 known-vendor host(s).
- @0.1.0··AUTO-PUBLISHED·publisher: afc163heuristic 75/100static flags 1llm benign (0.85) via ollamafirst-version-of-packageosv-flagged:MAL-2026-3998public-github-push
→ 의심 전송지 없음, 원격 실행 형태 없음 — 2 known-vendor host(s).
// offending code· 1 file flaggedpatterns: 1
--- package/package.json (excerpt) --- { "name": "@antv/gatsby-theme", "description": "Ant Visualization solution home page", "version": "0.1.0", "author": "AntV Team <antv@antfin.com>", "keywords": [ "gatsby", "antvis", "antv" ], "homepage": "https://antvis.github.io", "repository": { "type": "git", "url": "https://github.com/antvis/antvis.github.io" }, "bugs": { "url": "https://github.com/antvis/antvis.github.io/issues" }, "dependencies": { "@hot-loader/react-dom": "^16.9.0+4.12.11", "@testing-library/jest-dom": "^4.1.0", "@testing-library/react": "^9.1.4", "@types/classnames": "^2.2.9", "@types/jest": "^24.0.18", "@types/lodash-es": "^4.17.3", "@types/react": "^16.9.2", "@types/react-dom": "^16.9.0", "@types/react-helmet": "^5.0.10", "antd": "^3.23.3", "babel-jest": "^24.9.0", "babel-preset-gatsby": "^0.2.13", "classnames": "^2.2.6", "gatsby": "^2.15.16", "gatsby-image": "^2.2.19", "gatsby-plugin-antd": "^2.0.2", "gatsby-plugin-catch-links": "^2.1.12", "gatsby-plugin-google-analytics": "^2.1.16", "gatsby-plugin-i18n": "^1.0.1", "gatsby-plugin-less": "^3.0.6", "gatsby-plugin-manifest": "^2.2.16", "gatsby-plugin-nprogress": "^2.1.9", "gatsby-plugin-offline": "^3.0.7", "gatsby-plugin-react-helmet": "^3.1.7", "gatsby-plugin-remove-trailing-slashes": "^2.1.9", "gatsby-plugin-sharp": "^2.2.22", "gatsby-plugin-typescript": "^2.1.8", "gatsby-remark-autolink-head --- bundled output (OSV-MAL flagged — LLM scope expansion) --- --- gatsby-browser.js (bundled) --- /** * Implement Gatsby's Browser APIs in this file. * * See: https://www.gatsbyjs.org/docs/browser-apis/ */ // You can delete this file if you're not using it import 'normalize.css/normalize.css'; import 'rc-footer/assets/index.less'; import 'antd/dist/antd.css'; import 'prism-themes/themes/prism-base16-ateliersulphurpool.light.css'; import 'prismjs/plugins/command-line/prism-command-line.css'; --- gatsby-config.js (bundled) --- module.exports = { siteMetadata: { title: `AntV`, siteUrl: `https://antvis.github.io`, description: `Ant Visualization solution home page`, languages: { langs: ['en', 'zh'], defaultLangKey: 'zh', }, docs: [ { slug: 'specification', title: { zh: '设计语言', en: 'Specification', }, order: 0, }, { slug: 'specification/category', title: { zh: '分类一', en: 'category1', }, order: 1, }, { slug: 'other', title: { zh: '其他文档', en: 'other', }, order: 0, }, { slug: 'other/category', title: { zh: '分类二', en: 'category2', }, order: 2, }, ], }, plugins: [ `gatsby-plugin-react-helmet`, { resolve: `gatsby-source-filesystem`, options: { name: `docs`, path: `${__dirname}/docs`, }, }, { resolve: 'gatsby-plugin-i18n', options: { langKeyDefault: 'zh', useLangKeyLayout: false, }, }, { resolve: `gatsby-transformer-remark`, options: { plugins: [ { resolve: `gatsby-remark-prettier`, options: { // Look for local .prettierrc file. // The same as `prettier.resolveConfig(process.cwd())` usePrettierrc: true, // Overwrite prettier options, check out https://prettier.io/docs/en/options.html prettierOptions: {}, }, }, { resolve: `gatsby-remark-prismjs`, options: { inlineCodeMarker: '±', }, }, { resolve: 'gatsby-remark-external-links', options: { target: '_self', rel: 'nofollow', }, }, `gatsby-remark-autolink-headers --- jest-preprocess.js (bundled) --- const babelOptions = { presets: ['babel-preset-gatsby'], }; module.exports = require('babel-jest').createTransformer(babelOptions);
