Package Search Help

You can use boolean logic (e.g. AND/OR/NOT) for complex search queries. For more help and examples, see the search documentation.

Search by package name:
my-package (implicit)
name:my-package (explicit)

Search by package filename:
filename:my-package.ext 

Search by package tag:
tag:latest 

Search by package version:
version:1.0.0  prerelease:true (prereleases)
prerelease:false (no prereleases)

Search by package architecture:
architecture:x86_64 

Search by package distribution:
distribution:el 

Search by package license:
license:MIT 

Search by package format:
format:deb 

Search by package status:
status:in_progress 

Search by package file checksum:
checksum:5afba 

Search by package security status:
severity:critical 

Search by package vulnerabilities:
vulnerabilities:>1 
vulnerabilities:<1000 

Search by # of package downloads:
downloads:>8 
downloads:<100 

Search by package type:
type:binary 
type:source 

Search by package size (bytes):
size:>50000 
size:<10000 

Search by dependency name/version:
dependency:log4j 
dependency:log4j=1.0.0 
dependency:log4j>1.0.0 

Search by uploaded date:
uploaded:>"1 day ago" 
uploaded:<"August 14, 2022 EST" 

Search by entitlement token (identifier):
entitlement:3lKPVJPosCsY 

Search by policy violation:
policy_violated:true
deny_policy_violated:true
license_policy_violated:true
vulnerability_policy_violated:true

Search by repository:
repository:repo-name

Search by last download date:
last_downloaded:<"30 days ago" 
last_downloaded:>"August 14, 2022 EST" 

Search queries for all Debian-specific (and related) package types

Search by component:
deb_component:unstable

Search queries for all Maven-specific (and related) package types

Search by group ID:
maven_group_id:org.apache

Search queries for all Docker-specific (and related) package types

Search by image digest:
docker_image_digest:sha256:7c5..6d4
(full hashref only)

Search by layer digest:
docker_layer_digest:sha256:4c4..ae4
(full hashref only)

Search queries for all Generic-specific package types

Search by file path:
generic_filepath:path/to/file.txt

Search by directory:
generic_directory:path/to

Field type modifiers (depending on the type, you can influence behaviour)

For all queries, you can use:
~foo for negation

For string queries, you can use:
^foo to anchor to start of term
foo$ to anchor to end of term
foo*bar for fuzzy matching

For number/date or version queries, you can use:
>foo for values greater than
>=foo for values greater / equal
<foo for values less than
<=foo for values less / equal

Need a secure and centralised artifact repository to deliver Alpine, Cargo, CocoaPods, Composer, Conan, Conda, CRAN, Dart, Debian, Docker, Generic, Go, Helm, Hex, HuggingFace, LuaRocks, Maven, MCP, npm, NuGet, P2, Python, RedHat, Ruby, Swift, Terraform, Vagrant, VSX, Raw & More packages?

Cloudsmith is the new standard in Package / Artifact Management and Software Distribution.

With support for all major package formats, you can trust us to manage your software supply chain.

Start My Free Trial
 Public sitecore sitecore (Sitecore) / resources
A certifiably-awesome public package repository curated by Sitecore, hosted by Cloudsmith.

npm logo @speak/styling  1.0.0-r00110

One-liner (summary)

No summary - See description for more info.

Description

The implementation of the Sitecore Design.

Size

532.2 KB

Downloads

53

Status  Completed
Checksum (MD5) 7fd7e5d2facf97616e631949b5b23d76
Checksum (SHA-1) c8e49eee6aea09f35eeeb307871bdefe046d8b3c
Checksum (SHA-256) 905c1bd1263503ef94005deffcbd9ff746516e5ca453b44a644702d7d9d4d2b7
Checksum (SHA-512) a5d823b597e71fb2fdbcc865dae8e12627d44e91504cb094ded46361a69eb42ae9…
ECDSA Signature
ECDSA Fingerprint 7fa1ed83a7a1488f86ceb9dbc5d16f4a02a0674b
Storage Region  Dublin, Ireland
Type  Source (contains source code or documentation)
Uploaded At 2 years, 7 months ago
Uploaded By maxim-nakhod
Slug Id speak-styling-100-r00110tgz-T9q
Unique Id mAC4hJDhHnTK
Version (Raw) 1.0.0-r00110
Version (Parsed)
  • Major: 1
  • Minor: 0
  • Patch: 0
  • Pre (Str): r
  • Pre (Num Array): 110
  • Type: SemVer (Strict)
  extended metadata
