智能照明系统APP-本地串口
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
LightingSystemApp-serial/.svn/pristine/9a/9a1942b57f38f72b6ef60c6521e...

132 lines
3.1 KiB

3 years ago
{
"_args": [
[
"@jest/core@25.5.4",
"D:\\MyWork\\CustomerApp\\ekon\\ekon-appv1"
]
],
"_development": true,
"_from": "@jest/core@25.5.4",
"_id": "@jest/core@25.5.4",
"_inBundle": false,
"_integrity": "sha1-PvdBL3M5IQ8APN82ZGu8p4bv57Q=",
"_location": "/@jest/core",
"_phantomChildren": {
"@types/color-name": "1.1.1",
"glob": "7.1.6",
"picomatch": "2.2.2"
},
"_requested": {
"type": "version",
"registry": true,
"raw": "@jest/core@25.5.4",
"name": "@jest/core",
"escapedName": "@jest%2fcore",
"scope": "@jest",
"rawSpec": "25.5.4",
"saveSpec": null,
"fetchSpec": "25.5.4"
},
"_requiredBy": [
"/jest",
"/jest/jest-cli"
],
"_resolved": "https://registry.npm.taobao.org/@jest/core/download/@jest/core-25.5.4.tgz?cache=0&sync_timestamp=1598096801753&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40jest%2Fcore%2Fdownload%2F%40jest%2Fcore-25.5.4.tgz",
"_spec": "25.5.4",
"_where": "D:\\MyWork\\CustomerApp\\ekon\\ekon-appv1",
"bugs": {
"url": "https://github.com/facebook/jest/issues"
},
"dependencies": {
"@jest/console": "^25.5.0",
"@jest/reporters": "^25.5.1",
"@jest/test-result": "^25.5.0",
"@jest/transform": "^25.5.1",
"@jest/types": "^25.5.0",
"ansi-escapes": "^4.2.1",
"chalk": "^3.0.0",
"exit": "^0.1.2",
"graceful-fs": "^4.2.4",
"jest-changed-files": "^25.5.0",
"jest-config": "^25.5.4",
"jest-haste-map": "^25.5.1",
"jest-message-util": "^25.5.0",
"jest-regex-util": "^25.2.6",
"jest-resolve": "^25.5.1",
"jest-resolve-dependencies": "^25.5.4",
"jest-runner": "^25.5.4",
"jest-runtime": "^25.5.4",
"jest-snapshot": "^25.5.1",
"jest-util": "^25.5.0",
"jest-validate": "^25.5.0",
"jest-watcher": "^25.5.0",
"micromatch": "^4.0.2",
"p-each-series": "^2.1.0",
"realpath-native": "^2.0.0",
"rimraf": "^3.0.0",
"slash": "^3.0.0",
"strip-ansi": "^6.0.0"
},
"description": "Delightful JavaScript Testing.",
"devDependencies": {
"@jest/test-sequencer": "^25.5.4",
"@types/exit": "^0.1.30",
"@types/graceful-fs": "^4.1.2",
"@types/micromatch": "^4.0.0",
"@types/node": "*",
"@types/rimraf": "^3.0.0",
"jest-snapshot-serializer-raw": "^1.1.0"
},
"engines": {
"node": ">= 8.3"
},
"gitHead": "389d13724bbf6bb64dcde9700a6ecea3333942db",
"homepage": "https://jestjs.io/",
"keywords": [
"ava",
"babel",
"coverage",
"easy",
"expect",
"facebook",
"immersive",
"instant",
"jasmine",
"jest",
"jsdom",
"mocha",
"mocking",
"painless",
"qunit",
"runner",
"sandboxed",
"snapshot",
"tap",
"tape",
"test",
"testing",
"typescript",
"watch"
],
"license": "MIT",
"main": "build/jest.js",
"name": "@jest/core",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/facebook/jest.git",
"directory": "packages/jest-core"
},
"types": "build/jest.d.ts",
"typesVersions": {
"<3.8": {
"build/*": [
"build/ts3.4/*"
]
}
},
"version": "25.5.4"
}