12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758 |
- {
- "_from": "@jest/source-map@^26.6.2",
- "_id": "@jest/source-map@26.6.2",
- "_inBundle": false,
- "_integrity": "sha512-YwYcCwAnNmOVsZ8mr3GfnzdXDAl4LaenZP5z+G0c8bzC9/dugL8zRmxZzdoTl4IaS3CryS1uWnROLPFmb6lVvA==",
- "_location": "/@jest/source-map",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "@jest/source-map@^26.6.2",
- "name": "@jest/source-map",
- "escapedName": "@jest%2fsource-map",
- "scope": "@jest",
- "rawSpec": "^26.6.2",
- "saveSpec": null,
- "fetchSpec": "^26.6.2"
- },
- "_requiredBy": [
- "/jest-jasmine2",
- "/jest-runtime"
- ],
- "_resolved": "https://registry.npmjs.org/@jest/source-map/-/source-map-26.6.2.tgz",
- "_shasum": "29af5e1e2e324cafccc936f218309f54ab69d535",
- "_spec": "@jest/source-map@^26.6.2",
- "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\jest-runtime",
- "bugs": {
- "url": "https://github.com/facebook/jest/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "callsites": "^3.0.0",
- "graceful-fs": "^4.2.4",
- "source-map": "^0.6.0"
- },
- "deprecated": false,
- "devDependencies": {
- "@types/graceful-fs": "^4.1.2"
- },
- "engines": {
- "node": ">= 10.14.2"
- },
- "gitHead": "4c46930615602cbf983fb7e8e82884c282a624d5",
- "homepage": "https://github.com/facebook/jest#readme",
- "license": "MIT",
- "main": "build/index.js",
- "name": "@jest/source-map",
- "publishConfig": {
- "access": "public"
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/facebook/jest.git",
- "directory": "packages/jest-source-map"
- },
- "types": "build/index.d.ts",
- "version": "26.6.2"
- }
|