HEX
Server: Apache/2.4.52 (Ubuntu)
System: Linux spn-python 5.15.0-89-generic #99-Ubuntu SMP Mon Oct 30 20:42:41 UTC 2023 x86_64
User: arjun (1000)
PHP: 8.1.2-1ubuntu2.20
Disabled: NONE
Upload Files
File: //home/arjun/projects/buyercall/node_modules/is-array-buffer/package.json
{
  "_args": [
    [
      "is-array-buffer@3.0.2",
      "/home/arjun/projects/buyercall"
    ]
  ],
  "_development": true,
  "_from": "is-array-buffer@3.0.2",
  "_id": "is-array-buffer@3.0.2",
  "_inBundle": false,
  "_integrity": "sha512-y+FyyR/w8vfIRq4eQcM1EYgSTnmHXPqaF+IgzgraytCFq5Xh8lllDVmAZolPJiZttZLeFSINPYMaEJ7/vWUa1w==",
  "_location": "/is-array-buffer",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "is-array-buffer@3.0.2",
    "name": "is-array-buffer",
    "escapedName": "is-array-buffer",
    "rawSpec": "3.0.2",
    "saveSpec": null,
    "fetchSpec": "3.0.2"
  },
  "_requiredBy": [
    "/array-buffer-byte-length",
    "/arraybuffer.prototype.slice",
    "/es-abstract"
  ],
  "_resolved": "https://registry.npmjs.org/is-array-buffer/-/is-array-buffer-3.0.2.tgz",
  "_spec": "3.0.2",
  "_where": "/home/arjun/projects/buyercall",
  "author": {
    "name": "Jordan Harband",
    "email": "ljharb@gmail.com"
  },
  "auto-changelog": {
    "output": "CHANGELOG.md",
    "template": "keepachangelog",
    "unreleased": false,
    "commitLimit": false,
    "backfillLimit": false,
    "hideCredit": true,
    "startingVersion": "2.0.1"
  },
  "bugs": {
    "url": "https://github.com/inspect-js/is-array-buffer/issues"
  },
  "dependencies": {
    "call-bind": "^1.0.2",
    "get-intrinsic": "^1.2.0",
    "is-typed-array": "^1.1.10"
  },
  "description": "Is this value a JS ArrayBuffer?",
  "devDependencies": {
    "@ljharb/eslint-config": "^21.0.1",
    "aud": "^2.0.2",
    "auto-changelog": "^2.4.0",
    "available-typed-arrays": "^1.0.5",
    "es-value-fixtures": "^1.4.2",
    "eslint": "=8.8.0",
    "for-each": "^0.3.3",
    "in-publish": "^2.0.1",
    "npmignore": "^0.3.0",
    "nyc": "^10.3.2",
    "object-inspect": "^1.12.3",
    "safe-publish-latest": "^2.0.0",
    "tape": "^5.6.3"
  },
  "exports": {
    ".": "./index.js",
    "./package.json": "./package.json"
  },
  "funding": {
    "url": "https://github.com/sponsors/ljharb"
  },
  "homepage": "https://github.com/inspect-js/is-array-buffer#readme",
  "keywords": [
    "javascript",
    "ecmascript",
    "is",
    "arraybuffer",
    "array",
    "buffer"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "is-array-buffer",
  "publishConfig": {
    "ignore": [
      ".github/workflows"
    ]
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/inspect-js/is-array-buffer.git"
  },
  "scripts": {
    "lint": "eslint --ext=.js,.mjs .",
    "posttest": "aud --production",
    "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
    "prepack": "npmignore --auto --commentLines=autogenerated",
    "prepublish": "not-in-publish || npm run prepublishOnly",
    "prepublishOnly": "safe-publish-latest",
    "pretest": "npm run lint",
    "test": "npm run tests-only --",
    "tests-only": "nyc tape 'test/**/*.js'",
    "version": "auto-changelog && git add CHANGELOG.md"
  },
  "sideEffects": false,
  "version": "3.0.2"
}