Initial commit
This commit is contained in:
+80
@@ -0,0 +1,80 @@
|
||||
{
|
||||
"_from": "date-and-time@^2.0.0",
|
||||
"_id": "[email protected]",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-O7Xe5dLaqvY/aF/MFWArsAM1J4j7w1CSZlPCX9uHgmb+6SbkPd8Q4YOvfvH/cZGvFlJFfHOZKxQtmMUOoZhc/w==",
|
||||
"_location": "/date-and-time",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "date-and-time@^2.0.0",
|
||||
"name": "date-and-time",
|
||||
"escapedName": "date-and-time",
|
||||
"rawSpec": "^2.0.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^2.0.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/@google-cloud/storage"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/date-and-time/-/date-and-time-2.0.1.tgz",
|
||||
"_shasum": "bc8b72704980e8a0979bb186118d30d02059ef04",
|
||||
"_spec": "date-and-time@^2.0.0",
|
||||
"_where": "/Users/talksik/Development/nirvana-server/node_modules/@google-cloud/storage",
|
||||
"author": {
|
||||
"name": "KNOWLEDGECODE"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/knowledgecode/date-and-time/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"deprecated": false,
|
||||
"description": "A Minimalist DateTime utility for Node.js and the browser",
|
||||
"devDependencies": {
|
||||
"@ampproject/rollup-plugin-closure-compiler": "^0.27.0",
|
||||
"expect.js": "^0.3.1",
|
||||
"mocha": "^9.1.2",
|
||||
"mocha-headless-chrome": "^3.1.0",
|
||||
"rollup": "^2.58.0"
|
||||
},
|
||||
"exports": {
|
||||
".": {
|
||||
"browser": "./esm/date-and-time.es.js",
|
||||
"import": "./esm/date-and-time.mjs",
|
||||
"require": "./date-and-time.js"
|
||||
},
|
||||
"./locale/*": {
|
||||
"browser": "./esm/locale/*.es.js",
|
||||
"import": "./esm/locale/*.mjs",
|
||||
"require": "./locale/*.js"
|
||||
},
|
||||
"./plugin/*": {
|
||||
"browser": "./esm/plugin/*.es.js",
|
||||
"import": "./esm/plugin/*.mjs",
|
||||
"require": "./plugin/*.js"
|
||||
}
|
||||
},
|
||||
"homepage": "https://github.com/knowledgecode/date-and-time",
|
||||
"keywords": [
|
||||
"date",
|
||||
"time",
|
||||
"format",
|
||||
"parse",
|
||||
"utility"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "date-and-time.js",
|
||||
"module": "esm/date-and-time.es.js",
|
||||
"name": "date-and-time",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/knowledgecode/date-and-time.git"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "rollup --config rollup.config.js",
|
||||
"test": "./test.sh"
|
||||
},
|
||||
"unpkg": "date-and-time.min.js",
|
||||
"version": "2.0.1"
|
||||
}
|
||||
Reference in New Issue
Block a user