| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263 | 
							- {
 
- 	"name": "internal-slot",
 
- 	"version": "1.0.3",
 
- 	"description": "ES spec-like internal slots",
 
- 	"main": "index.js",
 
- 	"scripts": {
 
- 		"prepublish": "safe-publish-latest",
 
- 		"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)\")\"",
 
- 		"pretest": "npm run lint",
 
- 		"lint": "eslint .",
 
- 		"tests-only": "nyc tape 'test/**/*.js'",
 
- 		"test": "npm run tests-only",
 
- 		"posttest": "aud --production"
 
- 	},
 
- 	"repository": {
 
- 		"type": "git",
 
- 		"url": "git+https://github.com/ljharb/internal-slot.git"
 
- 	},
 
- 	"keywords": [
 
- 		"internal",
 
- 		"slot",
 
- 		"internal slot",
 
- 		"ecmascript",
 
- 		"es",
 
- 		"spec",
 
- 		"private",
 
- 		"data",
 
- 		"private data",
 
- 		"weakmap"
 
- 	],
 
- 	"author": "Jordan Harband <ljharb@gmail.com>",
 
- 	"license": "MIT",
 
- 	"bugs": {
 
- 		"url": "https://github.com/ljharb/internal-slot/issues"
 
- 	},
 
- 	"homepage": "https://github.com/ljharb/internal-slot#readme",
 
- 	"engines": {
 
- 		"node": ">= 0.4"
 
- 	},
 
- 	"devDependencies": {
 
- 		"@ljharb/eslint-config": "^17.5.0",
 
- 		"aud": "^1.1.3",
 
- 		"auto-changelog": "^2.2.1",
 
- 		"eslint": "^7.18.0",
 
- 		"foreach": "^2.0.5",
 
- 		"nyc": "^10.3.2",
 
- 		"object-inspect": "^1.9.0",
 
- 		"safe-publish-latest": "^1.1.4",
 
- 		"tape": "^5.1.1"
 
- 	},
 
- 	"dependencies": {
 
- 		"get-intrinsic": "^1.1.0",
 
- 		"has": "^1.0.3",
 
- 		"side-channel": "^1.0.4"
 
- 	},
 
- 	"auto-changelog": {
 
- 		"output": "CHANGELOG.md",
 
- 		"unreleased": false,
 
- 		"commitLimit": false,
 
- 		"backfillLimit": false
 
- 	}
 
- }
 
 
  |