mirror of
https://github.com/actions/setup-node.git
synced 2025-07-02 23:53:48 +00:00
.
This commit is contained in:
parent
00c3b50fca
commit
ae5dcb46c8
7331 changed files with 1784502 additions and 0 deletions
39
node_modules/ret/package.json
generated
vendored
Normal file
39
node_modules/ret/package.json
generated
vendored
Normal file
|
@ -0,0 +1,39 @@
|
|||
{
|
||||
"name": "ret",
|
||||
"description": "Tokenizes a string that represents a regular expression.",
|
||||
"keywords": [
|
||||
"regex",
|
||||
"regexp",
|
||||
"regular expression",
|
||||
"parser",
|
||||
"tokenizer"
|
||||
],
|
||||
"version": "0.1.15",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/fent/ret.js.git"
|
||||
},
|
||||
"author": "Roly Fentanes (https://github.com/fent)",
|
||||
"main": "./lib/index.js",
|
||||
"files": [
|
||||
"lib"
|
||||
],
|
||||
"scripts": {
|
||||
"test": "istanbul cover vows -- --spec test/*-test.js"
|
||||
},
|
||||
"directories": {
|
||||
"lib": "./lib"
|
||||
},
|
||||
"devDependencies": {
|
||||
"istanbul": "*",
|
||||
"vows": "*"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=0.12"
|
||||
},
|
||||
"license": "MIT"
|
||||
|
||||
,"_resolved": "https://registry.npmjs.org/ret/-/ret-0.1.15.tgz"
|
||||
,"_integrity": "sha512-TTlYpa+OL+vMMNG24xSlQGEJ3B/RzEfUlLct7b5G/ytav+wPrplCpVMFuwzXbkecJrb6IYo1iFb0S9v37754mg=="
|
||||
,"_from": "ret@0.1.15"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue