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,66 +1,19 @@
{
"_args": [
[
"node-forge@0.10.0",
"/home/henry/Documents/git/Speedtest-tracker-docker/conf/site"
]
],
"_development": true,
"_from": "node-forge@0.10.0",
"_id": "node-forge@0.10.0",
"_inBundle": false,
"_integrity": "sha512-PPmu8eEeG9saEUvI97fm4OYxXVB6bFvyNTyiUOBichBpFG8A1Ljw3bY62+5oOjDEMHRnd0Y7HQ+x7uzxOzC6JA==",
"_location": "/node-forge",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "node-forge@0.10.0",
"name": "node-forge",
"escapedName": "node-forge",
"rawSpec": "0.10.0",
"saveSpec": null,
"fetchSpec": "0.10.0"
},
"_requiredBy": [
"/selfsigned"
],
"_resolved": "https://registry.npmjs.org/node-forge/-/node-forge-0.10.0.tgz",
"_spec": "0.10.0",
"_where": "/home/henry/Documents/git/Speedtest-tracker-docker/conf/site",
"name": "node-forge",
"version": "0.10.0",
"description": "JavaScript implementations of network transports, cryptography, ciphers, PKI, message digests, and various utilities.",
"homepage": "https://github.com/digitalbazaar/forge",
"author": {
"name": "Digital Bazaar, Inc.",
"email": "support@digitalbazaar.com",
"url": "http://digitalbazaar.com/"
},
"browser": {
"buffer": false,
"crypto": false,
"process": false
},
"bugs": {
"url": "https://github.com/digitalbazaar/forge/issues",
"email": "support@digitalbazaar.com"
},
"contributors": [
{
"name": "Dave Longley",
"email": "dlongley@digitalbazaar.com"
},
{
"name": "David I. Lehn",
"email": "dlehn@digitalbazaar.com"
},
{
"name": "Stefan Siegl",
"email": "stesie@brokenpipe.de"
},
{
"name": "Christoph Dorn",
"email": "christoph@christophdorn.com"
}
"Dave Longley <dlongley@digitalbazaar.com>",
"David I. Lehn <dlehn@digitalbazaar.com>",
"Stefan Siegl <stesie@brokenpipe.de>",
"Christoph Dorn <christoph@christophdorn.com>"
],
"description": "JavaScript implementations of network transports, cryptography, ciphers, PKI, message digests, and various utilities.",
"devDependencies": {
"browserify": "^16.5.2",
"commander": "^2.20.0",
@@ -90,18 +43,24 @@
"webpack-cli": "^3.3.12",
"worker-loader": "^2.0.0"
},
"engines": {
"node": ">= 6.0.0"
"repository": {
"type": "git",
"url": "https://github.com/digitalbazaar/forge"
},
"bugs": {
"url": "https://github.com/digitalbazaar/forge/issues",
"email": "support@digitalbazaar.com"
},
"license": "(BSD-3-Clause OR GPL-2.0)",
"main": "lib/index.js",
"files": [
"lib/*.js",
"flash/swf/*.swf",
"dist/*.min.js",
"dist/*.min.js.map"
],
"homepage": "https://github.com/digitalbazaar/forge",
"jspm": {
"format": "amd"
"engines": {
"node": ">= 6.0.0"
},
"keywords": [
"aes",
@@ -132,31 +91,31 @@
"x.509",
"x509"
],
"license": "(BSD-3-Clause OR GPL-2.0)",
"main": "lib/index.js",
"name": "node-forge",
"scripts": {
"prepublish": "npm run build",
"build": "webpack",
"test-build": "webpack --config webpack-tests.config.js",
"test": "cross-env NODE_ENV=test mocha -t 30000 -R ${REPORTER:-spec} tests/unit/index.js",
"test-karma": "karma start",
"test-karma-sauce": "karma start karma-sauce.conf",
"test-server": "node tests/server.js",
"test-server-ws": "node tests/websockets/server-ws.js",
"test-server-webid": "node tests/websockets/server-webid.js",
"coverage": "rm -rf coverage && nyc --reporter=lcov --reporter=text-summary npm test",
"coverage-report": "nyc report",
"lint": "eslint *.js lib/*.js tests/*.js tests/**/*.js examples/*.js flash/*.js"
},
"nyc": {
"exclude": [
"tests"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/digitalbazaar/forge.git"
"jspm": {
"format": "amd"
},
"scripts": {
"build": "webpack",
"coverage": "rm -rf coverage && nyc --reporter=lcov --reporter=text-summary npm test",
"coverage-report": "nyc report",
"lint": "eslint *.js lib/*.js tests/*.js tests/**/*.js examples/*.js flash/*.js",
"prepublish": "npm run build",
"test": "cross-env NODE_ENV=test mocha -t 30000 -R ${REPORTER:-spec} tests/unit/index.js",
"test-build": "webpack --config webpack-tests.config.js",
"test-karma": "karma start",
"test-karma-sauce": "karma start karma-sauce.conf",
"test-server": "node tests/server.js",
"test-server-webid": "node tests/websockets/server-webid.js",
"test-server-ws": "node tests/websockets/server-ws.js"
},
"version": "0.10.0"
"browser": {
"buffer": false,
"crypto": false,
"process": false
}
}