mirror of
https://github.com/titanscouting/tra-analysis.git
synced 2024-11-10 15:04:45 +00:00
108 lines
2.8 KiB
JSON
108 lines
2.8 KiB
JSON
{
|
|
"_from": "empower@^1.3.1",
|
|
"_id": "empower@1.3.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-uB6/ViBaawOO/uujFADTK3SqdYlxYNn+N4usK9MRKZ4Hbn/1QSy8k2PezxCA2/+JGbF8vd/eOfghZ90oOSDZCA==",
|
|
"_location": "/empower",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "empower@^1.3.1",
|
|
"name": "empower",
|
|
"escapedName": "empower",
|
|
"rawSpec": "^1.3.1",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^1.3.1"
|
|
},
|
|
"_requiredBy": [
|
|
"/power-assert"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/empower/-/empower-1.3.1.tgz",
|
|
"_shasum": "768979cbbb36d71d8f5edaab663deacb9dab916c",
|
|
"_spec": "empower@^1.3.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/power-assert-js/empower/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"contributors": [
|
|
{
|
|
"name": "James Talmage",
|
|
"url": "https://github.com/jamestalmage"
|
|
}
|
|
],
|
|
"dependencies": {
|
|
"core-js": "^2.0.0",
|
|
"empower-core": "^1.2.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Power Assert feature enhancer for assert function/object",
|
|
"devDependencies": {
|
|
"acorn": "^3.0.4",
|
|
"acorn-es7-plugin": "^1.0.12",
|
|
"babel-core": "^5.8.33",
|
|
"blanket": "1.1.9",
|
|
"browserify": "^13.0.0",
|
|
"buster-assertions": "^0.10.4",
|
|
"del": "^2.0.1",
|
|
"escodegen": "^1.7.0",
|
|
"espower": "^1.2.1",
|
|
"gulp": "^3.9.0",
|
|
"gulp-derequire": "^2.1.0",
|
|
"gulp-dereserve": "^0.2.1",
|
|
"gulp-mocha": "^2.1.3",
|
|
"gulp-mocha-phantomjs": "^0.12.1",
|
|
"gulp-util": "^3.0.6",
|
|
"gulp-webserver": "^0.9.1",
|
|
"licensify": "^3.1.0",
|
|
"mocha": "^2.3.2",
|
|
"mocha-lcov-reporter": "^1.2.0",
|
|
"through2": "^2.0.0",
|
|
"vinyl-source-stream": "^1.1.0"
|
|
},
|
|
"directories": {
|
|
"lib": "./lib"
|
|
},
|
|
"files": [
|
|
"CHANGELOG.md",
|
|
"MIT-LICENSE.txt",
|
|
"README.md",
|
|
"index.js",
|
|
"lib",
|
|
"build/empower.js",
|
|
"package.json"
|
|
],
|
|
"homepage": "https://github.com/power-assert-js/empower",
|
|
"keywords": [
|
|
"power-assert",
|
|
"assert",
|
|
"assertion",
|
|
"test",
|
|
"testing"
|
|
],
|
|
"license": "MIT",
|
|
"main": "./index.js",
|
|
"name": "empower",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/power-assert-js/empower.git"
|
|
},
|
|
"scripts": {
|
|
"bower": "bower install --config.interactive=false",
|
|
"build": "npm prune && npm dedupe && gulp bundle",
|
|
"coveralls": "gulp coverage && cat ./coverage.lcov | coveralls",
|
|
"preversion": "npm test",
|
|
"test": "gulp test",
|
|
"unit": "gulp unit",
|
|
"version": "npm run build && git add -A build",
|
|
"watch": "gulp watch"
|
|
},
|
|
"version": "1.3.1"
|
|
}
|