update node

This commit is contained in:
Charlie Root
2022-07-31 10:16:53 +00:00
parent 58f2e80eb5
commit 33b0f067f1
7 changed files with 222 additions and 460 deletions

View File

@@ -1,55 +1,7 @@
{ {
"_from": "argparse@~ 1.0.0",
"_id": "argparse@1.0.10",
"_inBundle": false,
"_integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
"_location": "/argparse",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "argparse@~ 1.0.0",
"name": "argparse", "name": "argparse",
"escapedName": "argparse",
"rawSpec": "~ 1.0.0",
"saveSpec": null,
"fetchSpec": "~ 1.0.0"
},
"_requiredBy": [
"/js-yaml"
],
"_resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
"_shasum": "bcd6791ea5ae09725e17e5ad988134cd40b3d911",
"_spec": "argparse@~ 1.0.0",
"_where": "/usr/home/web/cp/clonos/node/node_modules/js-yaml",
"bugs": {
"url": "https://github.com/nodeca/argparse/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Eugene Shkuropat"
},
{
"name": "Paul Jacobson"
}
],
"dependencies": {
"sprintf-js": "~1.0.2"
},
"deprecated": false,
"description": "Very powerful CLI arguments parser. Native port of argparse - python's options parsing library", "description": "Very powerful CLI arguments parser. Native port of argparse - python's options parsing library",
"devDependencies": { "version": "1.0.10",
"eslint": "^2.13.1",
"istanbul": "^0.4.5",
"mocha": "^3.1.0",
"ndoc": "^5.0.1"
},
"files": [
"index.js",
"lib/"
],
"homepage": "https://github.com/nodeca/argparse#readme",
"keywords": [ "keywords": [
"cli", "cli",
"parser", "parser",
@@ -57,14 +9,26 @@
"option", "option",
"args" "args"
], ],
"contributors": [
"Eugene Shkuropat",
"Paul Jacobson"
],
"files": [
"index.js",
"lib/"
],
"license": "MIT", "license": "MIT",
"name": "argparse", "repository": "nodeca/argparse",
"repository": {
"type": "git",
"url": "git+https://github.com/nodeca/argparse.git"
},
"scripts": { "scripts": {
"test": "make test" "test": "make test"
}, },
"version": "1.0.10" "dependencies": {
"sprintf-js": "~1.0.2"
},
"devDependencies": {
"eslint": "^2.13.1",
"istanbul": "^0.4.5",
"mocha": "^3.1.0",
"ndoc": "^5.0.1"
}
} }

View File

