package.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. {
  2. "_from": "@jest/test-sequencer@^27.5.1",
  3. "_id": "@jest/test-sequencer@27.5.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-LCheJF7WB2+9JuCS7VB/EmGIdQuhtqjRNI9A43idHv3E4KltCTsPsLxvdaubFHSYwY/fNjMWjl6vNRhDiN7vpQ==",
  6. "_location": "/@jest/test-sequencer",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@jest/test-sequencer@^27.5.1",
  12. "name": "@jest/test-sequencer",
  13. "escapedName": "@jest%2ftest-sequencer",
  14. "scope": "@jest",
  15. "rawSpec": "^27.5.1",
  16. "saveSpec": null,
  17. "fetchSpec": "^27.5.1"
  18. },
  19. "_requiredBy": [
  20. "/jest-config"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/@jest/test-sequencer/-/test-sequencer-27.5.1.tgz",
  23. "_shasum": "4057e0e9cea4439e544c6353c6affe58d095745b",
  24. "_spec": "@jest/test-sequencer@^27.5.1",
  25. "_where": "H:\\gs_nuxt\\node_modules\\jest-config",
  26. "bugs": {
  27. "url": "https://github.com/facebook/jest/issues"
  28. },
  29. "bundleDependencies": false,
  30. "dependencies": {
  31. "@jest/test-result": "^27.5.1",
  32. "graceful-fs": "^4.2.9",
  33. "jest-haste-map": "^27.5.1",
  34. "jest-runtime": "^27.5.1"
  35. },
  36. "deprecated": false,
  37. "devDependencies": {
  38. "@types/graceful-fs": "^4.1.3"
  39. },
  40. "engines": {
  41. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  42. },
  43. "exports": {
  44. ".": {
  45. "types": "./build/index.d.ts",
  46. "default": "./build/index.js"
  47. },
  48. "./package.json": "./package.json"
  49. },
  50. "gitHead": "67c1aa20c5fec31366d733e901fee2b981cb1850",
  51. "homepage": "https://github.com/facebook/jest#readme",
  52. "license": "MIT",
  53. "main": "./build/index.js",
  54. "name": "@jest/test-sequencer",
  55. "publishConfig": {
  56. "access": "public"
  57. },
  58. "repository": {
  59. "type": "git",
  60. "url": "git+https://github.com/facebook/jest.git",
  61. "directory": "packages/jest-test-sequencer"
  62. },
  63. "types": "./build/index.d.ts",
  64. "version": "27.5.1"
  65. }