Sha256: b841deedcb7580bb12080bc65876d698f9214e426895b340a2264210d58e18eb

Contents?: true

Size: 1.91 KB

Versions: 27

Compression:

Stored size: 1.91 KB

Contents

{
	"name": "typed-array-buffer",
	"version": "1.0.0",
	"description": "Get the ArrayBuffer out of a TypedArray, robustly.",
	"main": "index.js",
	"exports": {
		".": "./index.js",
		"./package.json": "./package.json"
	},
	"scripts": {
		"prepack": "npmignore --auto --commentLines=autogenerated",
		"prepublishOnly": "safe-publish-latest",
		"prepublish": "not-in-publish || npm run prepublishOnly",
		"lint": "eslint --ext=js,mjs .",
		"pretest": "npm run lint",
		"tests-only": "nyc tape 'test/**/*.js'",
		"test": "npm run tests-only",
		"posttest": "aud --production",
		"version": "auto-changelog && git add CHANGELOG.md",
		"postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\""
	},
	"repository": {
		"type": "git",
		"url": "git+https://github.com/ljharb/typed-array-buffer.git"
	},
	"keywords": [
		"typed array",
		"arraybuffer",
		"buffer"
	],
	"author": "Jordan Harband <ljharb@gmail.com>",
	"license": "MIT",
	"bugs": {
		"url": "https://github.com/ljharb/typed-array-buffer/issues"
	},
	"homepage": "https://github.com/ljharb/typed-array-buffer#readme",
	"dependencies": {
		"call-bind": "^1.0.2",
		"get-intrinsic": "^1.2.1",
		"is-typed-array": "^1.1.10"
	},
	"devDependencies": {
		"@ljharb/eslint-config": "^21.1.0",
		"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"
	},
	"engines": {
		"node": ">= 0.4"
	},
	"auto-changelog": {
		"output": "CHANGELOG.md",
		"template": "keepachangelog",
		"unreleased": false,
		"commitLimit": false,
		"backfillLimit": false,
		"hideCredit": true
	},
	"publishConfig": {
		"ignore": [
			".github/workflows"
		]
	}
}

Version data entries

27 entries across 27 versions & 2 rubygems

Version Path
immosquare-cleaner-0.1.32 node_modules/typed-array-buffer/package.json
immosquare-cleaner-0.1.31 node_modules/typed-array-buffer/package.json
immosquare-cleaner-0.1.30 node_modules/typed-array-buffer/package.json
immosquare-cleaner-0.1.29 node_modules/typed-array-buffer/package.json
immosquare-cleaner-0.1.28 node_modules/typed-array-buffer/package.json
immosquare-cleaner-0.1.27 node_modules/typed-array-buffer/package.json
immosquare-cleaner-0.1.26 node_modules/typed-array-buffer/package.json
immosquare-cleaner-0.1.25 node_modules/typed-array-buffer/package.json
immosquare-cleaner-0.1.24 node_modules/typed-array-buffer/package.json
immosquare-cleaner-0.1.23 node_modules/typed-array-buffer/package.json
immosquare-cleaner-0.1.22 node_modules/typed-array-buffer/package.json
immosquare-cleaner-0.1.21 node_modules/typed-array-buffer/package.json
immosquare-cleaner-0.1.20 node_modules/typed-array-buffer/package.json
immosquare-cleaner-0.1.19 node_modules/typed-array-buffer/package.json
immosquare-cleaner-0.1.18 node_modules/typed-array-buffer/package.json
immosquare-cleaner-0.1.17 node_modules/typed-array-buffer/package.json
immosquare-cleaner-0.1.16 node_modules/typed-array-buffer/package.json
immosquare-cleaner-0.1.14 node_modules/typed-array-buffer/package.json
immosquare-cleaner-0.1.13 node_modules/typed-array-buffer/package.json
immosquare-cleaner-0.1.12 node_modules/typed-array-buffer/package.json