{ "_args": [ [ "jalali-moment@3.3.10", "/home/freeclou/app.optimyar.com/backend" ] ], "_from": "jalali-moment@3.3.10", "_id": "jalali-moment@3.3.10", "_inBundle": false, "_integrity": "sha512-hyNsDJXB23MHLnZWPXY+Mu0zsrp+B+KzabyqPP0oGcMsEGp8yMpeVledOY+B/DrIOVeRY7JLz8b3lyJ3/vajsQ==", "_location": "/jalali-moment", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "jalali-moment@3.3.10", "name": "jalali-moment", "escapedName": "jalali-moment", "rawSpec": "3.3.10", "saveSpec": null, "fetchSpec": "3.3.10" }, "_requiredBy": [ "/" ], "_resolved": "https://registry.npmjs.org/jalali-moment/-/jalali-moment-3.3.10.tgz", "_spec": "3.3.10", "_where": "/home/freeclou/app.optimyar.com/backend", "author": { "name": "Mojtaba Zarei", "email": "zarei.bs@gmail.com", "url": "Fingerpich" }, "bin": { "jalalim": "cli.js" }, "bugs": { "url": "https://github.com/fingerpich/jalali-moment/issues" }, "dependencies": { "commander": "^7.0.0", "inquirer": "^7.1.0", "moment": "^2.26.0" }, "description": "Manipulate and convert Jalali and Gregorian date easily", "devDependencies": { "chai": "^4.2.0", "codacy-coverage": "^3.4.0", "eslint": "^7.2.0", "istanbul": "^0.4.5", "mocha": "^8.0.1", "mocha-lcov-reporter": "^1.3.0", "uglifyjs-webpack-plugin": "^2.1.1", "webpack": "^5.15.0", "webpack-cli": "^4.3.1" }, "homepage": "https://github.com/fingerpich/jalali-moment", "keywords": [ "manipulate", "validate", "jalali", "convert", "miladi", "shamsi", "typescript", "javascript", "persian", "khorshidi", "date", "time", "calendar" ], "license": "MIT", "main": "jalali-moment.js", "name": "jalali-moment", "repository": { "type": "git", "url": "git://github.com/fingerpich/jalali-moment.git" }, "scripts": { "build": "webpack --config webpack.browser.js", "dev": "webpack --progress --colors --watch", "lint": "eslint jalali-moment.js && eslint test.js", "make-npm-pack": "mkdir -p pkg;cp * ./pkg;cp -r node_modules/ ./pkg/node_modules; cp npmdoc.md ./pkg/README.md; cd ./pkg;npm run build", "publish-npm-pack": "npm publish pkg;rm -rf pkg", "report-coverage": "export CODACY_PROJECT_TOKEN=7f46b99d0c1e4e0e9f176d98d70f972c; istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/.bin/codacy-coverage && rm -rf ./coverage", "test": "mocha --reporter spec --ui bdd --colors --check-leaks test.js" }, "typings": "./jalali-moment.d.ts", "version": "3.3.10" }