@@ -1,50 +1,7 @@
{ {
"_args": [
[
"async-limiter@1.0.1",
"/usr/local/www/clonos/node"
]
],
"_from": "async-limiter@1.0.1",
"_id": "async-limiter@1.0.1",
"_inBundle": false,
"_integrity": "sha512-csOlWGAcRFJaI6m+F2WKdnMKr4HhdhFVBk0H/QbJFMCr+uO2kwohwXQPxw/9OCxp05r5ghVBFSyioixx3gfkNQ==",
"_location": "/async-limiter",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "async-limiter@1.0.1",
"name": "async-limiter", "name": "async-limiter",
"escapedName": "async-limiter", "version": "1.0.1",
"rawSpec": "1.0.1",
"saveSpec": null,
"fetchSpec": "1.0.1"
},
"_requiredBy": [
"/ws"
],
"_resolved": "https://registry.npmjs.org/async-limiter/-/async-limiter-1.0.1.tgz",
"_spec": "1.0.1",
"_where": "/usr/local/www/clonos/node",
"author": {
"name": "Samuel Reed"
},
"bugs": {
"url": "https://github.com/strml/async-limiter/issues"
},
"dependencies": {},
"description": "asynchronous function queue with adjustable concurrency", "description": "asynchronous function queue with adjustable concurrency",
"devDependencies": {
"coveralls": "^3.0.3",
"eslint": "^5.16.0",
"eslint-plugin-mocha": "^5.3.0",
"intelli-espower-loader": "^1.0.1",
"mocha": "^6.1.4",
"nyc": "^14.1.1",
"power-assert": "^1.6.1"
},
"homepage": "https://github.com/strml/async-limiter#readme",
"keywords": [ "keywords": [
"throttle", "throttle",
"async", "async",
@@ -55,18 +12,24 @@
"concurrency", "concurrency",
"concurrent" "concurrent"
], ],
"license": "MIT", "dependencies": {},
"name": "async-limiter", "devDependencies": {
"repository": { "coveralls": "^3.0.3",
"type": "git", "eslint": "^5.16.0",
"url": "git+https://github.com/strml/async-limiter.git" "eslint-plugin-mocha": "^5.3.0",
"intelli-espower-loader": "^1.0.1",
"mocha": "^6.1.4",
"nyc": "^14.1.1",
"power-assert": "^1.6.1"
}, },
"scripts": { "scripts": {
"test": "mocha --require intelli-espower-loader test/",
"travis": "npm run lint && npm run test",
"coverage": "nyc npm test && nyc report --reporter=text-lcov | coveralls", "coverage": "nyc npm test && nyc report --reporter=text-lcov | coveralls",
"example": "node example", "example": "node example",
"lint": "eslint .", "lint": "eslint ."
"test": "mocha --require intelli-espower-loader test/",
"travis": "npm run lint && npm run test"
}, },
"version": "1.0.1" "repository": "https://github.com/strml/async-limiter.git",
"author": "Samuel Reed <samuel.trace.reed@gmail.com",
"license": "MIT"
} }

View File

