UNPKG

es-value-fixtures

Version:

Fixtures of ES values, for testing purposes

107 lines (106 loc) 2.93 kB
{ "name": "es-value-fixtures", "version": "1.7.1", "description": "Fixtures of ES values, for testing purposes", "main": "index.js", "exports": { ".": "./index.js", "./package.json": "./package.json" }, "types": "./index.d.ts", "sideEffects": false, "scripts": { "prepack": "npmignore --auto --commentLines=autogenerated", "prepublish": "not-in-publish || npm run prepublishOnly", "prepublishOnly": "safe-publish-latest", "lint": "eslint --ext=.js,.mjs .", "postlint": "tsc && attw -P", "pretest": "npm run lint", "tests-only": "nyc tape 'test/*'", "test": "npm run tests-only", "posttest": "npx npm@'>=10.2' audit --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/es-value-fixtures.git" }, "keywords": [ "javascript", "ecmascript", "es", "js", "values", "value", "fixture", "fixtures", "es-abstract" ], "author": "Jordan Harband <ljharb@gmail.com>", "funding": { "url": "https://github.com/sponsors/ljharb" }, "license": "MIT", "bugs": { "url": "https://github.com/ljharb/es-value-fixtures/issues" }, "homepage": "https://github.com/ljharb/es-value-fixtures#readme", "devDependencies": { "@arethetypeswrong/cli": "^0.17.3", "@ljharb/eslint-config": "^21.1.1", "@ljharb/tsconfig": "^0.2.3", "@types/array.prototype.flatmap": "^1.2.6", "@types/call-bind": "^1.0.5", "@types/foreach": "^2.0.2", "@types/has-bigints": "^1.0.2", "@types/has-symbols": "^1.0.2", "@types/isarray": "^2.0.3", "@types/make-arrow-function": "^1.2.2", "@types/make-async-function": "^1.0.2", "@types/make-generator-function": "^2.0.3", "@types/object.assign": "^4.1.0", "@types/reflect.ownkeys": "^1.1.1", "@types/tape": "^5.8.1", "array.prototype.flatmap": "^1.3.3", "auto-changelog": "^2.5.0", "encoding": "^0.1.13", "eslint": "=8.8.0", "foreach": "^2.0.6", "get-intrinsic": "^1.2.7", "isarray": "^2.0.5", "npmignore": "^0.3.1", "nyc": "^10.3.2", "reflect.ownkeys": "^1.1.5", "safe-publish-latest": "^2.0.0", "symbol.prototype.description": "^1.0.7", "tape": "^5.9.0", "typescript": "next", "well-known-symbols": "^4.1.0" }, "dependencies": { "has-bigints": "^1.1.0", "has-symbols": "^1.1.0", "intl-fallback-symbol": "^1.1.1", "make-arrow-function": "^1.2.0", "make-async-function": "^1.0.0", "make-generator-function": "^2.0.0", "object.assign": "^4.1.7" }, "auto-changelog": { "output": "CHANGELOG.md", "template": "keepachangelog", "unreleased": false, "commitLimit": false, "backfillLimit": false, "hideCredit": true }, "publishConfig": { "ignore": [ ".github/workflows" ] }, "engines": { "node": ">= 0.4" } }