chat-server/node_modules/fecha/package.json

100 lines
2.6 KiB
JSON
Raw Normal View History

2019-04-10 13:07:31 +10:00
{
"_args": [
[
"fecha@^2.3.3",
"/mnt/c/Users/Josua/Desktop/data/nodejs/electron/chat-project/chat-server/node_modules/logform"
]
],
"_from": "fecha@>=2.3.3 <3.0.0",
"_hasShrinkwrap": false,
"_id": "fecha@2.3.3",
"_inCache": true,
"_installable": true,
"_location": "/fecha",
"_nodeVersion": "8.9.4",
"_npmOperationalInternal": {
"host": "s3://npm-registry-packages",
"tmp": "tmp/fecha_2.3.3_1519222684903_0.8600533842783573"
},
"_npmUser": {
"email": "npm@taylorhakes.com",
"name": "taylorhakes"
},
"_npmVersion": "5.6.0",
"_phantomChildren": {},
"_requested": {
"name": "fecha",
"raw": "fecha@^2.3.3",
"rawSpec": "^2.3.3",
"scope": null,
"spec": ">=2.3.3 <3.0.0",
"type": "range"
},
"_requiredBy": [
"/logform"
],
"_resolved": "https://registry.npmjs.org/fecha/-/fecha-2.3.3.tgz",
"_shasum": "948e74157df1a32fd1b12c3a3c3cdcb6ec9d96cd",
"_shrinkwrap": null,
"_spec": "fecha@^2.3.3",
"_where": "/mnt/c/Users/Josua/Desktop/data/nodejs/electron/chat-project/chat-server/node_modules/logform",
"author": {
"name": "Taylor Hakes"
},
"bugs": {
"url": "https://github.com/taylorhakes/fecha/issues"
},
"dependencies": {},
"description": "Date formatting and parsing",
"devDependencies": {
"eslint": "^2.4.0",
"nyc": "^5.6.0",
"painless": "^0.9.1",
"uglify-js": "^2.6.1"
},
"directories": {},
"dist": {
"fileCount": 7,
"integrity": "sha512-lUGBnIamTAwk4znq5BcqsDaxSmZ9nDVJaij6NvRt/Tg4R69gERA+otPKbS86ROw9nxVMw2/mp1fnaiWqbs6Sdg==",
"shasum": "948e74157df1a32fd1b12c3a3c3cdcb6ec9d96cd",
"tarball": "https://registry.npmjs.org/fecha/-/fecha-2.3.3.tgz",
"unpackedSize": 24038
},
"files": [
"fecha.d.ts",
"fecha.js",
"fecha.min.js"
],
"gitHead": "8326090529b6f633c51750d6cf07625a8ef78f5b",
"homepage": "https://github.com/taylorhakes/fecha",
"keywords": [
"date",
"fecha",
"format",
"formatting",
"moment",
"parse"
],
"license": "MIT",
"main": "fecha.js",
"maintainers": [
{
"name": "taylorhakes",
"email": "npm@taylorhakes.com"
}
],
"name": "fecha",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"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"
}