HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/SBogers10/shop.komma.nl/node_modules/tmp/package.json
{
  "_args": [
    [
      "tmp@0.1.0",
      "/Users/julesgraus/webDevelopment/Boilerplate-Shop"
    ]
  ],
  "_development": true,
  "_from": "tmp@0.1.0",
  "_id": "tmp@0.1.0",
  "_inBundle": false,
  "_integrity": "sha512-J7Z2K08jbGcdA1kkQpJSqLF6T0tdQqpR2pnSUXsIchbPdTI9v3e85cLW0d6WDhwuAleOV71j2xWs8qMPfK7nKw==",
  "_location": "/tmp",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "tmp@0.1.0",
    "name": "tmp",
    "escapedName": "tmp",
    "rawSpec": "0.1.0",
    "saveSpec": null,
    "fetchSpec": "0.1.0"
  },
  "_requiredBy": [
    "/cypress"
  ],
  "_resolved": "https://registry.npmjs.org/tmp/-/tmp-0.1.0.tgz",
  "_spec": "0.1.0",
  "_where": "/Users/julesgraus/webDevelopment/Boilerplate-Shop",
  "author": {
    "name": "KARASZI István",
    "email": "github@spam.raszi.hu",
    "url": "http://raszi.hu/"
  },
  "bugs": {
    "url": "http://github.com/raszi/node-tmp/issues"
  },
  "dependencies": {
    "rimraf": "^2.6.3"
  },
  "description": "Temporary file and directory creator",
  "devDependencies": {
    "eslint": "^4.19.1",
    "eslint-plugin-mocha": "^5.0.0",
    "istanbul": "^0.4.5",
    "mocha": "^5.1.1"
  },
  "engines": {
    "node": ">=6"
  },
  "files": [
    "lib/"
  ],
  "homepage": "http://github.com/raszi/node-tmp",
  "keywords": [
    "temporary",
    "tmp",
    "temp",
    "tempdir",
    "tempfile",
    "tmpdir",
    "tmpfile"
  ],
  "license": "MIT",
  "main": "lib/tmp.js",
  "name": "tmp",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/raszi/node-tmp.git"
  },
  "scripts": {
    "clean": "rm -Rf ./coverage",
    "doc": "jsdoc -c .jsdoc.json",
    "lint": "eslint lib --env mocha test",
    "test": "npm run clean && istanbul cover ./node_modules/mocha/bin/_mocha --report none --print none --dir ./coverage/json -u exports -R test/*-test.js && istanbul report --root ./coverage/json html && istanbul report text-summary"
  },
  "version": "0.1.0"
}