mirror of
https://code.forgejo.org/actions/setup-node.git
synced 2025-05-22 22:04:45 +00:00
.
This commit is contained in:
parent
00c3b50fca
commit
ae5dcb46c8
7331 changed files with 1784502 additions and 0 deletions
51
node_modules/symbol-tree/package.json
generated
vendored
Normal file
51
node_modules/symbol-tree/package.json
generated
vendored
Normal file
|
@ -0,0 +1,51 @@
|
|||
{
|
||||
"name": "symbol-tree",
|
||||
"version": "3.2.4",
|
||||
"description": "Turn any collection of objects into its own efficient tree or linked list using Symbol",
|
||||
"main": "lib/SymbolTree.js",
|
||||
"scripts": {
|
||||
"lint": "eslint lib test",
|
||||
"test": "istanbul cover test/SymbolTree.js",
|
||||
"posttest": "npm run lint",
|
||||
"ci": "istanbul cover test/SymbolTree.js --report lcovonly && cat ./coverage/lcov.info | coveralls",
|
||||
"postci": "npm run posttest",
|
||||
"predocumentation": "cp readme-header.md README.md",
|
||||
"documentation": "jsdoc2md --files lib/SymbolTree.js >> README.md"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/jsdom/js-symbol-tree.git"
|
||||
},
|
||||
"keywords": [
|
||||
"list",
|
||||
"queue",
|
||||
"stack",
|
||||
"linked-list",
|
||||
"tree",
|
||||
"es6",
|
||||
"dom",
|
||||
"symbol"
|
||||
],
|
||||
"files": [
|
||||
"lib"
|
||||
],
|
||||
"author": "Joris van der Wel <joris@jorisvanderwel.com>",
|
||||
"license": "MIT",
|
||||
"bugs": {
|
||||
"url": "https://github.com/jsdom/js-symbol-tree/issues"
|
||||
},
|
||||
"homepage": "https://github.com/jsdom/js-symbol-tree#symbol-tree",
|
||||
"devDependencies": {
|
||||
"babel-eslint": "^10.0.1",
|
||||
"coveralls": "^3.0.0",
|
||||
"eslint": "^5.16.0",
|
||||
"eslint-plugin-import": "^2.2.0",
|
||||
"istanbul": "^0.4.5",
|
||||
"jsdoc-to-markdown": "^5.0.0",
|
||||
"tape": "^4.0.0"
|
||||
}
|
||||
|
||||
,"_resolved": "https://registry.npmjs.org/symbol-tree/-/symbol-tree-3.2.4.tgz"
|
||||
,"_integrity": "sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw=="
|
||||
,"_from": "symbol-tree@3.2.4"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue