dockerized_openAger/nodered/rootfs/data/node_modules/moment-parseformat/package.json

93 lines
2.7 KiB
JSON
Raw Normal View History

2020-10-17 16:42:50 +00:00
{
"_from": "moment-parseformat@^3.0.0",
"_id": "moment-parseformat@3.0.0",
"_inBundle": false,
"_integrity": "sha512-dVgXe6b6DLnv4CHG7a1zUe5mSXaIZ3c6lSHm/EKeVeQI2/4pwe0VRde8OyoCE1Ro2lKT5P6uT9JElF7KDLV+jw==",
"_location": "/moment-parseformat",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "moment-parseformat@^3.0.0",
"name": "moment-parseformat",
"escapedName": "moment-parseformat",
"rawSpec": "^3.0.0",
"saveSpec": null,
"fetchSpec": "^3.0.0"
},
"_requiredBy": [
"/node-red-contrib-moment"
],
"_resolved": "https://registry.npmjs.org/moment-parseformat/-/moment-parseformat-3.0.0.tgz",
"_shasum": "3a1dc438b4bc073b7e93cc298cfb6c5daac26dba",
"_spec": "moment-parseformat@^3.0.0",
"_where": "/data/node_modules/node-red-contrib-moment",
"author": {
"name": "Gregor Martynus",
"email": "gregor@martynus.net"
},
"bugs": {
"url": "https://github.com/gr2m/moment-parseformat/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "A moment.js plugin to extract the format of a date/time string",
"devDependencies": {
"beefy": "^2.1.5",
"browserify": "^16.0.0",
"gh-pages-deploy": "^0.5.0",
"istanbul": "^0.4.0",
"istanbul-coveralls": "^1.0.1",
"mkdirp": "^0.5.1",
"moment": "^2.10.6",
"rimraf": "^2.4.4",
"semantic-release": "^15.0.0",
"standard": "^11.0.0",
"tap-spec": "^4.1.0",
"tape": "^4.2.0"
},
"files": [
"lib",
"dist",
"index.js"
],
"gh-pages-deploy": {
"staticpath": "demo",
"noprompt": true
},
"homepage": "http://gr2m.github.io/moment-parseformat",
"keywords": [
"momentjs",
"date",
"parse",
"format"
],
"license": "MIT",
"name": "moment-parseformat",
"repository": {
"type": "git",
"url": "git+https://github.com/gr2m/moment-parseformat.git"
},
"scripts": {
"build": "browserify index.js -s moment-parseformat -o dist/moment-parseformat.js",
"build:demo": "browserify index.js -s moment-parseformat -o demo/moment-parseformat.js",
"deploy": "npm run build:demo && npm run deploydocs",
"deploydocs": "gh-pages-deploy",
"prebuild": "rimraf dist && mkdirp dist",
"predeploydocs": "./bin/authorize-push.js",
"presemantic-release": "npm run build",
"pretest": "standard",
"semantic-release": "semantic-release",
"start": "npm run build:demo && beefy ./index.js --cwd=./demo",
"test": "npm run -s test:node | tap-spec",
"test:coverage": "istanbul cover test/moment-parseformat-test.js",
"test:node": "node test/moment-parseformat-test.js"
},
"standard": {
"ignore": [
"demo"
]
},
"version": "3.0.0"
}