File: /home/frenchy/www/french-american.org/current/node_modules/tempy/package.json
{
"_args": [
[
"tempy@0.2.1",
"/var/www/french-american.org/releases/20210421135930Z"
]
],
"_development": true,
"_from": "tempy@0.2.1",
"_id": "tempy@0.2.1",
"_inBundle": false,
"_integrity": "sha512-LB83o9bfZGrntdqPuRdanIVCPReam9SOZKW0fOy5I9X3A854GGWi0tjCqoXEk84XIEYBc/x9Hq3EFop/H5wJaw==",
"_location": "/tempy",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "tempy@0.2.1",
"name": "tempy",
"escapedName": "tempy",
"rawSpec": "0.2.1",
"saveSpec": null,
"fetchSpec": "0.2.1"
},
"_requiredBy": [
"/prettier-stylelint"
],
"_resolved": "https://registry.npmjs.org/tempy/-/tempy-0.2.1.tgz",
"_spec": "0.2.1",
"_where": "/var/www/french-american.org/releases/20210421135930Z",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"bugs": {
"url": "https://github.com/sindresorhus/tempy/issues"
},
"dependencies": {
"temp-dir": "^1.0.0",
"unique-string": "^1.0.0"
},
"description": "Get a random temporary file or directory path",
"devDependencies": {
"ava": "*",
"xo": "*"
},
"engines": {
"node": ">=4"
},
"files": [
"index.js"
],
"homepage": "https://github.com/sindresorhus/tempy#readme",
"keywords": [
"temp",
"tmp",
"temporary",
"path",
"file",
"directory",
"dir",
"folder",
"tempfile",
"tempdir",
"tmpdir",
"tmpfile",
"random",
"rand",
"unique",
"uniq"
],
"license": "MIT",
"name": "tempy",
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/tempy.git"
},
"scripts": {
"test": "xo && ava"
},
"version": "0.2.1"
}