|
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960 |
- {
- "_args": [
- [
- "date-arithmetic@4.1.0",
- "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
- ]
- ],
- "_from": "date-arithmetic@4.1.0",
- "_id": "date-arithmetic@4.1.0",
- "_inBundle": false,
- "_integrity": "sha512-QWxYLR5P/6GStZcdem+V1xoto6DMadYWpMXU82ES3/RfR3Wdwr3D0+be7mgOJ+Ov0G9D5Dmb9T17sNLQYj9XOg==",
- "_location": "/date-arithmetic",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "date-arithmetic@4.1.0",
- "name": "date-arithmetic",
- "escapedName": "date-arithmetic",
- "rawSpec": "4.1.0",
- "saveSpec": null,
- "fetchSpec": "4.1.0"
- },
- "_requiredBy": [
- "/react-big-calendar"
- ],
- "_resolved": "https://registry.npmjs.org/date-arithmetic/-/date-arithmetic-4.1.0.tgz",
- "_spec": "4.1.0",
- "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
- "author": {
- "name": "Jason Quense @monasticpanic"
- },
- "bugs": {
- "url": "https://github.com/jquense/date-math/issues"
- },
- "description": "simple date math util",
- "devDependencies": {
- "esm": "^3.2.25",
- "rollup": "^1.14.4"
- },
- "homepage": "https://github.com/jquense/date-math",
- "keywords": [
- "moment",
- "date",
- "math"
- ],
- "license": "MIT",
- "main": "index.cjs.js",
- "module": "index.js",
- "name": "date-arithmetic",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/jquense/date-math.git"
- },
- "scripts": {
- "prepublishOnly": "rollup --input index.js --file index.cjs.js --format cjs",
- "test": "node -r esm test.js"
- },
- "version": "4.1.0"
- }
|