@@ -1,41 +1,39 @@
{ {
"_from": "esprima@^4.0.0",
"_id": "esprima@4.0.1",
"_inBundle": false,
"_integrity": "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==",
"_location": "/esprima",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "esprima@^4.0.0",
"name": "esprima", "name": "esprima",
"escapedName": "esprima", "description": "ECMAScript parsing infrastructure for multipurpose analysis",
"rawSpec": "^4.0.0", "homepage": "http://esprima.org",
"saveSpec": null, "main": "dist/esprima.js",
"fetchSpec": "^4.0.0" "bin": {
"esparse": "./bin/esparse.js",
"esvalidate": "./bin/esvalidate.js"
}, },
"_requiredBy": [ "version": "4.0.1",
"/js-yaml" "files": [
"bin",
"dist/esprima.js"
], ],
"_resolved": "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz", "engines": {
"_shasum": "13b04cdb3e6c5d19df91ab6987a8695619b0aa71", "node": ">=4"
"_spec": "esprima@^4.0.0", },
"_where": "/usr/local/www/clonos/node/node_modules/js-yaml",
"author": { "author": {
"name": "Ariya Hidayat", "name": "Ariya Hidayat",
"email": "ariya.hidayat@gmail.com" "email": "ariya.hidayat@gmail.com"
}, },
"bin": { "maintainers": [
"esparse": "bin/esparse.js", {
"esvalidate": "bin/esvalidate.js" "name": "Ariya Hidayat",
"email": "ariya.hidayat@gmail.com",
"web": "http://ariya.ofilabs.com"
}
],
"repository": {
"type": "git",
"url": "https://github.com/jquery/esprima.git"
}, },
"bugs": { "bugs": {
"url": "https://github.com/jquery/esprima/issues" "url": "https://github.com/jquery/esprima/issues"
}, },
"bundleDependencies": false, "license": "BSD-2-Clause",
"deprecated": false,
"description": "ECMAScript parsing infrastructure for multipurpose analysis",
"devDependencies": { "devDependencies": {
"codecov.io": "~0.1.6", "codecov.io": "~0.1.6",
"escomplex-js": "1.2.0", "escomplex-js": "1.2.0",
@@ -64,14 +62,6 @@
"unicode-8.0.0": "~0.7.0", "unicode-8.0.0": "~0.7.0",
"webpack": "~1.14.0" "webpack": "~1.14.0"
}, },
"engines": {
"node": ">=4"
},
"files": [
"bin",
"dist/esprima.js"
],
"homepage": "http://esprima.org",
"keywords": [ "keywords": [
"ast", "ast",
"ecmascript", "ecmascript",
@@ -80,58 +70,43 @@
"parser", "parser",
"syntax" "syntax"
], ],
"license": "BSD-2-Clause",
"main": "dist/esprima.js",
"maintainers": [
{
"name": "Ariya Hidayat",
"email": "ariya.hidayat@gmail.com",
"url": "http://ariya.ofilabs.com"
}
],
"name": "esprima",
"repository": {
"type": "git",
"url": "git+https://github.com/jquery/esprima.git"
},
"scripts": { "scripts": {
"all-tests": "npm run verify-line-ending && npm run generate-fixtures && npm run unit-tests && npm run api-tests && npm run grammar-tests && npm run regression-tests && npm run hostile-env-tests",
"analyze-coverage": "istanbul cover test/unit-tests.js",
"api-tests": "mocha -R dot test/api-tests.js",
"appveyor": "npm run compile && npm run all-tests && npm run browser-tests",
"benchmark": "npm run benchmark-parser && npm run benchmark-tokenizer",
"benchmark-parser": "node -expose_gc test/benchmark-parser.js",
"benchmark-tokenizer": "node --expose_gc test/benchmark-tokenizer.js",
"browser-tests": "npm run compile && npm run generate-fixtures && cd test && karma start --single-run",
"check-coverage": "istanbul check-coverage --statement 100 --branch 100 --function 100",
"check-version": "node test/check-version.js", "check-version": "node test/check-version.js",
"circleci": "npm test && npm run codecov && npm run downstream", "tslint": "tslint src/*.ts",
"code-style": "tsfmt --verify src/*.ts && tsfmt --verify test/*.js", "code-style": "tsfmt --verify src/*.ts && tsfmt --verify test/*.js",
"codecov": "istanbul report cobertura && codecov < ./coverage/cobertura-coverage.xml",
"compile": "tsc -p src/ && webpack && node tools/fixupbundle.js",
"complexity": "node test/check-complexity.js",
"downstream": "node test/downstream.js",
"droneio": "npm run compile && npm run all-tests && npm run saucelabs",
"dynamic-analysis": "npm run analyze-coverage && npm run check-coverage",
"format-code": "tsfmt -r src/*.ts && tsfmt -r test/*.js", "format-code": "tsfmt -r src/*.ts && tsfmt -r test/*.js",
"generate-fixtures": "node tools/generate-fixtures.js", "complexity": "node test/check-complexity.js",
"generate-regex": "node tools/generate-identifier-regex.js", "static-analysis": "npm run check-version && npm run tslint && npm run code-style && npm run complexity",
"generate-xhtml-entities": "node tools/generate-xhtml-entities.js",
"grammar-tests": "node test/grammar-tests.js",
"hostile-env-tests": "node test/hostile-environment-tests.js", "hostile-env-tests": "node test/hostile-environment-tests.js",
"unit-tests": "node test/unit-tests.js",
"api-tests": "mocha -R dot test/api-tests.js",
"grammar-tests": "node test/grammar-tests.js",
"regression-tests": "node test/regression-tests.js",
"all-tests": "npm run verify-line-ending && npm run generate-fixtures && npm run unit-tests && npm run api-tests && npm run grammar-tests && npm run regression-tests && npm run hostile-env-tests",
"verify-line-ending": "node test/verify-line-ending.js",
"generate-fixtures": "node tools/generate-fixtures.js",
"browser-tests": "npm run compile && npm run generate-fixtures && cd test && karma start --single-run",
"saucelabs-evergreen": "cd test && karma start saucelabs-evergreen.conf.js",
"saucelabs-safari": "cd test && karma start saucelabs-safari.conf.js",
"saucelabs-ie": "cd test && karma start saucelabs-ie.conf.js",
"saucelabs": "npm run saucelabs-evergreen && npm run saucelabs-ie && npm run saucelabs-safari",
"analyze-coverage": "istanbul cover test/unit-tests.js",
"check-coverage": "istanbul check-coverage --statement 100 --branch 100 --function 100",
"dynamic-analysis": "npm run analyze-coverage && npm run check-coverage",
"compile": "tsc -p src/ && webpack && node tools/fixupbundle.js",
"test": "npm run compile && npm run all-tests && npm run static-analysis && npm run dynamic-analysis",
"prepublish": "npm run compile", "prepublish": "npm run compile",
"profile": "node --prof test/profile.js && mv isolate*.log v8.log && node-tick-processor", "profile": "node --prof test/profile.js && mv isolate*.log v8.log && node-tick-processor",
"regression-tests": "node test/regression-tests.js", "benchmark-parser": "node -expose_gc test/benchmark-parser.js",
"saucelabs": "npm run saucelabs-evergreen && npm run saucelabs-ie && npm run saucelabs-safari", "benchmark-tokenizer": "node --expose_gc test/benchmark-tokenizer.js",
"saucelabs-evergreen": "cd test && karma start saucelabs-evergreen.conf.js", "benchmark": "npm run benchmark-parser && npm run benchmark-tokenizer",
"saucelabs-ie": "cd test && karma start saucelabs-ie.conf.js", "codecov": "istanbul report cobertura && codecov < ./coverage/cobertura-coverage.xml",
"saucelabs-safari": "cd test && karma start saucelabs-safari.conf.js", "downstream": "node test/downstream.js",
"static-analysis": "npm run check-version && npm run tslint && npm run code-style && npm run complexity",
"test": "npm run compile && npm run all-tests && npm run static-analysis && npm run dynamic-analysis",
"travis": "npm test", "travis": "npm test",
"tslint": "tslint src/*.ts", "circleci": "npm test && npm run codecov && npm run downstream",
"unit-tests": "node test/unit-tests.js", "appveyor": "npm run compile && npm run all-tests && npm run browser-tests",
"verify-line-ending": "node test/verify-line-ending.js" "droneio": "npm run compile && npm run all-tests && npm run saucelabs",
}, "generate-regex": "node tools/generate-identifier-regex.js",
"version": "4.0.1" "generate-xhtml-entities": "node tools/generate-xhtml-entities.js"
}
} }

