PATH:
usr
/
local
/
lib
/
node_modules
/
pm2
/
node_modules
/
date-fns
{ "_from": "date-fns@1.30.1", "_id": "date-fns@1.30.1", "_inBundle": false, "_integrity": "sha512-hBSVCvSmWC+QypYObzwGOd9wqdDpOt+0wl0KbU+R+uuZBS1jN8VsD1ss3irQDknRj5NvxiTF6oj/nDRnN/UQNw==", "_location": "/pm2/date-fns", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "date-fns@1.30.1", "name": "date-fns", "escapedName": "date-fns", "rawSpec": "1.30.1", "saveSpec": null, "fetchSpec": "1.30.1" }, "_requiredBy": [ "/pm2" ], "_resolved": "https://registry.npmjs.org/date-fns/-/date-fns-1.30.1.tgz", "_shasum": "2e71bf0b119153dbb4cc4e88d9ea5acfb50dc05c", "_spec": "date-fns@1.30.1", "_where": "/usr/local/lib/node_modules/pm2", "author": { "name": "Sasha Koss", "email": "koss@nocorp.me" }, "bugs": { "url": "https://github.com/date-fns/date-fns/issues" }, "bundleDependencies": false, "dependencies": {}, "deprecated": false, "description": "Modern JavaScript date utility library", "devDependencies": { "babel-cli": "^6.6.5", "babel-eslint": "^7.1.1", "babel-preset-es2015": "^6.6.0", "flow-bin": "^0.36.0", "fs-promise": "^1.0.0", "glob-promise": "^2.0.0", "gzip-size-cli": "^1.0.0", "js-beautify": "^1.5.10", "jsdoc-parse": "^1.1.1", "json-loader": "^0.5.3", "karma": "^1.3.0", "karma-benchmark": "^0.6.0", "karma-benchmark-reporter": "^0.1.1", "karma-chrome-launcher": "^2.0.0", "karma-cli": "^1.0.1", "karma-es5-shim": "0.0.4", "karma-mocha": "^1.3.0", "karma-mocha-reporter": "^2.2.1", "karma-phantomjs-launcher": "^1.0.4", "karma-sauce-launcher": "^0.3.0", "karma-sinon": "^1.0.4", "karma-sourcemap-loader": "^0.3.5", "karma-webpack": "^1.7.0", "mocha": "^3.2.0", "moment": "^2.17.1", "node-fetch": "^1.3.3", "phantomjs-prebuilt": "^2.1.7", "power-assert": "^1.3.1", "pretty-bytes-cli": "^2.0.0", "sinon": "^1.17.3", "sloc": "^0.1.11", "snazzy": "^5.0.0", "standard": "^8.6.0", "systemjs": "^0.19.39", "uglify-js": "^2.6.1", "webpack": "^1.12.0", "webpack-espower-loader": "^1.0.1" }, "engine": { "node": ">= 0.11" }, "homepage": "https://github.com/date-fns/date-fns#readme", "license": "MIT", "name": "date-fns", "repository": { "type": "git", "url": "git+https://github.com/date-fns/date-fns.git" }, "scripts": { "benchmark": "env TEST_BENCHMARK=true karma start config/karma.js --single-run", "build": "env NODE_ENV=production webpack --config ./config/webpack.js", "build-docs": "babel-node ./scripts/generate_docs", "build-gzip": "babel-node ./scripts/gzip_dist.js", "build-tests": "env BUILD_TESTS=true webpack --config ./config/webpack.js", "build-uglify": "uglifyjs ./dist/date_fns.js --output ./dist/date_fns.min.js --source-map ./dist/date_fns.min.js.map --source-map-url date_fns.min.js.map --in-source-map ./dist/date_fns.js.map", "build-umd": "./scripts/build_umd.sh", "count-tests": "./scripts/count_tests.sh", "deploy-homepage": "./scripts/trigger_homepage_deploy.sh", "flow-check": "flow check", "generate-index": "babel-node ./scripts/generate_index", "generate-typings": "babel-node ./scripts/generate_typings", "lint": "standard --verbose | snazzy", "release": "./scripts/release.sh", "release-npm": "./scripts/release_npm.sh", "release-tweet": "babel-node scripts/tweet_release", "stats": "yarn run stats-size && yarn run stats-loc", "stats-loc": "yarn run stats-loc-code && yarn run stats-loc-tests", "stats-loc-code": "echo 'Source code stats:' && sloc src/**/index.js", "stats-loc-tests": "echo 'Test suite stats:' && sloc src/**/test.js", "stats-size": "echo \"UMD size: $(gzip-size dist/date_fns.min.js | pretty-bytes)\"", "sync-versions": "babel-node ./scripts/sync_versions", "systemjs-check": "babel-node scripts/systemjs_check.js", "test": "karma start config/karma.js", "test-ci": "npm test -- --single-run", "test-cross-browser": "env TEST_CROSS_BROWSER=true npm test -- --single-run", "test-travis": "./scripts/test_travis.sh", "test-tz": "yarn run build-tests && ./scripts/test_tz.sh", "test-tz-extended": "yarn run build-tests && ./scripts/test_tz_extended.sh" }, "standard": { "parser": "babel-eslint", "ignore": [ "dist/" ] }, "typings": "./typings.d.ts", "version": "1.30.1" }
[+]
start_of_quarter
[+]
add_days
[+]
get_iso_year
[+]
add_months
[+]
difference_in_calendar_years
[+]
end_of_minute
[+]
get_hours
[+]
is_this_quarter
[+]
is_same_day
[+]
difference_in_minutes
[+]
end_of_today
[+]
is_date
[+]
start_of_today
[+]
sub_months
[+]
get_iso_day
[+]
is_this_iso_week
[+]
start_of_year
[+]
add_minutes
[+]
locale
[+]
get_year
[+]
is_this_week
[+]
last_day_of_quarter
[+]
last_day_of_month
[+]
set_hours
[+]
compare_asc
[+]
is_this_month
[+]
difference_in_quarters
[+]
is_this_iso_year
[+]
get_seconds
[+]
end_of_day
[+]
start_of_day
[+]
is_this_year
[+]
get_milliseconds
[+]
max
[+]
is_last_day_of_month
[+]
is_after
[+]
add_weeks
[+]
set_minutes
[+]
is_same_month
[+]
difference_in_calendar_weeks
[+]
set_milliseconds
[+]
..
[+]
is_friday
[+]
distance_in_words
[+]
set_quarter
[+]
sub_milliseconds
[-] docs.json
[edit]
[+]
end_of_year
[+]
get_day_of_year
[+]
end_of_week
[+]
get_iso_weeks_in_year
[+]
difference_in_calendar_quarters
[+]
is_same_iso_week
[+]
get_quarter
[+]
get_date
[+]
end_of_month
[+]
start_of_iso_year
[+]
sub_weeks
[+]
is_this_hour
[+]
format
[+]
is_thursday
[+]
difference_in_weeks
[+]
are_ranges_overlapping
[+]
is_monday
[+]
is_same_week
[+]
add_hours
[-] package.json
[edit]
[+]
is_same_minute
[+]
parse
[+]
is_valid
[+]
set_iso_year
[+]
distance_in_words_to_now
[+]
get_iso_week
[+]
start_of_iso_week
[+]
difference_in_calendar_iso_years
[+]
closest_to
[+]
add_years
[+]
is_same_iso_year
[+]
is_same_year
[-] typings.d.ts
[edit]
[+]
sub_iso_years
[+]
end_of_hour
[+]
is_first_day_of_month
[+]
get_month
[+]
is_same_quarter
[+]
get_days_in_month
[+]
sub_quarters
[+]
end_of_yesterday
[+]
is_yesterday
[+]
is_wednesday
[+]
end_of_iso_week
[+]
end_of_iso_year
[+]
difference_in_calendar_days
[+]
is_within_range
[+]
start_of_tomorrow
[+]
end_of_quarter
[+]
last_day_of_iso_year
[+]
set_iso_week
[+]
add_milliseconds
[+]
difference_in_calendar_iso_weeks
[+]
start_of_week
[+]
start_of_yesterday
[-] LICENSE.md
[edit]
[+]
get_days_in_year
[+]
sub_hours
[-] index.js
[edit]
[+]
compare_desc
[+]
is_weekend
[+]
set_iso_day
[+]
get_minutes
[+]
difference_in_calendar_months
[+]
is_before
[+]
set_day
[+]
each_day
[+]
sub_minutes
[+]
distance_in_words_strict
[+]
difference_in_years
[+]
sub_seconds
[+]
set_month
[+]
is_future
[+]
_lib
[+]
is_same_second
[+]
is_equal
[+]
get_time
[+]
end_of_second
[+]
difference_in_milliseconds
[+]
add_quarters
[+]
set_year
[+]
difference_in_hours
[+]
is_past
[+]
set_day_of_year
[+]
difference_in_iso_years
[+]
is_sunday
[+]
is_today
[+]
closest_index_to
[+]
is_this_minute
[+]
sub_days
[+]
set_date
[+]
last_day_of_iso_week
[+]
min
[-] README.md
[edit]
[+]
is_saturday
[+]
end_of_tomorrow
[+]
difference_in_days
[+]
is_same_hour
[+]
is_tuesday
[+]
start_of_second
[+]
get_overlapping_days_in_ranges
[+]
is_this_second
[+]
sub_years
[+]
last_day_of_week
[+]
start_of_hour
[+]
last_day_of_year
[+]
add_iso_years
[+]
get_day
[+]
is_tomorrow
[+]
start_of_minute
[+]
difference_in_months
[-] CHANGELOG.md
[edit]
[+]
set_seconds
[+]
is_leap_year
[+]
difference_in_seconds
[+]
start_of_month
[+]
add_seconds