1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
| {
| "_from": "pirates@^4.0.4",
| "_id": "pirates@4.0.5",
| "_inBundle": false,
| "_integrity": "sha512-8V9+HQPupnaXMA23c5hvl69zXvTwTzyAYasnkb0Tts4XvO4CliqONMOnvlq26rkhLC3nWDFBJf73LU1e1VZLaQ==",
| "_location": "/pirates",
| "_phantomChildren": {},
| "_requested": {
| "type": "range",
| "registry": true,
| "raw": "pirates@^4.0.4",
| "name": "pirates",
| "escapedName": "pirates",
| "rawSpec": "^4.0.4",
| "saveSpec": null,
| "fetchSpec": "^4.0.4"
| },
| "_requiredBy": [
| "/@jest/transform"
| ],
| "_resolved": "https://registry.npmjs.org/pirates/-/pirates-4.0.5.tgz",
| "_shasum": "feec352ea5c3268fb23a37c702ab1699f35a5f3b",
| "_spec": "pirates@^4.0.4",
| "_where": "D:\\project\\PAM\\PAMapp\\node_modules\\@jest\\transform",
| "author": {
| "name": "Ari Porad",
| "email": "ari@ariporad.com",
| "url": "http://ariporad.com"
| },
| "ava": {
| "files": [
| "test/*.js"
| ],
| "sources": [
| "lib/**/*.js"
| ]
| },
| "bugs": {
| "url": "https://github.com/danez/pirates/issues"
| },
| "bundleDependencies": false,
| "deprecated": false,
| "description": "Properly hijack require",
| "devDependencies": {
| "@babel/cli": "7.16.7",
| "@babel/core": "7.16.7",
| "@babel/preset-env": "7.16.7",
| "ava": "1.4.1",
| "babel-core": "7.0.0-bridge.0",
| "babel-eslint": "10.1.0",
| "babel-plugin-istanbul": "5.2.0",
| "cross-env": "5.2.1",
| "decache": "4.6.1",
| "eslint": "5.16.0",
| "eslint-config-prettier": "4.3.0",
| "eslint-plugin-import": "2.25.4",
| "eslint-plugin-prettier": "3.4.1",
| "mock-require": "3.0.3",
| "nyc": "13.3.0",
| "prettier": "1.19.1",
| "rewire": "4.0.1",
| "rimraf": "3.0.2"
| },
| "engines": {
| "node": ">= 6"
| },
| "files": [
| "lib",
| "index.d.ts"
| ],
| "homepage": "https://github.com/danez/pirates#readme",
| "license": "MIT",
| "main": "lib/index.js",
| "name": "pirates",
| "nyc": {
| "include": [
| "src/*.js"
| ],
| "reporter": [
| "json",
| "text"
| ],
| "sourceMap": false,
| "instrument": false
| },
| "repository": {
| "type": "git",
| "url": "git+https://github.com/danez/pirates.git"
| },
| "scripts": {
| "build": "babel src -d lib",
| "clean": "rimraf lib",
| "lint": "eslint --report-unused-disable-directives .",
| "prepublishOnly": "yarn run build",
| "test": "cross-env BABEL_ENV=test yarn run build && nyc ava"
| },
| "types": "index.d.ts",
| "version": "4.0.5"
| }
|
|