UNPKG

cloudworker-proxy

Version:
88 lines (87 loc) 2.41 kB
{ "_args": [ [ "fecha@4.2.0", "/Users/markusahlstrand/projects/cloudproxy/cloudworker-proxy/examples/serverless" ] ], "_development": true, "_from": "fecha@4.2.0", "_id": "fecha@4.2.0", "_inBundle": false, "_integrity": "sha512-aN3pcx/DSmtyoovUudctc8+6Hl4T+hI9GBBHLjA76jdZl7+b1sgh5g4k+u/GL3dTy1/pnYzKp69FpJ0OicE3Wg==", "_location": "/fecha", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "fecha@4.2.0", "name": "fecha", "escapedName": "fecha", "rawSpec": "4.2.0", "saveSpec": null, "fetchSpec": "4.2.0" }, "_requiredBy": [ "/logform" ], "_resolved": "https://registry.npmjs.org/fecha/-/fecha-4.2.0.tgz", "_spec": "4.2.0", "_where": "/Users/markusahlstrand/projects/cloudproxy/cloudworker-proxy/examples/serverless", "author": { "name": "Taylor Hakes" }, "bugs": { "url": "https://github.com/taylorhakes/fecha/issues" }, "description": "Date formatting and parsing", "devDependencies": { "@istanbuljs/nyc-config-typescript": "^1.0.1", "@typescript-eslint/eslint-plugin": "^2.14.0", "@typescript-eslint/parser": "^2.14.0", "eslint": "^6.8.0", "eslint-config-prettier": "^6.9.0", "nyc": "^15.0.0", "painless": "^0.9.7", "prettier": "1.19.1", "rollup": "^0.59.0", "rollup-plugin-sourcemaps": "^0.5.0", "rollup-plugin-typescript": "^1.0.1", "rollup-plugin-uglify": "^3.0.0", "source-map-support": "^0.5.16", "ts-node": "^8.5.4", "tslib": "^1.10.0", "typescript": "^3.7.4" }, "files": [ "lib/fecha.js", "lib/fecha.d.ts", "lib/fecha.umd.js", "dist/fecha.min.js" ], "homepage": "https://github.com/taylorhakes/fecha", "keywords": [ "date", "parse", "moment", "format", "fecha", "formatting" ], "license": "MIT", "main": "lib/fecha.umd.js", "module": "lib/fecha.js", "name": "fecha", "repository": { "type": "git", "url": "git+https://taylorhakes@github.com/taylorhakes/fecha.git" }, "scripts": { "build": "NODE_ENV=production rollup -c --sourcemap && tsc", "format": "prettier --write *.js src/*.ts", "test": "prettier --check *.js src/*.ts && eslint --ext .ts src && npm run build && nyc --cache --reporter=text ts-node test.js", "test-only": "ts-node test.js" }, "types": "lib/fecha.d.ts", "version": "4.2.0" }