View File

@@ -1,61 +1,37 @@
{ {
"_from": "js-yaml@>=3.13.1",
"_id": "js-yaml@3.14.0",
"_inBundle": false,
"_integrity": "sha512-/4IbIeHcD9VMHFqDR/gQ7EdZdLimOvW2DdcxFjdyyZ9NsbS+ccrXqVWDtab/lRl5AlUqmpBx8EhPaWR+OtY17A==",
"_location": "/js-yaml",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "js-yaml@>=3.13.1",
"name": "js-yaml", "name": "js-yaml",
"escapedName": "js-yaml", "version": "3.14.0",
"rawSpec": ">=3.13.1", "description": "YAML 1.2 parser and serializer",
"saveSpec": null, "keywords": [
"fetchSpec": ">=3.13.1" "yaml",
}, "parser",
"_requiredBy": [ "serializer",
"/" "pyyaml"
],
"homepage": "https://github.com/nodeca/js-yaml",
"author": "Vladimir Zapparov <dervus.grim@gmail.com>",
"contributors": [
"Aleksey V Zapparov <ixti@member.fsf.org> (http://www.ixti.net/)",
"Vitaly Puzrin <vitaly@rcdesign.ru> (https://github.com/puzrin)",
"Martin Grenfell <martin.grenfell@gmail.com> (http://got-ravings.blogspot.com)"
],
"license": "MIT",
"repository": "nodeca/js-yaml",
"files": [
"index.js",
"lib/",
"bin/",
"dist/"
], ],
"_resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.0.tgz",
"_shasum": "a7a34170f26a21bb162424d8adacb4113a69e482",
"_spec": "js-yaml@>=3.13.1",
"_where": "/usr/local/www/clonos/node",
"author": {
"name": "Vladimir Zapparov",
"email": "dervus.grim@gmail.com"
},
"bin": { "bin": {
"js-yaml": "bin/js-yaml.js" "js-yaml": "bin/js-yaml.js"
}, },
"bugs": { "unpkg": "dist/js-yaml.min.js",
"url": "https://github.com/nodeca/js-yaml/issues" "jsdelivr": "dist/js-yaml.min.js",
},
"bundleDependencies": false,
"contributors": [
{
"name": "Aleksey V Zapparov",
"email": "ixti@member.fsf.org",
"url": "http://www.ixti.net/"
},
{
"name": "Vitaly Puzrin",
"email": "vitaly@rcdesign.ru",
"url": "https://github.com/puzrin"
},
{
"name": "Martin Grenfell",
"email": "martin.grenfell@gmail.com",
"url": "http://got-ravings.blogspot.com"
}
],
"dependencies": { "dependencies": {
"argparse": "^1.0.7", "argparse": "^1.0.7",
"esprima": "^4.0.0" "esprima": "^4.0.0"
}, },
"deprecated": false,
"description": "YAML 1.2 parser and serializer",
"devDependencies": { "devDependencies": {
"ansi": "^0.3.1", "ansi": "^0.3.1",
"benchmark": "^2.1.4", "benchmark": "^2.1.4",
@@ -67,29 +43,7 @@
"mocha": "^7.1.2", "mocha": "^7.1.2",
"uglify-js": "^3.0.1" "uglify-js": "^3.0.1"
}, },
"files": [
"index.js",
"lib/",
"bin/",
"dist/"
],
"homepage": "https://github.com/nodeca/js-yaml",
"jsdelivr": "dist/js-yaml.min.js",
"keywords": [
"yaml",
"parser",
"serializer",
"pyyaml"
],
"license": "MIT",
"name": "js-yaml",
"repository": {
"type": "git",
"url": "git+https://github.com/nodeca/js-yaml.git"
},
"scripts": { "scripts": {
"test": "make test" "test": "make test"
}, }
"unpkg": "dist/js-yaml.min.js",
"version": "3.14.0"
} }

