File: /home/frenchy/www/french-american.org/current/node_modules/timespan/package.json
{
"_args": [
[
"timespan@2.3.0",
"/var/www/french-american.org/releases/20210421135930Z"
]
],
"_development": true,
"_from": "timespan@2.3.0",
"_id": "timespan@2.3.0",
"_inBundle": false,
"_integrity": "sha1-SQLOBAvRPYRcj1myfp1ZutbzmSk=",
"_location": "/timespan",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "timespan@2.3.0",
"name": "timespan",
"escapedName": "timespan",
"rawSpec": "2.3.0",
"saveSpec": null,
"fetchSpec": "2.3.0"
},
"_requiredBy": [
"/build"
],
"_resolved": "https://registry.npmjs.org/timespan/-/timespan-2.3.0.tgz",
"_spec": "2.3.0",
"_where": "/var/www/french-american.org/releases/20210421135930Z",
"author": {
"name": "Michael Stum",
"email": "blog@stum.de"
},
"bugs": {
"url": "https://github.com/indexzero/TimeSpan.js/issues"
},
"contributors": [
{
"name": "Charlie Robbins",
"email": "charlie.robbins@gmail.com"
}
],
"description": "A JavaScript TimeSpan library for node.js (and soon the browser)",
"devDependencies": {
"vows": ">= 0.7.0"
},
"engines": {
"node": ">= 0.2.0"
},
"homepage": "https://github.com/indexzero/TimeSpan.js#readme",
"keywords": [
"time",
"dates",
"utilities",
"timespan"
],
"main": "./lib/time-span.js",
"name": "timespan",
"repository": {
"type": "git",
"url": "git+https://github.com/indexzero/TimeSpan.js.git"
},
"scripts": {
"test": "vows test/*-test.js --spec"
},
"version": "2.3.0"
}