mirror of
https://github.com/actions/setup-node.git
synced 2025-06-30 06:33:48 +00:00
Use husky
This commit is contained in:
parent
d7b6952411
commit
c3f0a8be66
6685 changed files with 919804 additions and 0 deletions
80
node_modules/symbol-tree/package.json
generated
vendored
Normal file
80
node_modules/symbol-tree/package.json
generated
vendored
Normal file
|
@ -0,0 +1,80 @@
|
|||
{
|
||||
"_args": [
|
||||
[
|
||||
"symbol-tree@3.2.2",
|
||||
"C:\\Users\\damccorm\\Documents\\setup-node"
|
||||
]
|
||||
],
|
||||
"_development": true,
|
||||
"_from": "symbol-tree@3.2.2",
|
||||
"_id": "symbol-tree@3.2.2",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-rifbOPZgp64uHDt9G8KQgZuFGeY=",
|
||||
"_location": "/symbol-tree",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "symbol-tree@3.2.2",
|
||||
"name": "symbol-tree",
|
||||
"escapedName": "symbol-tree",
|
||||
"rawSpec": "3.2.2",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "3.2.2"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/jsdom"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/symbol-tree/-/symbol-tree-3.2.2.tgz",
|
||||
"_spec": "3.2.2",
|
||||
"_where": "C:\\Users\\damccorm\\Documents\\setup-node",
|
||||
"author": {
|
||||
"name": "Joris van der Wel",
|
||||
"email": "joris@jorisvanderwel.com"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/jsdom/js-symbol-tree/issues"
|
||||
},
|
||||
"description": "Turn any collection of objects into its own efficient tree or linked list using Symbol",
|
||||
"devDependencies": {
|
||||
"babel-eslint": "^7.1.1",
|
||||
"coveralls": "^2.11.15",
|
||||
"eslint": "^3.12.0",
|
||||
"eslint-plugin-import": "^2.2.0",
|
||||
"istanbul": "^0.4.5",
|
||||
"jsdoc-to-markdown": "^3.0.0",
|
||||
"tape": "^4.0.0"
|
||||
},
|
||||
"files": [
|
||||
"lib",
|
||||
"api.md"
|
||||
],
|
||||
"homepage": "https://github.com/jsdom/js-symbol-tree#symbol-tree",
|
||||
"keywords": [
|
||||
"list",
|
||||
"queue",
|
||||
"stack",
|
||||
"linked-list",
|
||||
"tree",
|
||||
"es6",
|
||||
"dom",
|
||||
"symbol"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "lib/SymbolTree.js",
|
||||
"name": "symbol-tree",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/jsdom/js-symbol-tree.git"
|
||||
},
|
||||
"scripts": {
|
||||
"ci": "istanbul cover test/SymbolTree.js --report lcovonly && cat ./coverage/lcov.info | coveralls",
|
||||
"documentation": "jsdoc2md --files lib/SymbolTree.js >> README.md",
|
||||
"lint": "eslint lib test",
|
||||
"postci": "npm run posttest",
|
||||
"posttest": "npm run lint",
|
||||
"predocumentation": "cp readme-header.md README.md",
|
||||
"test": "istanbul cover test/SymbolTree.js"
|
||||
},
|
||||
"version": "3.2.2"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue