-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
102 lines (102 loc) · 3.18 KB
/
package.json
File metadata and controls
102 lines (102 loc) · 3.18 KB
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
100
101
102
{
"_from": "array.prototype.map@^1.0.1",
"_id": "array.prototype.map@1.0.2",
"_inBundle": false,
"_integrity": "sha512-Az3OYxgsa1g7xDYp86l0nnN4bcmuEITGe1rbdEBVkrqkzMgDcbdQ2R7r41pNzti+4NMces3H8gMmuioZUilLgw==",
"_location": "/array.prototype.map",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "array.prototype.map@^1.0.1",
"name": "array.prototype.map",
"escapedName": "array.prototype.map",
"rawSpec": "^1.0.1",
"saveSpec": null,
"fetchSpec": "^1.0.1"
},
"_requiredBy": [
"/promise.allsettled"
],
"_resolved": "https://registry.npmjs.org/array.prototype.map/-/array.prototype.map-1.0.2.tgz",
"_shasum": "9a4159f416458a23e9483078de1106b2ef68f8ec",
"_spec": "array.prototype.map@^1.0.1",
"_where": "/home/fargo/Desktop/torus-tools/cli/node_modules/promise.allsettled",
"author": {
"name": "Jordan Harband",
"email": "ljharb@gmail.com"
},
"auto-changelog": {
"output": "CHANGELOG.md",
"template": "keepachangelog",
"unreleased": false,
"commitLimit": false,
"backfillLimit": false
},
"bugs": {
"url": "https://github.com/es-shims/Array.prototype.map/issues"
},
"bundleDependencies": false,
"dependencies": {
"define-properties": "^1.1.3",
"es-abstract": "^1.17.0-next.1",
"es-array-method-boxes-properly": "^1.0.0",
"is-string": "^1.0.4"
},
"deprecated": false,
"description": "An ES5 spec-compliant `Array.prototype.map` shim/polyfill/replacement that works as far down as ES3.",
"devDependencies": {
"@es-shims/api": "^2.1.2",
"@ljharb/eslint-config": "^15.0.2",
"auto-changelog": "^1.16.2",
"covert": "^1.1.1",
"eslint": "^6.7.2",
"evalmd": "^0.0.19",
"function-bind": "^1.1.1",
"functions-have-names": "^1.2.0",
"has-strict-mode": "^1.0.0",
"safe-publish-latest": "^1.1.4",
"tape": "^4.11.0"
},
"engines": {
"node": ">= 0.4"
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
},
"homepage": "https://github.com/es-shims/Array.prototype.map#readme",
"keywords": [
"Array.prototype.map",
"map",
"array",
"ES5",
"shim",
"polyfill",
"es-shim API"
],
"license": "MIT",
"main": "index.js",
"name": "array.prototype.map",
"repository": {
"type": "git",
"url": "git+https://github.com/es-shims/Array.prototype.map.git"
},
"scripts": {
"coverage": "covert test/*.js",
"lint": "eslint .",
"posttest": "npx aud",
"postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
"prelint": "evalmd README.md",
"prepublish": "safe-publish-latest",
"pretest": "npm run lint",
"preversion": "auto-changelog",
"test": "npm run tests-only",
"test:implementation": "node test/implementation",
"test:module": "node test/index",
"test:shimmed": "node test/shimmed",
"testling": "npx testling --html > test.html",
"tests-only": "es-shim-api --bound && npm run test:shimmed && npm run test:module && npm run test:implementation",
"version": "auto-changelog && git add CHANGELOG.md"
},
"version": "1.0.2"
}