I hereby claim:
- I am darcyclarke on github.
- I am darcyclarke (https://keybase.io/darcyclarke) on keybase.
- I have a public key ASD4yo0sZAq8GW7-sMMPykFBSvT1luv3MwlvIVmXrBeRLQo
To claim this, I am signing this object:
| { | |
| "name": "next", | |
| "version": "15.2.2", | |
| "keywords": [ | |
| "react", | |
| "framework", | |
| "nextjs", | |
| "web", | |
| "server", | |
| "node", |
| { | |
| "packages": [ | |
| "semver", | |
| "ansi-styles", | |
| "supports-color", | |
| "chalk", | |
| "tslib", | |
| "debug", | |
| "has-flag", | |
| "ms", |
| { | |
| "semver": { | |
| "reproduceVersion": "0.0.1-pre.1", | |
| "timestamp": "2025-02-25T11:08:01.729Z", | |
| "os": "darwin", | |
| "arch": "arm64", | |
| "strategy": "npm:10.9.1", | |
| "reproduced": true, | |
| "package": { | |
| "spec": "semver", |
| import { spawnSync } from 'node:child_process' | |
| import { resolve } from 'node:path' | |
| const name = 'lodash' | |
| const opts = { | |
| cwd: './tmp' | |
| } | |
| const { status } = spawnSync('npm', ['install', name], opts) | |
| if (status !== 0) { | |
| throw new Error('Failed to install package') | |
| } |
| # .github/ISSUE_TEMPLATE/bug.yml | |
| # A basic bug template... | |
| # NOTE: `id` must be set for the `version` & correspond to... | |
| # whatever the value you reference later when you parse an issue | |
| name: Bug w/ Input | |
| description: Something bad happened | |
| labels: [bug] | |
| body: | |
| - type: input |
| { | |
| "scripts": { | |
| "prepublish" : "[[ $(npm view $npm_package_name@$npm_package_version --silent) ]] && echo \"error: $npm_package_name@$npm_package_version exists already!\" && exit 1 || echo \"successful check: $npm_package_name@$npm_package_version does not exist already\"" | |
| } | |
| } |
| #!/bin/bash | |
| PKG=package.json | |
| DIR=npm-audit-tmp | |
| mkdir $DIR && cd $DIR && [[ $* == *--dry-run* && -f "../$PKG" ]] && cp "../$PKG" $PKG || echo '{}' >$PKG && npm i $1 --no-audit --package-lock-only --silent; npm audit; cd ../ && rm -rf $DIR | |
| # Installation: | |
| # 1. copy this into a file: /usr/local/bin/npm-audit | |
| # 2. make it executable: chmod +x /usr/local/bin/npm-audit | |
| # Usage: |
| // Updated & working as of March 24th, 2020 | |
| ;(() => { | |
| function removeAds() { | |
| Array.from(document.querySelectorAll('[id^=feed_sub_title], [data-testid^=story-subtilte], [data-pagelet^=FeedUnit]')) | |
| .map(e => { | |
| let content = e.innerText | |
| let dynamic = Array.from(e.querySelectorAll('span:not([data-content=""])')) | |
| .filter(e => e.style.display != 'none') | |
| .map(e => { | |
| let hidden = window.getComputedStyle(e, ':before').getPropertyValue('content') |
I hereby claim:
To claim this, I am signing this object: