12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091 |
- {
- "_from": "internal-slot@^1.0.3",
- "_id": "internal-slot@1.0.3",
- "_inBundle": false,
- "_integrity": "sha512-O0DB1JC/sPyZl7cIo78n5dR7eUSwwpYPiXRhTzNxZVAMUuB8vlnRFyLxdrVToks6XPLVnFfbzaVd5WLjhgg+vA==",
- "_location": "/internal-slot",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "internal-slot@^1.0.3",
- "name": "internal-slot",
- "escapedName": "internal-slot",
- "rawSpec": "^1.0.3",
- "saveSpec": null,
- "fetchSpec": "^1.0.3"
- },
- "_requiredBy": [
- "/es-abstract"
- ],
- "_resolved": "https://registry.npmjs.org/internal-slot/-/internal-slot-1.0.3.tgz",
- "_shasum": "7347e307deeea2faac2ac6205d4bc7d34967f59c",
- "_spec": "internal-slot@^1.0.3",
- "_where": "H:\\gs_nuxt\\node_modules\\es-abstract",
- "author": {
- "name": "Jordan Harband",
- "email": "ljharb@gmail.com"
- },
- "auto-changelog": {
- "output": "CHANGELOG.md",
- "unreleased": false,
- "commitLimit": false,
- "backfillLimit": false
- },
- "bugs": {
- "url": "https://github.com/ljharb/internal-slot/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "get-intrinsic": "^1.1.0",
- "has": "^1.0.3",
- "side-channel": "^1.0.4"
- },
- "deprecated": false,
- "description": "ES spec-like internal slots",
- "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"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "homepage": "https://github.com/ljharb/internal-slot#readme",
- "keywords": [
- "internal",
- "slot",
- "internal slot",
- "ecmascript",
- "es",
- "spec",
- "private",
- "data",
- "private data",
- "weakmap"
- ],
- "license": "MIT",
- "main": "index.js",
- "name": "internal-slot",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/ljharb/internal-slot.git"
- },
- "scripts": {
- "lint": "eslint .",
- "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)\")\"",
- "prepublish": "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"
- },
- "version": "1.0.3"
- }
|