1 | {
|
---|
2 | "_from": "functions-have-names@^1.2.3",
|
---|
3 | "_id": "functions-have-names@1.2.3",
|
---|
4 | "_inBundle": false,
|
---|
5 | "_integrity": "sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ==",
|
---|
6 | "_location": "/functions-have-names",
|
---|
7 | "_phantomChildren": {},
|
---|
8 | "_requested": {
|
---|
9 | "type": "range",
|
---|
10 | "registry": true,
|
---|
11 | "raw": "functions-have-names@^1.2.3",
|
---|
12 | "name": "functions-have-names",
|
---|
13 | "escapedName": "functions-have-names",
|
---|
14 | "rawSpec": "^1.2.3",
|
---|
15 | "saveSpec": null,
|
---|
16 | "fetchSpec": "^1.2.3"
|
---|
17 | },
|
---|
18 | "_requiredBy": [
|
---|
19 | "/function.prototype.name",
|
---|
20 | "/set-function-name"
|
---|
21 | ],
|
---|
22 | "_resolved": "https://registry.npmjs.org/functions-have-names/-/functions-have-names-1.2.3.tgz",
|
---|
23 | "_shasum": "0404fe4ee2ba2f607f0e0ec3c80bae994133b834",
|
---|
24 | "_spec": "functions-have-names@^1.2.3",
|
---|
25 | "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/function.prototype.name",
|
---|
26 | "author": {
|
---|
27 | "name": "Jordan Harband",
|
---|
28 | "email": "ljharb@gmail.com"
|
---|
29 | },
|
---|
30 | "auto-changelog": {
|
---|
31 | "output": "CHANGELOG.md",
|
---|
32 | "template": "keepachangelog",
|
---|
33 | "unreleased": false,
|
---|
34 | "commitLimit": false,
|
---|
35 | "backfillLimit": false,
|
---|
36 | "hideCredit": true
|
---|
37 | },
|
---|
38 | "bugs": {
|
---|
39 | "url": "https://github.com/inspect-js/functions-have-names/issues"
|
---|
40 | },
|
---|
41 | "bundleDependencies": false,
|
---|
42 | "deprecated": false,
|
---|
43 | "description": "Does this JS environment support the `name` property on functions?",
|
---|
44 | "devDependencies": {
|
---|
45 | "@ljharb/eslint-config": "^21.0.0",
|
---|
46 | "aud": "^2.0.0",
|
---|
47 | "auto-changelog": "^2.4.0",
|
---|
48 | "eslint": "=8.8.0",
|
---|
49 | "nyc": "^10.3.2",
|
---|
50 | "safe-publish-latest": "^2.0.0",
|
---|
51 | "tape": "^5.5.3"
|
---|
52 | },
|
---|
53 | "funding": {
|
---|
54 | "url": "https://github.com/sponsors/ljharb"
|
---|
55 | },
|
---|
56 | "homepage": "https://github.com/inspect-js/functions-have-names#readme",
|
---|
57 | "keywords": [
|
---|
58 | "function",
|
---|
59 | "name",
|
---|
60 | "es5",
|
---|
61 | "names",
|
---|
62 | "functions",
|
---|
63 | "ie"
|
---|
64 | ],
|
---|
65 | "license": "MIT",
|
---|
66 | "main": "index.js",
|
---|
67 | "name": "functions-have-names",
|
---|
68 | "repository": {
|
---|
69 | "type": "git",
|
---|
70 | "url": "git+https://github.com/inspect-js/functions-have-names.git"
|
---|
71 | },
|
---|
72 | "scripts": {
|
---|
73 | "lint": "eslint --ext=js,mjs .",
|
---|
74 | "posttest": "aud --production",
|
---|
75 | "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
|
---|
76 | "prepublish": "not-in-publish || npm run prepublishOnly",
|
---|
77 | "prepublishOnly": "safe-publish-latest",
|
---|
78 | "pretest": "npm run lint",
|
---|
79 | "test": "npm run tests-only",
|
---|
80 | "tests-only": "nyc tape 'test/**/*.js'",
|
---|
81 | "version": "auto-changelog && git add CHANGELOG.md"
|
---|
82 | },
|
---|
83 | "version": "1.2.3"
|
---|
84 | }
|
---|