mirror of
https://github.com/titanscouting/tra-analysis.git
synced 2024-11-10 15:04:45 +00:00
89 lines
2.3 KiB
JSON
89 lines
2.3 KiB
JSON
{
|
|
"_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"
|
|
}
|