mirror of
https://github.com/actions/setup-node.git
synced 2025-07-02 23:53:48 +00:00
.
This commit is contained in:
parent
beb1329f9f
commit
2b95e76931
7736 changed files with 1874747 additions and 51184 deletions
57
node_modules/jsbn/package.json
generated
vendored
Normal file
57
node_modules/jsbn/package.json
generated
vendored
Normal file
|
@ -0,0 +1,57 @@
|
|||
{
|
||||
"_args": [
|
||||
[
|
||||
"jsbn@0.1.1",
|
||||
"/Users/eric/repos/actions/setup-node"
|
||||
]
|
||||
],
|
||||
"_development": true,
|
||||
"_from": "jsbn@0.1.1",
|
||||
"_id": "jsbn@0.1.1",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-peZUwuWi3rXyAdls77yoDA7y9RM=",
|
||||
"_location": "/jsbn",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "jsbn@0.1.1",
|
||||
"name": "jsbn",
|
||||
"escapedName": "jsbn",
|
||||
"rawSpec": "0.1.1",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "0.1.1"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/ecc-jsbn",
|
||||
"/sshpk"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/jsbn/-/jsbn-0.1.1.tgz",
|
||||
"_spec": "0.1.1",
|
||||
"_where": "/Users/eric/repos/actions/setup-node",
|
||||
"author": {
|
||||
"name": "Tom Wu"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/andyperlitch/jsbn/issues"
|
||||
},
|
||||
"description": "The jsbn library is a fast, portable implementation of large-number math in pure JavaScript, enabling public-key crypto and other applications on desktop and mobile browsers.",
|
||||
"homepage": "https://github.com/andyperlitch/jsbn#readme",
|
||||
"keywords": [
|
||||
"biginteger",
|
||||
"bignumber",
|
||||
"big",
|
||||
"integer"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "index.js",
|
||||
"name": "jsbn",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/andyperlitch/jsbn.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "mocha test.js"
|
||||
},
|
||||
"version": "0.1.1"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue