mirror of
https://github.com/henrywhitaker3/Speedtest-Tracker.git
synced 2026-01-03 03:27:21 +01:00
npm install
This commit is contained in:
48
conf/site/node_modules/assert/node_modules/inherits/package.json
generated
vendored
48
conf/site/node_modules/assert/node_modules/inherits/package.json
generated
vendored
@@ -1,39 +1,7 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"inherits@2.0.1",
|
||||
"/home/henry/Documents/git/Speedtest-tracker-docker/conf/site"
|
||||
]
|
||||
],
|
||||
"_development": true,
|
||||
"_from": "inherits@2.0.1",
|
||||
"_id": "inherits@2.0.1",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-sX0I0ya0Qj5Wjv9xn5GwscvfafE=",
|
||||
"_location": "/assert/inherits",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "inherits@2.0.1",
|
||||
"name": "inherits",
|
||||
"escapedName": "inherits",
|
||||
"rawSpec": "2.0.1",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "2.0.1"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/assert/util"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.1.tgz",
|
||||
"_spec": "2.0.1",
|
||||
"_where": "/home/henry/Documents/git/Speedtest-tracker-docker/conf/site",
|
||||
"browser": "./inherits_browser.js",
|
||||
"bugs": {
|
||||
"url": "https://github.com/isaacs/inherits/issues"
|
||||
},
|
||||
"name": "inherits",
|
||||
"description": "Browser-friendly inheritance fully compatible with standard node.js inherits()",
|
||||
"homepage": "https://github.com/isaacs/inherits#readme",
|
||||
"version": "2.0.1",
|
||||
"keywords": [
|
||||
"inheritance",
|
||||
"class",
|
||||
@@ -44,15 +12,11 @@
|
||||
"browser",
|
||||
"browserify"
|
||||
],
|
||||
"license": "ISC",
|
||||
"main": "./inherits.js",
|
||||
"name": "inherits",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/isaacs/inherits.git"
|
||||
},
|
||||
"browser": "./inherits_browser.js",
|
||||
"repository": "git://github.com/isaacs/inherits",
|
||||
"license": "ISC",
|
||||
"scripts": {
|
||||
"test": "node test"
|
||||
},
|
||||
"version": "2.0.1"
|
||||
}
|
||||
}
|
||||
|
||||
66
conf/site/node_modules/assert/node_modules/util/package.json
generated
vendored
66
conf/site/node_modules/assert/node_modules/util/package.json
generated
vendored
@@ -1,63 +1,31 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"util@0.10.3",
|
||||
"/home/henry/Documents/git/Speedtest-tracker-docker/conf/site"
|
||||
]
|
||||
],
|
||||
"_development": true,
|
||||
"_from": "util@0.10.3",
|
||||
"_id": "util@0.10.3",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-evsa/lCAUkZInj23/g7TeTNqwPk=",
|
||||
"_location": "/assert/util",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "util@0.10.3",
|
||||
"name": "util",
|
||||
"escapedName": "util",
|
||||
"rawSpec": "0.10.3",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "0.10.3"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/assert"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/util/-/util-0.10.3.tgz",
|
||||
"_spec": "0.10.3",
|
||||
"_where": "/home/henry/Documents/git/Speedtest-tracker-docker/conf/site",
|
||||
"author": {
|
||||
"name": "Joyent",
|
||||
"url": "http://www.joyent.com"
|
||||
},
|
||||
"browser": {
|
||||
"./support/isBuffer.js": "./support/isBufferBrowser.js"
|
||||
"name": "util",
|
||||
"description": "Node.JS util module",
|
||||
"keywords": [
|
||||
"util"
|
||||
],
|
||||
"version": "0.10.3",
|
||||
"homepage": "https://github.com/defunctzombie/node-util",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/defunctzombie/node-util"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/defunctzombie/node-util/issues"
|
||||
"main": "./util.js",
|
||||
"scripts": {
|
||||
"test": "node test/node/*.js && zuul test/browser/*.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"inherits": "2.0.1"
|
||||
},
|
||||
"description": "Node.JS util module",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"zuul": "~1.0.9"
|
||||
},
|
||||
"homepage": "https://github.com/defunctzombie/node-util",
|
||||
"keywords": [
|
||||
"util"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "./util.js",
|
||||
"name": "util",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/defunctzombie/node-util.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "node test/node/*.js && zuul test/browser/*.js"
|
||||
},
|
||||
"version": "0.10.3"
|
||||
"browser": {
|
||||
"./support/isBuffer.js": "./support/isBufferBrowser.js"
|
||||
}
|
||||
}
|
||||
|
||||
40
conf/site/node_modules/assert/package.json
generated
vendored
40
conf/site/node_modules/assert/package.json
generated
vendored
@@ -1,41 +1,11 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"assert@1.5.0",
|
||||
"/home/henry/Documents/git/Speedtest-tracker-docker/conf/site"
|
||||
]
|
||||
],
|
||||
"_development": true,
|
||||
"_from": "assert@1.5.0",
|
||||
"_id": "assert@1.5.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-EDsgawzwoun2CZkCgtxJbv392v4nbk9XDD06zI+kQYoBM/3RBWLlEyJARDOmhAAosBjWACEkKL6S+lIZtcAubA==",
|
||||
"_location": "/assert",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "assert@1.5.0",
|
||||
"name": "assert",
|
||||
"escapedName": "assert",
|
||||
"rawSpec": "1.5.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "1.5.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/node-libs-browser"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/assert/-/assert-1.5.0.tgz",
|
||||
"_spec": "1.5.0",
|
||||
"_where": "/home/henry/Documents/git/Speedtest-tracker-docker/conf/site",
|
||||
"bugs": {
|
||||
"url": "https://github.com/browserify/commonjs-assert/issues"
|
||||
},
|
||||
"name": "assert",
|
||||
"description": "The node.js assert module, re-packaged for web browsers.",
|
||||
"version": "1.5.0",
|
||||
"dependencies": {
|
||||
"object-assign": "^4.1.1",
|
||||
"util": "0.10.3"
|
||||
},
|
||||
"description": "The node.js assert module, re-packaged for web browsers.",
|
||||
"devDependencies": {
|
||||
"mocha": "~1.21.4",
|
||||
"zuul": "~3.10.0",
|
||||
@@ -48,7 +18,6 @@
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "./assert.js",
|
||||
"name": "assert",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/browserify/commonjs-assert.git"
|
||||
@@ -59,6 +28,5 @@
|
||||
"test-browser": "zuul -- test.js",
|
||||
"test-native": "TEST_NATIVE=true mocha --ui qunit test.js",
|
||||
"test-node": "mocha --ui qunit test.js"
|
||||
},
|
||||
"version": "1.5.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user