This commit is contained in:
David Kale
2020-09-08 13:25:36 -04:00
parent e4246d2b5b
commit 91fcbb0108
4227 changed files with 416837 additions and 457884 deletions

View File

@@ -1,8 +1,6 @@
MIT License
For Jest software
Copyright (c) 2014-present, Facebook, Inc.
Copyright (c) Facebook, Inc. and its affiliates.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

View File

@@ -1,41 +1,37 @@
{
"_args": [
[
"jest-serializer@24.4.0",
"/Users/pjquirk/Source/GitHub/actions/labeler"
]
],
"_development": true,
"_from": "jest-serializer@24.4.0",
"_id": "jest-serializer@24.4.0",
"_from": "jest-serializer@^24.9.0",
"_id": "jest-serializer@24.9.0",
"_inBundle": false,
"_integrity": "sha512-k//0DtglVstc1fv+GY/VHDIjrtNjdYvYjMlbLUed4kxrE92sIUewOi5Hj3vrpB8CXfkJntRPDRjCrCvUhBdL8Q==",
"_integrity": "sha512-DxYipDr8OvfrKH3Kel6NdED3OXxjvxXZ1uIY2I9OFbGg+vUkkg7AGvi65qbhbWNPvDckXmzMPbK3u3HaDO49bQ==",
"_location": "/jest-serializer",
"_phantomChildren": {},
"_requested": {
"type": "version",
"type": "range",
"registry": true,
"raw": "jest-serializer@24.4.0",
"raw": "jest-serializer@^24.9.0",
"name": "jest-serializer",
"escapedName": "jest-serializer",
"rawSpec": "24.4.0",
"rawSpec": "^24.9.0",
"saveSpec": null,
"fetchSpec": "24.4.0"
"fetchSpec": "^24.9.0"
},
"_requiredBy": [
"/jest-haste-map"
],
"_resolved": "https://registry.npmjs.org/jest-serializer/-/jest-serializer-24.4.0.tgz",
"_spec": "24.4.0",
"_where": "/Users/pjquirk/Source/GitHub/actions/labeler",
"_resolved": "https://registry.npmjs.org/jest-serializer/-/jest-serializer-24.9.0.tgz",
"_shasum": "e6d7d7ef96d31e8b9079a714754c5d5c58288e73",
"_spec": "jest-serializer@^24.9.0",
"_where": "/Users/dakale/dev/GitHub/actions/labeler/node_modules/jest-haste-map",
"bugs": {
"url": "https://github.com/facebook/jest/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Module for serializing and deserializing object into memory and disk. By default, the `v8` implementations are used, but if not present, it defaults to `JSON` implementation. Both serializers have the advantage of being able to serialize `Map`, `Set`, `undefined`, `NaN`, etc, although the JSON one does it through a replacer/reviver.",
"engines": {
"node": ">= 6"
},
"gitHead": "a018000fc162db3cfd0ebf9f23fdb734f05821a6",
"gitHead": "9ad0f4bc6b8bdd94989804226c28c9960d9da7d1",
"homepage": "https://github.com/facebook/jest#readme",
"license": "MIT",
"main": "build/index.js",
@@ -49,5 +45,5 @@
"directory": "packages/jest-serializer"
},
"types": "build/index.d.ts",
"version": "24.4.0"
"version": "24.9.0"
}

View File

@@ -1,7 +0,0 @@
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"rootDir": "src",
"outDir": "build"
}
}