File: //home/arjun/projects/buyercall_forms/buyercall/node_modules/dateformat/package.json
{
"_args": [
[
"dateformat@4.6.3",
"/home/arjun/projects/buyercall_forms/buyercall"
]
],
"_development": true,
"_from": "dateformat@4.6.3",
"_id": "dateformat@4.6.3",
"_inBundle": false,
"_integrity": "sha512-2P0p0pFGzHS5EMnhdxQi7aJN+iMheud0UhG4dlE1DLAlvL8JHjJJTX/CSm4JXwV0Ka5nGk3zC5mcb5bUQUxxMA==",
"_location": "/dateformat",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "dateformat@4.6.3",
"name": "dateformat",
"escapedName": "dateformat",
"rawSpec": "4.6.3",
"saveSpec": null,
"fetchSpec": "4.6.3"
},
"_requiredBy": [
"/grunt"
],
"_resolved": "https://registry.npmjs.org/dateformat/-/dateformat-4.6.3.tgz",
"_spec": "4.6.3",
"_where": "/home/arjun/projects/buyercall_forms/buyercall",
"author": {
"name": "Steven Levithan"
},
"bugs": {
"url": "https://github.com/felixge/node-dateformat/issues"
},
"contributors": [
{
"name": "Steven Levithan"
},
{
"name": "Felix Geisendörfer",
"email": "felix@debuggable.com"
},
{
"name": "Christoph Tavan",
"email": "dev@tavan.de"
},
{
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
}
],
"dependencies": {},
"description": "A node.js package for Steven Levithan's excellent dateFormat() function.",
"devDependencies": {
"@babel/cli": "^7.12.10",
"@babel/core": "^7.12.10",
"@babel/preset-env": "^7.12.11",
"mocha": "^8.2.1",
"uglify-js": "^3.12.5"
},
"engines": {
"node": "*"
},
"homepage": "https://github.com/felixge/node-dateformat",
"license": "MIT",
"main": "lib/dateformat",
"maintainers": [
{
"name": "Felix Geisendörfer",
"email": "felix@debuggable.com"
}
],
"name": "dateformat",
"repository": {
"type": "git",
"url": "git+https://github.com/felixge/node-dateformat.git"
},
"scripts": {
"benchmark": "npm run build && node ./benchmark/benchmark.js",
"build": "babel src --out-dir lib && uglifyjs lib/dateformat.js -o lib/dateformat.js",
"test": "npm run build && mocha"
},
"version": "4.6.3"
}