123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112 |
- {
- "_from": "function.prototype.name@^1.1.5",
- "_id": "function.prototype.name@1.1.5",
- "_inBundle": false,
- "_integrity": "sha512-uN7m/BzVKQnCUF/iW8jYea67v++2u7m5UgENbHRtdDVclOUP+FMPlCNdmk0h/ysGyo2tavMJEDqJAkJdRa1vMA==",
- "_location": "/function.prototype.name",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "function.prototype.name@^1.1.5",
- "name": "function.prototype.name",
- "escapedName": "function.prototype.name",
- "rawSpec": "^1.1.5",
- "saveSpec": null,
- "fetchSpec": "^1.1.5"
- },
- "_requiredBy": [
- "/es-abstract"
- ],
- "_resolved": "https://registry.npmjs.org/function.prototype.name/-/function.prototype.name-1.1.5.tgz",
- "_shasum": "cce0505fe1ffb80503e6f9e46cc64e46a12a9621",
- "_spec": "function.prototype.name@^1.1.5",
- "_where": "D:\\qianger\\7\\jindouyunNewFront\\node_modules\\es-abstract",
- "author": {
- "name": "Jordan Harband",
- "email": "ljharb@gmail.com"
- },
- "bugs": {
- "url": "https://github.com/es-shims/Function.prototype.name/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "call-bind": "^1.0.2",
- "define-properties": "^1.1.3",
- "es-abstract": "^1.19.0",
- "functions-have-names": "^1.2.2"
- },
- "deprecated": false,
- "description": "An ES2015 spec-compliant `Function.prototype.name` shim",
- "devDependencies": {
- "@es-shims/api": "^2.2.1",
- "@ljharb/eslint-config": "^18.0.0",
- "aud": "^1.1.5",
- "eclint": "^2.8.1",
- "eslint": "^7.32.0",
- "for-each": "^0.3.3",
- "has-strict-mode": "^1.0.1",
- "make-arrow-function": "^1.2.0",
- "make-async-function": "^1.0.0",
- "make-generator-function": "^2.0.0",
- "nyc": "^10.3.2",
- "safe-publish-latest": "^1.1.4",
- "tape": "^5.3.1",
- "uglify-register": "^1.0.1"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- },
- "homepage": "https://github.com/es-shims/Function.prototype.name#readme",
- "keywords": [
- "Function.prototype.name",
- "function",
- "name",
- "ES6",
- "ES2015",
- "shim",
- "polyfill",
- "es-shim API"
- ],
- "license": "MIT",
- "main": "index.js",
- "name": "function.prototype.name",
- "repository": {
- "type": "git",
- "url": "git://github.com/es-shims/Function.prototype.name.git"
- },
- "scripts": {
- "eccheck": "eclint check '*.js' '**/*.js'",
- "lint": "eslint .",
- "postlint": "es-shim-api --bound",
- "posttest": "aud --production",
- "prelint": "npm run eccheck",
- "prepublish": "not-in-publish || npm run prepublishOnly",
- "prepublishOnly": "safe-publish-latest",
- "pretest": "npm run lint",
- "test": "npm run --silent tests-only",
- "tests-only": "nyc tape 'test/**/*.js'"
- },
- "testling": {
- "files": "test/index.js",
- "browsers": [
- "iexplore/9.0..latest",
- "firefox/4.0..6.0",
- "firefox/15.0..latest",
- "firefox/nightly",
- "chrome/4.0..10.0",
- "chrome/20.0..latest",
- "chrome/canary",
- "opera/11.6..latest",
- "opera/next",
- "safari/5.0..latest",
- "ipad/6.0..latest",
- "iphone/6.0..latest",
- "android-browser/4.2"
- ]
- },
- "version": "1.1.5"
- }
|