ghaction-upx/node_modules/expect/package.json
2020-01-23 08:49:02 +00:00

63 lines
1.8 KiB
JSON

{
"_from": "expect@^25.1.0",
"_id": "expect@25.1.0",
"_inBundle": false,
"_integrity": "sha512-wqHzuoapQkhc3OKPlrpetsfueuEiMf3iWh0R8+duCu9PIjXoP7HgD5aeypwTnXUAjC8aMsiVDaWwlbJ1RlQ38g==",
"_location": "/expect",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "expect@^25.1.0",
"name": "expect",
"escapedName": "expect",
"rawSpec": "^25.1.0",
"saveSpec": null,
"fetchSpec": "^25.1.0"
},
"_requiredBy": [
"/jest-jasmine2",
"/jest-snapshot"
],
"_resolved": "https://registry.npmjs.org/expect/-/expect-25.1.0.tgz",
"_shasum": "7e8d7b06a53f7d66ec927278db3304254ee683ee",
"_spec": "expect@^25.1.0",
"_where": "/home/runner/work/ghaction-upx/ghaction-upx/node_modules/jest-jasmine2",
"browser": "build-es5/index.js",
"bugs": {
"url": "https://github.com/facebook/jest/issues"
},
"bundleDependencies": false,
"dependencies": {
"@jest/types": "^25.1.0",
"ansi-styles": "^4.0.0",
"jest-get-type": "^25.1.0",
"jest-matcher-utils": "^25.1.0",
"jest-message-util": "^25.1.0",
"jest-regex-util": "^25.1.0"
},
"deprecated": false,
"description": "This package exports the `expect` function used in [Jest](https://jestjs.io/). You can find its documentation [on Jest's website](https://jestjs.io/docs/en/expect.html).",
"devDependencies": {
"immutable": "^4.0.0-rc.12"
},
"engines": {
"node": ">= 8.3"
},
"gitHead": "170eee11d03b0ed5c60077982fdbc3bafd403638",
"homepage": "https://github.com/facebook/jest#readme",
"license": "MIT",
"main": "build/index.js",
"name": "expect",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/facebook/jest.git",
"directory": "packages/expect"
},
"types": "build/index.d.ts",
"version": "25.1.0"
}