Package 100% Valid
Author Sitecore Corporation
Author URL https://doc.sitecore.net/speak/speak_3
Dependencies '@speak/icon-fonts' '1.1.0' | 'bootstrap' '4.3.1'
Dev Dependencies 'autoprefixer' '7.1.4' | 'backstopjs' '3.0.24' | 'copyfiles' '1.2.0' | 'fs-extra' '4.0.1' | 'glob' '7.1.2' | 'gulp-util' '3.0.8' | 'htmlhint' '0.9.13' | 'node-sass' '4.5.3' | 'node-sass-watcher' '0.5.1' | 'postcss-cli' '4.1.0' | 'rimraf' '2.6.1' | 'unzip' '0.1.11' | 'w3cjs' '0.4.0'
Keywords bootstrap 4 | sitecore styling | speak 3
Repository Type git
Repository URL http://tfs4dk1.dk.sitecore.net/tfs/PD-Products-01/Products/_git/Sitecore.Styling
Scripts 'build' 'npm run clean:dist && npm run copy:fonts && npm run build:sass && npm run build:postcss' | 'build:postcss' 'postcss dist/styles/sitecore.css -o dist/styles/sitecore.css -l --use autoprefixer' | 'build:prod' 'npm run build:sass:prod && npm run build:postcss' | 'build:sass' 'node-sass src/sitecore-dev.scss dist/styles/sitecore.css --output-style compressed --precision 2' | 'build:sass:prod' 'npm run clean:dist && node-sass src/sitecore.scss dist/styles/sitecore.css --output-style compressed --precision 2' | 'ci' 'npm run lint:html && npm run validate:w3c && npm run validate:variables && npm run build:prod' | 'clean:dist' 'rimraf dist/*' | 'copy:fonts' 'copyfiles -u 5 "node_modules/@speak/icon-fonts/src/*/fonts/*.*" dist/' | 'lint:html' 'htmlhint ./src/**/*.html --config .htmlhintrc' | 'presetup' 'npm install && npm run build' | 'ref:create' 'backstop reference --configPath=configs/backstop.config.js --include-overview' | 'ref:create:comp' 'backstop reference --configPath=configs/backstop.config.js --i --component' | 'ref:pull' 'node node_scripts/reference_sync.js pull' | 'ref:push' 'node node_scripts/reference_sync.js push' | 'setup' 'npm link' | 'test' 'backstop test --configPath=configs/backstop.config.js' | 'test:all' 'rimraf backstop_data/bitmaps_test/*/ && backstop test --configPath=configs/backstop.config.js --include-overview' | 'test:ci' 'backstop test --configPath=configs/backstop.config.js --include-overview --ci' | 'test:comp' 'backstop test --configPath=configs/backstop.config.js --component' | 'validate' 'npm run lint:html && npm run validate:w3c && npm run validate:variables && npm run build && npm run ref:pull && npm run test:ci' | 'validate:variables' 'node ./node_scripts/variable-validator.js' | 'validate:w3c' 'node ./node_scripts/w3c-validator.js' | 'watch' 'node node_scripts/watch.js src/sitecore-dev.scss dist/styles/sitecore.css'
pkg speak-styling-1.0.0-r00110.tgz 53
532.2 KB
md5 sha1 sha256 sha512
Package Contents (speak-styling-1.0.0-r00110.tgz)
Loading...

This package has 159 files/directories.

Last scanned

2 years, 6 months ago

Scan result

