mirror of
https://github.com/titanscouting/tra-analysis.git
synced 2024-11-10 15:04:45 +00:00
84 lines
2.1 KiB
JSON
84 lines
2.1 KiB
JSON
{
|
|
"_from": "empower-core@^1.2.0",
|
|
"_id": "empower-core@1.2.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-g6+K6Geyc1o6FdXs9HwrXleCFan7d66G5xSCfSF7x1mJDCes6t0om9lFQG3zOrzh3Bkb/45N0cZ5Gqsf7YrzGQ==",
|
|
"_location": "/empower-core",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "empower-core@^1.2.0",
|
|
"name": "empower-core",
|
|
"escapedName": "empower-core",
|
|
"rawSpec": "^1.2.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^1.2.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/empower"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/empower-core/-/empower-core-1.2.0.tgz",
|
|
"_shasum": "ce3fb2484d5187fa29c23fba8344b0b2fdf5601c",
|
|
"_spec": "empower-core@^1.2.0",
|
|
"_where": "C:\\Users\\jlevi\\Downloads\\tr2022-strategy-master\\tr2022-strategy-master\\data analysis\\functions\\node_modules\\empower",
|
|
"author": {
|
|
"name": "Takuto Wada",
|
|
"email": "takuto.wada@gmail.com",
|
|
"url": "https://github.com/twada"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/twada/power-assert-runtime/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"contributors": [
|
|
{
|
|
"name": "James Talmage",
|
|
"url": "https://github.com/jamestalmage"
|
|
}
|
|
],
|
|
"dependencies": {
|
|
"call-signature": "0.0.2",
|
|
"core-js": "^2.0.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Power Assert feature enhancer for assert function/object",
|
|
"devDependencies": {
|
|
"acorn": "^5.0.0",
|
|
"acorn-es7-plugin": "^1.0.14",
|
|
"buster-assertions": "^0.10.4",
|
|
"escodegen": "^1.8.0",
|
|
"espower": "^2.0.0",
|
|
"mocha": "^5.0.0"
|
|
},
|
|
"directories": {
|
|
"lib": "./lib"
|
|
},
|
|
"files": [
|
|
"CHANGELOG.md",
|
|
"README.md",
|
|
"index.js",
|
|
"lib",
|
|
"package.json"
|
|
],
|
|
"homepage": "https://github.com/twada/power-assert-runtime",
|
|
"keywords": [
|
|
"assert",
|
|
"assertion",
|
|
"power-assert",
|
|
"test",
|
|
"testing"
|
|
],
|
|
"license": "MIT",
|
|
"main": "./index.js",
|
|
"name": "empower-core",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/twada/power-assert-runtime.git"
|
|
},
|
|
"scripts": {
|
|
"test": "mocha test"
|
|
},
|
|
"version": "1.2.0"
|
|
}
|