File: /home/frenchy/www/extracts/var/www/french-american.org/current/node_modules/fecha/package.json
{
"_args": [
[
"fecha@2.3.3",
"/var/www/french-american.org/releases/20210421135930Z"
]
],
"_development": true,
"_from": "fecha@2.3.3",
"_id": "fecha@2.3.3",
"_inBundle": false,
"_integrity": "sha512-lUGBnIamTAwk4znq5BcqsDaxSmZ9nDVJaij6NvRt/Tg4R69gERA+otPKbS86ROw9nxVMw2/mp1fnaiWqbs6Sdg==",
"_location": "/fecha",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "fecha@2.3.3",
"name": "fecha",
"escapedName": "fecha",
"rawSpec": "2.3.3",
"saveSpec": null,
"fetchSpec": "2.3.3"
},
"_requiredBy": [
"/logform"
],
"_resolved": "https://registry.npmjs.org/fecha/-/fecha-2.3.3.tgz",
"_spec": "2.3.3",
"_where": "/var/www/french-american.org/releases/20210421135930Z",
"author": {
"name": "Taylor Hakes"
},
"bugs": {
"url": "https://github.com/taylorhakes/fecha/issues"
},
"description": "Date formatting and parsing",
"devDependencies": {
"eslint": "^2.4.0",
"nyc": "^5.6.0",
"painless": "^0.9.1",
"uglify-js": "^2.6.1"
},
"files": [
"fecha.js",
"fecha.min.js",
"fecha.d.ts"
],
"homepage": "https://github.com/taylorhakes/fecha",
"keywords": [
"date",
"parse",
"moment",
"format",
"fecha",
"formatting"
],
"license": "MIT",
"main": "fecha.js",
"name": "fecha",
"repository": {
"type": "git",
"url": "git+https://taylorhakes@github.com/taylorhakes/fecha.git"
},
"scripts": {
"build": "uglifyjs fecha.js -m -o fecha.min.js && uglifyjs fecha.strict.js -m -o fecha.strict.min.js",
"test": "eslint fecha.js fecha.strict.js && nyc --cache --reporter=text painless test.*"
},
"types": "./fecha.d.ts",
"version": "2.3.3"
}