| { |
| "author": "Jordan Harband <ljharb@gmail.com>", |
| "bugs": { |
| "url": "https://github.com/ljharb/es-array-method-boxes-properly/issues" |
| }, |
| "description": "Utility package to determine if an `Array.prototype` method properly boxes the callback's receiver and third argument.", |
| "devDependencies": { |
| "@ljharb/eslint-config": "^14.1.0", |
| "eslint": "^6.4.0", |
| "safe-publish-latest": "^1.1.3", |
| "tape": "^4.11.0" |
| }, |
| "homepage": "https://github.com/ljharb/es-array-method-boxes-properly#readme", |
| "license": "MIT", |
| "main": "index.js", |
| "name": "es-array-method-boxes-properly", |
| "repository": { |
| "type": "git", |
| "url": "git+https://github.com/ljharb/es-array-method-boxes-properly.git" |
| }, |
| "scripts": { |
| "lint": "eslint .", |
| "posttest": "npx aud", |
| "prepublish": "safe-publish-latest", |
| "pretest": "npm run lint", |
| "test": "npm run tests-only", |
| "tests-only": "node test" |
| }, |
| "version": "1.0.0" |
| } |