64 lines
1.5 KiB
JSON
64 lines
1.5 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"at-least-node@1.0.0",
|
|
"/home/runner/work/ghaction-github-pages/ghaction-github-pages"
|
|
]
|
|
],
|
|
"_from": "at-least-node@1.0.0",
|
|
"_id": "at-least-node@1.0.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-+q/t7Ekv1EDY2l6Gda6LLiX14rU9TV20Wa3ofeQmwPFZbOMo9DXrLbOjFaaclkXKWidIaopwAObQDqwWtGUjqg==",
|
|
"_location": "/at-least-node",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "at-least-node@1.0.0",
|
|
"name": "at-least-node",
|
|
"escapedName": "at-least-node",
|
|
"rawSpec": "1.0.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "1.0.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/fs-extra"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/at-least-node/-/at-least-node-1.0.0.tgz",
|
|
"_spec": "1.0.0",
|
|
"_where": "/home/runner/work/ghaction-github-pages/ghaction-github-pages",
|
|
"author": {
|
|
"name": "Ryan Zimmerman",
|
|
"email": "opensrc@ryanzim.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/RyanZim/at-least-node/issues"
|
|
},
|
|
"description": "Lightweight Node.js version sniffing/comparison",
|
|
"devDependencies": {
|
|
"ava": "^3.1.0",
|
|
"rewire": "^4.0.1",
|
|
"semver": "^7.1.2"
|
|
},
|
|
"engines": {
|
|
"node": ">= 4.0.0"
|
|
},
|
|
"files": [],
|
|
"homepage": "https://github.com/RyanZim/at-least-node#readme",
|
|
"keywords": [
|
|
"semver",
|
|
"feature"
|
|
],
|
|
"license": "ISC",
|
|
"main": "index.js",
|
|
"name": "at-least-node",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/RyanZim/at-least-node.git"
|
|
},
|
|
"scripts": {
|
|
"test": "ava"
|
|
},
|
|
"version": "1.0.0"
|
|
}
|