View File

@@ -1,97 +1,72 @@
{ {
"_from": "nodestalker@0.1.22",
"_id": "nodestalker@0.1.22",
"_inBundle": false,
"_integrity": "sha512-yRFJgkO9BkGybKOLmjum4WAHeaSDbvWA7eC9RpHlxkGcsi7yZbsLo9BTHANbWlSbbQtWkkO0Lwyt4JKsjGAj1Q==",
"_location": "/nodestalker",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "nodestalker@0.1.22",
"name": "nodestalker", "name": "nodestalker",
"escapedName": "nodestalker",
"rawSpec": "0.1.22",
"saveSpec": null,
"fetchSpec": "0.1.22"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/nodestalker/-/nodestalker-0.1.22.tgz",
"_shasum": "a62dd8e67a6d5e9b8babb21c6dfcb055d0aaa5bd",
"_spec": "nodestalker@0.1.22",
"_where": "/usr/local/www/clonos/node",
"author": {
"name": "Pascal Opitz",
"email": "contact@pascalopitz.com",
"url": "http://blog.pascalopitz.com"
},
"bugs": {
"url": "https://github.com/pascalopitz/nodestalker/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Andrew Houghton"
},
{
"name": "Amjad Mohamed"
},
{
"name": "Jean-Sébastien Ney"
},
{
"name": "Nate McQuay"
},
{
"name": "Anton Lopyrev"
},
{
"name": "Justin Walsh"
},
{
"name": "Brad Dwyer"
},
{
"name": "Joel Bradshaw"
},
{
"name": "Alejandro Santiago"
}
],
"dependencies": {
"js-yaml": "^3.13.1"
},
"deprecated": false,
"description": "A Beanstalk client for node.js.", "description": "A Beanstalk client for node.js.",
"devDependencies": {
"docco": "^0.8.0"
},
"engines": {
"node": ">=0.11"
},
"homepage": "https://github.com/pascalopitz/nodestalker#readme",
"keywords": [ "keywords": [
"beanstalkd", "beanstalkd",
"queue" "queue"
], ],
"version": "0.1.22",
"author": "Pascal Opitz <contact@pascalopitz.com> (http://blog.pascalopitz.com)",
"contributors": [
{
"name": "Andrew Houghton",
"github": "https://github.com/aahoughton"
},
{
"name": "Amjad Mohamed",
"github": "https://github.com/andho"
},
{
"name": "Jean-Sébastien Ney",
"github": "https://github.com/jney"
},
{
"name": "Nate McQuay",
"github": "https://github.com/nmcquay"
},
{
"name": "Anton Lopyrev",
"github": "https://github.com/tokudu"
},
{
"name": "Justin Walsh",
"github": "https://github.com/justinwalsh"
},
{
"name": "Brad Dwyer",
"github": "https://github.com/yeldarby"
},
{
"name": "Joel Bradshaw",
"github": "https://github.com/cincodenada"
},
{
"name": "Alejandro Santiago",
"github": "https://github.com/alemures"
}
],
"repository": {
"type": "git",
"url": "git://github.com/pascalopitz/nodestalker.git"
},
"main": "./lib/beanstalk_client",
"dependencies": {
"js-yaml": "^3.13.1"
},
"scripts": {
"docs": "./node_modules/.bin/docco ./lib/beanstalk_client.js",
"test": "find tests/test_*.js | xargs -n1 node"
},
"licenses": [ "licenses": [
{ {
"type": "MIT", "type": "MIT",
"url": "http://github.com/pascalopitz/nodestalker/raw/master/LICENSE" "url": "http://github.com/pascalopitz/nodestalker/raw/master/LICENSE"
} }
], ],
"main": "./lib/beanstalk_client", "engines": {
"name": "nodestalker", "node": ">=0.11"
"repository": {
"type": "git",
"url": "git://github.com/pascalopitz/nodestalker.git"
}, },
"scripts": { "devDependencies": {
"docs": "docco ./lib/beanstalk_client.js", "docco": "^0.8.0"
"test": "find tests/test_*.js | xargs -n1 node" }
},
"version": "0.1.22"
} }

