| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110 |
- {
- "_args": [
- [
- "is-array-buffer@3.0.2",
- "E:\\2023\\5\\myjadmin"
- ]
- ],
- "_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": [
- "/es-abstract"
- ],
- "_resolved": "https://registry.npmjs.org/is-array-buffer/-/is-array-buffer-3.0.2.tgz",
- "_spec": "3.0.2",
- "_where": "E:\\2023\\5\\myjadmin",
- "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"
- }
|