mirror of
https://github.com/JamesIves/github-pages-deploy-action.git
synced 2023-12-15 20:03:39 +08:00
94 lines
2.4 KiB
JSON
94 lines
2.4 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"internal-slot@1.0.2",
|
|
"/Users/ives/Documents/Dev/Personal/gh-pages-github-action"
|
|
]
|
|
],
|
|
"_development": true,
|
|
"_from": "internal-slot@1.0.2",
|
|
"_id": "internal-slot@1.0.2",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-2cQNfwhAfJIkU4KZPkDI+Gj5yNNnbqi40W9Gge6dfnk4TocEVm00B3bdiL+JINrbGJil2TeHvM4rETGzk/f/0g==",
|
|
"_location": "/internal-slot",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "internal-slot@1.0.2",
|
|
"name": "internal-slot",
|
|
"escapedName": "internal-slot",
|
|
"rawSpec": "1.0.2",
|
|
"saveSpec": null,
|
|
"fetchSpec": "1.0.2"
|
|
},
|
|
"_requiredBy": [
|
|
"/string.prototype.matchall"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/internal-slot/-/internal-slot-1.0.2.tgz",
|
|
"_spec": "1.0.2",
|
|
"_where": "/Users/ives/Documents/Dev/Personal/gh-pages-github-action",
|
|
"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"
|
|
},
|
|
"dependencies": {
|
|
"es-abstract": "^1.17.0-next.1",
|
|
"has": "^1.0.3",
|
|
"side-channel": "^1.0.2"
|
|
},
|
|
"description": "ES spec-like internal slots",
|
|
"devDependencies": {
|
|
"@ljharb/eslint-config": "^15.1.0",
|
|
"auto-changelog": "^1.16.2",
|
|
"eslint": "^6.7.2",
|
|
"foreach": "^2.0.5",
|
|
"object-inspect": "^1.7.0",
|
|
"safe-publish-latest": "^1.1.4",
|
|
"tape": "^4.12.0"
|
|
},
|
|
"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": "npx aud",
|
|
"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": "node test",
|
|
"version": "auto-changelog && git add CHANGELOG.md"
|
|
},
|
|
"version": "1.0.2"
|
|
}
|