npm install

This commit is contained in:
Henry Whitaker
2021-03-07 09:24:01 +00:00
parent 974384db8a
commit 2219b0213c
2674 changed files with 278065 additions and 156050 deletions

View File

@@ -1,43 +1,44 @@
{
"_args": [
[
"compose-function@3.0.3",
"/home/henry/Documents/git/Speedtest-tracker-docker/conf/site"
]
],
"_development": true,
"_from": "compose-function@3.0.3",
"_id": "compose-function@3.0.3",
"_inBundle": false,
"_integrity": "sha1-ntZ18TzFRQHTCVCkhv9qe6OrGF8=",
"_location": "/compose-function",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "compose-function@3.0.3",
"name": "compose-function",
"escapedName": "compose-function",
"rawSpec": "3.0.3",
"saveSpec": null,
"fetchSpec": "3.0.3"
"name": "compose-function",
"version": "3.0.3",
"description": "Compose new functions f(g(x))",
"main": "index.js",
"scripts": {
"clean": "git reset && echo '/node_modules/' > .gitignore && git add .gitignore && git stash save --include-untracked --keep-index '`npm run clean` trash can' && git clean --force -d && git reset --hard && echo '\nclean: Uncommitted and ignored files have been moved to gitâ™s stash. To restore them run `git stash pop --quiet; git checkout .gitignore`.'",
"coverage": "rm -rf coverage && npm run test:transpile && cd .es5 && istanbul cover test.js && mv coverage ..",
"coveralls": "npm run coverage && cat ./coverage/lcov.info | coveralls",
"develop": "nodangel --ignore node_modules --ignore coverage --exec 'npm run --silent test:lite'",
"prepublish": "npm run --silent clean && npm run transpile",
"patch-release": "npm version patch && npm publish && git push --follow-tags",
"minor-release": "npm version minor && npm publish && git push --follow-tags",
"major-release": "npm version major && npm publish && git push --follow-tags",
"test": "eslint --ignore-path .gitignore .; npm run test:transpile && node .es5/test.js | tap-spec",
"test:lite": "babel-node --optional es7.functionBind test.js | tap-spec",
"test:transpile": "rm -rf .es5 && babel --optional es7.functionBind test.js test/*.js --out-dir .es5 && babel module/*.js --out-dir .es5",
"transpile": "babel module --out-dir .",
"view-coverage": "echo 'Generating coverage reports…'; npm run coverage >/dev/null && echo '…done.' && opn ./coverage/lcov-report/index.html >/dev/null"
},
"_requiredBy": [
"/resolve-url-loader"
],
"_resolved": "https://registry.npmjs.org/compose-function/-/compose-function-3.0.3.tgz",
"_spec": "3.0.3",
"_where": "/home/henry/Documents/git/Speedtest-tracker-docker/conf/site",
"author": {
"name": "stoeffel"
"repository": {
"type": "git",
"url": "http://github.com/stoeffel/compose-function"
},
"files": [
"/*.js",
"/module/",
"/README.md",
"/LICENSE.md"
],
"keywords": [
"function",
"compose",
"functional"
],
"author": "stoeffel",
"license": "MIT",
"bugs": {
"url": "http://github.com/stoeffel/compose-function/issues"
},
"dependencies": {
"arity-n": "^1.0.4"
},
"description": "Compose new functions f(g(x))",
"homepage": "http://github.com/stoeffel/compose-function",
"devDependencies": {
"babel": "^5.8.21",
"babel-eslint": "^4.0.10",
@@ -51,39 +52,7 @@
"tap-spec": "^4.0.2",
"tape-catch": "1.0.4"
},
"files": [
"/*.js",
"/module/",
"/README.md",
"/LICENSE.md"
],
"homepage": "http://github.com/stoeffel/compose-function",
"keywords": [
"function",
"compose",
"functional"
],
"license": "MIT",
"main": "index.js",
"name": "compose-function",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/stoeffel/compose-function.git"
},
"scripts": {
"clean": "git reset && echo '/node_modules/' > .gitignore && git add .gitignore && git stash save --include-untracked --keep-index '`npm run clean` trash can' && git clean --force -d && git reset --hard && echo '\nclean: Uncommitted and ignored files have been moved to gitâ™s stash. To restore them run `git stash pop --quiet; git checkout .gitignore`.'",
"coverage": "rm -rf coverage && npm run test:transpile && cd .es5 && istanbul cover test.js && mv coverage ..",
"coveralls": "npm run coverage && cat ./coverage/lcov.info | coveralls",
"develop": "nodangel --ignore node_modules --ignore coverage --exec 'npm run --silent test:lite'",
"major-release": "npm version major && npm publish && git push --follow-tags",
"minor-release": "npm version minor && npm publish && git push --follow-tags",
"patch-release": "npm version patch && npm publish && git push --follow-tags",
"prepublish": "npm run --silent clean && npm run transpile",
"test": "eslint --ignore-path .gitignore .; npm run test:transpile && node .es5/test.js | tap-spec",
"test:lite": "babel-node --optional es7.functionBind test.js | tap-spec",
"test:transpile": "rm -rf .es5 && babel --optional es7.functionBind test.js test/*.js --out-dir .es5 && babel module/*.js --out-dir .es5",
"transpile": "babel module --out-dir .",
"view-coverage": "echo 'Generating coverage reports…'; npm run coverage >/dev/null && echo '…done.' && opn ./coverage/lcov-report/index.html >/dev/null"
},
"version": "3.0.3"
"dependencies": {
"arity-n": "^1.0.4"
}
}