{
  "_args": [
    [
      "@cspell/dict-public-licenses@1.0.4",
      "C:\\xampp\\htdocs\\agent-happy-grains"
    ]
  ],
  "_development": true,
  "_from": "@cspell/dict-public-licenses@1.0.4",
  "_id": "@cspell/dict-public-licenses@1.0.4",
  "_inBundle": false,
  "_integrity": "sha512-h4xULfVEDUeWyvp1OO19pcGDqWcBEQ7WGMp3QBHyYpjsamlzsyYYjCRSY2ZvpM7wruDmywSRFmRHJ/+uNFT7nA==",
  "_location": "/@cspell/dict-public-licenses",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@cspell/dict-public-licenses@1.0.4",
    "name": "@cspell/dict-public-licenses",
    "escapedName": "@cspell%2fdict-public-licenses",
    "scope": "@cspell",
    "rawSpec": "1.0.4",
    "saveSpec": null,
    "fetchSpec": "1.0.4"
  },
  "_requiredBy": [
    "/@cspell/cspell-bundled-dicts"
  ],
  "_resolved": "https://registry.npmjs.org/@cspell/dict-public-licenses/-/dict-public-licenses-1.0.4.tgz",
  "_spec": "1.0.4",
  "_where": "C:\\xampp\\htdocs\\agent-happy-grains",
  "author": {
    "name": "Jason Dent"
  },
  "bugs": {
    "url": "https://github.com/streetsidesoftware/cspell-dicts/issues"
  },
  "description": "Common Public Licenses dictionary for cspell.",
  "devDependencies": {
    "spdx-license-ids": "^3.0.11"
  },
  "exports": {
    ".": "./cspell-ext.json",
    "./cspell": "./cspell-ext.json",
    "./cspell-ext.json": "./cspell-ext.json"
  },
  "files": [
    "public-licenses.txt.gz",
    "cspell-ext.json",
    "*.js",
    "*.d.ts"
  ],
  "gitHead": "c24ac82d85af7aadd4c25dfb0c9feb2faee7a13a",
  "homepage": "https://github.com/streetsidesoftware/cspell-dicts/blob/main/packages/public-licenses#readme",
  "keywords": [
    "cspell",
    "public-licenses",
    "Common Public Licenses",
    "dictionary",
    "spelling"
  ],
  "license": "MIT",
  "name": "@cspell/dict-public-licenses",
  "private": false,
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/streetsidesoftware/cspell-dicts.git"
  },
  "scripts": {
    "build": "yarn run generate && yarn run compile",
    "checksum": "shasum -c checksum.txt",
    "compile": "cat source-files.txt | xargs cspell-tools-cli compile --merge public-licenses -o .",
    "conditional-build": "yarn run --silent checksum || yarn run build && yarn run gen-checksum",
    "gen-checksum": "cat source-files.txt source-dependencies.txt | sort -u | xargs shasum > checksum.txt",
    "generate": "node ./src/extract.js",
    "prepare": "yarn run build",
    "prepublishOnly": "yarn test",
    "test": "yarn run test-dict",
    "test-dict": "cat source-files.txt | xargs cat | cspell -v -c ./cspell-ext.json --local=en --languageId=* stdin"
  },
  "version": "1.0.4"
}