View File

@@ -1,54 +1,22 @@
{ {
"_from": "sprintf-js@~1.0.2",
"_id": "sprintf-js@1.0.3",
"_inBundle": false,
"_integrity": "sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw=",
"_location": "/sprintf-js",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "sprintf-js@~1.0.2",
"name": "sprintf-js", "name": "sprintf-js",
"escapedName": "sprintf-js", "version": "1.0.3",
"rawSpec": "~1.0.2",
"saveSpec": null,
"fetchSpec": "~1.0.2"
},
"_requiredBy": [
"/argparse"
],
"_resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz",
"_shasum": "04e6926f662895354f3dd015203633b857297e2c",
"_spec": "sprintf-js@~1.0.2",
"_where": "/usr/home/web/cp/clonos/node/node_modules/argparse",
"author": {
"name": "Alexandru Marasteanu",
"email": "hello@alexei.ro",
"url": "http://alexei.ro/"
},
"bugs": {
"url": "https://github.com/alexei/sprintf.js/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "JavaScript sprintf implementation", "description": "JavaScript sprintf implementation",
"devDependencies": { "author": "Alexandru Marasteanu <hello@alexei.ro> (http://alexei.ro/)",
"grunt": "*",
"grunt-contrib-uglify": "*",
"grunt-contrib-watch": "*",
"mocha": "*"
},
"homepage": "https://github.com/alexei/sprintf.js#readme",
"license": "BSD-3-Clause",
"main": "src/sprintf.js", "main": "src/sprintf.js",
"name": "sprintf-js",
"repository": {
"type": "git",
"url": "git+https://github.com/alexei/sprintf.js.git"
},
"scripts": { "scripts": {
"test": "mocha test/test.js" "test": "mocha test/test.js"
}, },
"version": "1.0.3" "repository": {
"type": "git",
"url": "https://github.com/alexei/sprintf.js.git"
},
"license": "BSD-3-Clause",
"readmeFilename": "README.md",
"devDependencies": {
"mocha": "*",
"grunt": "*",
"grunt-contrib-watch": "*",
"grunt-contrib-uglify": "*"
}
} }

