{
  "_args": [
    [
      "prismjs@1.16.0",
      "/Users/kimvigren/Documents/git/react-kiwi-dropdown/test"
    ]
  ],
  "_from": "prismjs@1.16.0",
  "_id": "prismjs@1.16.0",
  "_inBundle": false,
  "_integrity": "sha512-OA4MKxjFZHSvZcisLGe14THYsug/nF6O1f0pAJc0KN0wTyAcLqmsbE+lTGKSpyh+9pEW57+k6pg2AfYR+coyHA==",
  "_location": "/prismjs",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "prismjs@1.16.0",
    "name": "prismjs",
    "escapedName": "prismjs",
    "rawSpec": "1.16.0",
    "saveSpec": null,
    "fetchSpec": "1.16.0"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/prismjs/-/prismjs-1.16.0.tgz",
  "_spec": "1.16.0",
  "_where": "/Users/kimvigren/Documents/git/react-kiwi-dropdown/test",
  "author": {
    "name": "Lea Verou"
  },
  "bugs": {
    "url": "https://github.com/LeaVerou/prism/issues"
  },
  "dependencies": {
    "clipboard": "^2.0.0"
  },
  "description": "Lightweight, robust, elegant syntax highlighting. A spin-off project from Dabblet.",
  "devDependencies": {
    "chai": "^4.2.0",
    "gulp": "^4.0.0",
    "gulp-concat": "^2.3.4",
    "gulp-header": "^2.0.7",
    "gulp-rename": "^1.2.0",
    "gulp-replace": "^1.0.0",
    "gulp-uglify": "^3.0.1",
    "jsdom": "^13.0.0",
    "mocha": "^6.0.0",
    "pump": "^3.0.0",
    "shelljs": "^0.8.3",
    "simple-git": "^1.107.0",
    "yargs": "^13.2.2"
  },
  "homepage": "https://github.com/LeaVerou/prism#readme",
  "jspm": {
    "main": "prism",
    "registry": "jspm",
    "jspmPackage": true,
    "format": "global",
    "files": [
      "components/**/*.js",
      "plugins/**/*",
      "themes/*.css",
      "prism.js"
    ]
  },
  "keywords": [
    "prism",
    "highlight"
  ],
  "license": "MIT",
  "main": "prism.js",
  "name": "prismjs",
  "optionalDependencies": {
    "clipboard": "^2.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/LeaVerou/prism.git"
  },
  "scripts": {
    "test": "npm run test:runner && npm run test:languages && npm run test:plugins && npm run test:aliases",
    "test:aliases": "mocha tests/aliases-test.js",
    "test:languages": "mocha tests/run.js",
    "test:plugins": "mocha tests/plugins/**/*.js",
    "test:runner": "mocha tests/testrunner-tests.js"
  },
  "style": "themes/prism.css",
  "version": "1.16.0"
}
