mirror of
https://github.com/titanscouting/tra-analysis.git
synced 2025-09-07 23:37:21 +00:00
push all website files
This commit is contained in:
88
website/functions/node_modules/universal-deep-strict-equal/package.json
generated
vendored
Normal file
88
website/functions/node_modules/universal-deep-strict-equal/package.json
generated
vendored
Normal file
@@ -0,0 +1,88 @@
|
||||
{
|
||||
"_from": "universal-deep-strict-equal@^1.2.1",
|
||||
"_id": "universal-deep-strict-equal@1.2.2",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-DaSsL3PP95JMgfpN4BjKViyisKc=",
|
||||
"_location": "/universal-deep-strict-equal",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "universal-deep-strict-equal@^1.2.1",
|
||||
"name": "universal-deep-strict-equal",
|
||||
"escapedName": "universal-deep-strict-equal",
|
||||
"rawSpec": "^1.2.1",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^1.2.1"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/power-assert"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/universal-deep-strict-equal/-/universal-deep-strict-equal-1.2.2.tgz",
|
||||
"_shasum": "0da4ac2f73cff7924c81fa4de018ca562ca2b0a7",
|
||||
"_spec": "universal-deep-strict-equal@^1.2.1",
|
||||
"_where": "C:\\Users\\jlevi\\Downloads\\tr2022-strategy-master\\tr2022-strategy-master\\data analysis\\functions\\node_modules\\power-assert",
|
||||
"author": {
|
||||
"name": "Takuto Wada",
|
||||
"email": "takuto.wada@gmail.com",
|
||||
"url": "https://github.com/twada"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/twada/universal-deep-strict-equal/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"contributors": [
|
||||
{
|
||||
"name": "azu",
|
||||
"url": "https://github.com/azu"
|
||||
}
|
||||
],
|
||||
"dependencies": {
|
||||
"array-filter": "^1.0.0",
|
||||
"indexof": "0.0.1",
|
||||
"object-keys": "^1.0.0"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "A port of Node v6's internal _deepEqual function in a universal style",
|
||||
"devDependencies": {
|
||||
"graceful-fs": "^4.1.3",
|
||||
"mocha": "^2.4.5",
|
||||
"zuul": "^3.10.1"
|
||||
},
|
||||
"files": [
|
||||
"README.md",
|
||||
"CHANGELOG.md",
|
||||
"index.js",
|
||||
"package.json"
|
||||
],
|
||||
"homepage": "https://github.com/twada/universal-deep-strict-equal",
|
||||
"keywords": [
|
||||
"assert",
|
||||
"assertion",
|
||||
"builtin",
|
||||
"core",
|
||||
"deep",
|
||||
"deep-equal",
|
||||
"deep-strict-equal",
|
||||
"eq",
|
||||
"equal",
|
||||
"equality",
|
||||
"same",
|
||||
"strict",
|
||||
"test",
|
||||
"testing"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "index.js",
|
||||
"name": "universal-deep-strict-equal",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/twada/universal-deep-strict-equal.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "mocha test/test-*.js",
|
||||
"test-saucelabs": "zuul -- test/test-*.js",
|
||||
"zuul-local": "zuul --local 8080 --ui mocha-bdd -- test/test-*.js"
|
||||
},
|
||||
"version": "1.2.2"
|
||||
}
|
Reference in New Issue
Block a user