1
0
mirror of https://github.com/musix-org/musix-oss synced 2024-09-20 07:41:56 +00:00
musix-oss/node_modules/date-and-time/package.json
2020-03-03 22:30:50 +02:00

66 lines
1.8 KiB
JSON

{
"_from": "date-and-time@^0.12.0",
"_id": "date-and-time@0.12.0",
"_inBundle": false,
"_integrity": "sha512-n2RJIAp93AucgF/U/Rz5WRS2Hjg5Z+QxscaaMCi6pVZT1JpJKRH+C08vyH/lRR1kxNXnPxgo3lWfd+jCb/UcuQ==",
"_location": "/date-and-time",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "date-and-time@^0.12.0",
"name": "date-and-time",
"escapedName": "date-and-time",
"rawSpec": "^0.12.0",
"saveSpec": null,
"fetchSpec": "^0.12.0"
},
"_requiredBy": [
"/@google-cloud/storage"
],
"_resolved": "https://registry.npmjs.org/date-and-time/-/date-and-time-0.12.0.tgz",
"_shasum": "6d30c91c47fa72edadd628b71ec2ac46909b9267",
"_spec": "date-and-time@^0.12.0",
"_where": "C:\\Users\\matia\\Documents\\GitHub\\Musix-V3\\node_modules\\@google-cloud\\storage",
"author": {
"name": "KNOWLEDGECODE"
},
"browser": {
"date-and-time": "./date-and-time.js"
},
"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": {
"babel-preset-env": "^1.7.0",
"babelify": "^7.3.0",
"browserify": "^16.5.0",
"expect.js": "^0.3.1",
"mocha": "^6.2.2",
"mocha-headless-chrome": "^2.0.3"
},
"homepage": "https://github.com/knowledgecode/date-and-time",
"keywords": [
"date",
"time",
"format",
"parse",
"utility"
],
"license": "MIT",
"main": "date-and-time.js",
"name": "date-and-time",
"repository": {
"type": "git",
"url": "git+https://github.com/knowledgecode/date-and-time.git"
},
"scripts": {
"compile": "./compile.sh date-and-time.js date-and-time.min.js",
"test": "./test.sh"
},
"version": "0.12.0"
}