Clean

Vulnerability count

0

Max. severity

Unknown

You can embed a badge in another website that shows this or the latest version of this package.

To embed the badge for this specific package version, use the following:

[![This version of '@speak/styling' @ Cloudsmith](https://api.cloudsmith.com/v1/badges/version/sitecore/resources/npm/@speak/styling/1.0.0-r00110/x/?render=true)](https://cloudsmith.io/~sitecore/repos/resources/packages/detail/npm/@speak%252Fstyling/1.0.0-r00110/)
|This version of '@speak/styling' @ Cloudsmith|
.. |This version of '@speak/styling' @ Cloudsmith| image:: https://api.cloudsmith.com/v1/badges/version/sitecore/resources/npm/@speak/styling/1.0.0-r00110/x/?render=true
   :target: https://cloudsmith.io/~sitecore/repos/resources/packages/detail/npm/@speak%252Fstyling/1.0.0-r00110/
image::https://api.cloudsmith.com/v1/badges/version/sitecore/resources/npm/@speak/styling/1.0.0-r00110/x/?render=true[link="https://cloudsmith.io/~sitecore/repos/resources/packages/detail/npm/@speak%252Fstyling/1.0.0-r00110/",title="This version of '@speak/styling' @ Cloudsmith"]
<a href="https://cloudsmith.io/~sitecore/repos/resources/packages/detail/npm/@speak%252Fstyling/1.0.0-r00110/"><img src="https://api.cloudsmith.com/v1/badges/version/sitecore/resources/npm/@speak/styling/1.0.0-r00110/x/?render=true" alt="This version of '@speak/styling' @ Cloudsmith" /></a>

rendered as: This version of '@speak/styling' @ Cloudsmith

To embed the badge for the latest package version, use the following:

[![Latest version of '@speak/styling' @ Cloudsmith](https://api.cloudsmith.com/v1/badges/version/sitecore/resources/npm/@speak/styling/latest/x/?render=true&show_latest=true)](https://cloudsmith.io/~sitecore/repos/resources/packages/detail/npm/@speak%252Fstyling/latest/)
|Latest version of '@speak/styling' @ Cloudsmith|
.. |Latest version of '@speak/styling' @ Cloudsmith| image:: https://api.cloudsmith.com/v1/badges/version/sitecore/resources/npm/@speak/styling/latest/x/?render=true&show_latest=true
   :target: https://cloudsmith.io/~sitecore/repos/resources/packages/detail/npm/@speak%252Fstyling/latest/
image::https://api.cloudsmith.com/v1/badges/version/sitecore/resources/npm/@speak/styling/latest/x/?render=true&show_latest=true[link="https://cloudsmith.io/~sitecore/repos/resources/packages/detail/npm/@speak%252Fstyling/latest/",title="Latest version of '@speak/styling' @ Cloudsmith"]
<a href="https://cloudsmith.io/~sitecore/repos/resources/packages/detail/npm/@speak%252Fstyling/latest/"><img src="https://api.cloudsmith.com/v1/badges/version/sitecore/resources/npm/@speak/styling/latest/x/?render=true&show_latest=true" alt="Latest version of '@speak/styling' @ Cloudsmith" /></a>

rendered as: Latest version of '@speak/styling' @ Cloudsmith

These instructions assume you have setup the repository first (or read it).

To install/use @speak/styling @ version 1.0.0-r00110 ...

npm install '@speak/styling@1.0.0-r00110'

You can also install the latest version of this package:

npm install '@speak/styling'

If necessary, you can specify the registry directly:

npm install \
  --registry=https://npm.sitecore.com/resources/ \
  '@speak/styling@1.0.0-r00110'

Alternatively, you can add it to dependencies in your project package.json file:

{ "dependencies": { "@speak/styling": "1.0.0-r00110" } }

If you're using yarn, you need to add always-auth to your user or project .npmrc:

always-auth
Warning: We highly recommend using npm dependencies in your own project rather than installing directly.
Top