87
node/node_modules/ws/package.json generated vendored
View File

@@ -1,45 +1,35 @@
{ {
"_args": [
[
"ws@6.2.2",
"/usr/local/www/clonos/node"
]
],
"_from": "ws@6.2.2",
"_id": "ws@6.2.2",
"_inBundle": false,
"_integrity": "sha512-zmhltoSR8u1cnDsD43TX59mzoMZsLKqUweyYBAIvTngR3shc0W6aOZylZmq/7hqyVxPdi+5Ud2QInblgyE72fw==",
"_location": "/ws",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "ws@6.2.2",
"name": "ws", "name": "ws",
"escapedName": "ws", "version": "6.2.2",
"rawSpec": "6.2.2", "description": "Simple to use, blazing fast and thoroughly tested websocket client and server for Node.js",
"saveSpec": null, "keywords": [
"fetchSpec": "6.2.2" "HyBi",
}, "Push",
"_requiredBy": [ "RFC-6455",
"/" "WebSocket",
"WebSockets",
"real-time"
], ],
"_resolved": "https://registry.npmjs.org/ws/-/ws-6.2.2.tgz", "homepage": "https://github.com/websockets/ws",
"_spec": "6.2.2", "bugs": "https://github.com/websockets/ws/issues",
"_where": "/usr/local/www/clonos/node", "repository": "websockets/ws",
"author": { "author": "Einar Otto Stangvik <einaros@gmail.com> (http://2x.io)",
"name": "Einar Otto Stangvik", "license": "MIT",
"email": "einaros@gmail.com", "main": "index.js",
"url": "http://2x.io"
},
"browser": "browser.js", "browser": "browser.js",
"bugs": { "files": [
"url": "https://github.com/websockets/ws/issues" "browser.js",
"index.js",
"lib/*.js"
],
"scripts": {
"test": "npm run lint && nyc --reporter=html --reporter=text mocha test/*.test.js",
"integration": "npm run lint && mocha test/*.integration.js",
"lint": "eslint --ignore-path .gitignore . && prettier --check --ignore-path .gitignore \"**/*.{json,md,yml}\""
}, },
"dependencies": { "dependencies": {
"async-limiter": "~1.0.0" "async-limiter": "~1.0.0"
}, },
"description": "Simple to use, blazing fast and thoroughly tested websocket client and server for Node.js",
"devDependencies": { "devDependencies": {
"benchmark": "~2.1.4", "benchmark": "~2.1.4",
"bufferutil": "~4.0.0", "bufferutil": "~4.0.0",
@@ -51,32 +41,5 @@
"nyc": "~13.3.0", "nyc": "~13.3.0",
"prettier": "~1.16.1", "prettier": "~1.16.1",
"utf-8-validate": "~5.0.0" "utf-8-validate": "~5.0.0"
}, }
"files": [
"browser.js",
"index.js",
"lib/*.js"
],
"homepage": "https://github.com/websockets/ws",
"keywords": [
"HyBi",
"Push",
"RFC-6455",
"WebSocket",
"WebSockets",
"real-time"
],
"license": "MIT",
"main": "index.js",
"name": "ws",
"repository": {
"type": "git",
"url": "git+https://github.com/websockets/ws.git"
},
"scripts": {
"integration": "npm run lint && mocha test/*.integration.js",
"lint": "eslint --ignore-path .gitignore . && prettier --check --ignore-path .gitignore \"**/*.{json,md,yml}\"",
"test": "npm run lint && nyc --reporter=html --reporter=text mocha test/*.test.js"
},
"version": "6.2.2"
} }