{
  "_from": "temp@^0.8.1",
  "_id": "temp@0.8.4",
  "_inBundle": false,
  "_integrity": "sha512-s0ZZzd0BzYv5tLSptZooSjK8oj6C+c19p7Vqta9+6NPOf7r+fxq0cJe6/oN4LTC79sy5NY8ucOJNgwsKCSbfqg==",
  "_location": "/temp",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "temp@^0.8.1",
    "name": "temp",
    "escapedName": "temp",
    "rawSpec": "^0.8.1",
    "saveSpec": null,
    "fetchSpec": "^0.8.1"
  },
  "_requiredBy": [
    "/jscodeshift"
  ],
  "_resolved": "https://registry.npmjs.org/temp/-/temp-0.8.4.tgz",
  "_shasum": "8c97a33a4770072e0a05f919396c7665a7dd59f2",
  "_spec": "temp@^0.8.1",
  "_where": "/home/editor/editor.api/node_modules/jscodeshift",
  "author": {
    "name": "Bruce Williams",
    "email": "brwcodes@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/bruce/node-temp/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "rimraf": "~2.6.2"
  },
  "deprecated": false,
  "description": "Temporary files and directories",
  "devDependencies": {
    "mocha": "6.2.2"
  },
  "directories": {
    "lib": "lib"
  },
  "engines": {
    "node": ">=6.0.0"
  },
  "files": [
    "lib"
  ],
  "homepage": "https://github.com/bruce/node-temp#readme",
  "keywords": [
    "temporary",
    "tmp",
    "temp",
    "tempdir",
    "tempfile",
    "tmpdir",
    "tmpfile"
  ],
  "license": "MIT",
  "main": "./lib/temp",
  "name": "temp",
  "repository": {
    "type": "git",
    "url": "git://github.com/bruce/node-temp.git"
  },
  "scripts": {
    "test": "mocha test/temp-test.js"
  },
  "tags": [
    "temporary",
    "temp",
    "tempfile",
    "tempdir",
    "tmpfile",
    "tmpdir",
    "security"
  ],
  "version": "0.8.4"
}
