mirror of
https://github.com/github/codeql-action.git
synced 2026-05-15 07:40:24 +00:00
62 lines
1.7 KiB
JSON
62 lines
1.7 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"@chrisgavin/safe-which@1.0.2",
|
|
"/home/marco/repos/github/codeql-action"
|
|
]
|
|
],
|
|
"_from": "@chrisgavin/safe-which@1.0.2",
|
|
"_id": "@chrisgavin/safe-which@1.0.2",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-xImXYK6iJvLEDMevGCs5s05iKoFn3ARFShBswRFeWeHp6P1Z0jlYmKcK5+M2TtDoWuz45ay1unmNvV/8t66F2g==",
|
|
"_location": "/@chrisgavin/safe-which",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "@chrisgavin/safe-which@1.0.2",
|
|
"name": "@chrisgavin/safe-which",
|
|
"escapedName": "@chrisgavin%2fsafe-which",
|
|
"scope": "@chrisgavin",
|
|
"rawSpec": "1.0.2",
|
|
"saveSpec": null,
|
|
"fetchSpec": "1.0.2"
|
|
},
|
|
"_requiredBy": [
|
|
"/"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/@chrisgavin/safe-which/-/safe-which-1.0.2.tgz",
|
|
"_spec": "1.0.2",
|
|
"_where": "/home/marco/repos/github/codeql-action",
|
|
"ava": {
|
|
"typescript": {
|
|
"rewritePaths": {
|
|
"./src/": "./build/"
|
|
}
|
|
}
|
|
},
|
|
"dependencies": {},
|
|
"description": "A NodeJS library to guard against Windows binary planting attacks.",
|
|
"devDependencies": {
|
|
"@ava/typescript": "^1.1.1",
|
|
"@types/node": "^14.14.7",
|
|
"ava": "^3.13.0",
|
|
"typescript": "^3.8.3"
|
|
},
|
|
"homepage": "https://github.com/chrisgavin/safe-which/",
|
|
"license": "MIT",
|
|
"main": "./build/index.js",
|
|
"name": "@chrisgavin/safe-which",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"prepublishOnly": "npm install && npm run build && npm version --allow-same-version=true --git-tag-version=false ${GITHUB_REF#refs/tags/}",
|
|
"pretest": "npm install && npm run build",
|
|
"test": "ava --verbose --serial ./src/**"
|
|
},
|
|
"types": "./build/index.d.ts",
|
|
"version": "1.0.2"
|
|
}
|