Website : rimsha.abasa.com
backdoor
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
var
/
canvas
/
node_modules
/
cache-control-esm
/
Filename :
package.json
back
Copy
{ "name": "cache-control-esm", "public": true, "version": "1.0.0", "description": "Format and parse HTTP Cache-Control header", "main": "index.js", "module": "index.js", "scripts": { "test": "nyc ava" }, "keywords": [ "cache-control", "http", "rfc7234" ], "files": [ "index.js" ], "repository": "https://github.com/rascarlito/cache-control", "authors": [ "Bertrand Marron <bertrand.marron@gmail.com>", "Carl Ogren <rascarlito@gmail.com>" ], "license": "MIT", "devDependencies": { "ava": "^1.0.1", "codecov": "^3.0.0", "lerna-changelog": "0.8.2", "nyc": "^14.0.0", "xo": "^0.24.0" }, "nyc": { "reporter": [ "lcov", "text" ] }, "xo": { "semicolon": false, "space": 2 }, "changelog": { "cacheDir": ".changelog", "labels": { "bug": ":bug: Bug Fix", "build": ":building_construction: Build Process", "cleanup": ":shower: Cleanup", "documentation": ":memo: Documentation", "enhancement": ":rocket: Enhancement", "performance": ":racehorse: Performance", "security": ":policeman: Security" }, "repo": "tusbar/cache-control" } }