aboutsummaryrefslogtreecommitdiff
path: root/node_modules/to-iso-string
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2016-11-03 01:33:53 +0100
committerFlorian Dold <florian.dold@gmail.com>2016-11-03 01:33:53 +0100
commitd1291f67551c58168af43698a359cb5ddfd266b0 (patch)
tree55a13ed29fe1915e3f42f1b1b7038dafa2e975a7 /node_modules/to-iso-string
parentd0a0695fb5d34996850723f7d4b1b59c3df909c2 (diff)
downloadwallet-core-d1291f67551c58168af43698a359cb5ddfd266b0.tar.xz
node_modules
Diffstat (limited to 'node_modules/to-iso-string')
-rw-r--r--node_modules/to-iso-string/package.json85
1 files changed, 6 insertions, 79 deletions
diff --git a/node_modules/to-iso-string/package.json b/node_modules/to-iso-string/package.json
index 700aea3aa..71a7168a5 100644
--- a/node_modules/to-iso-string/package.json
+++ b/node_modules/to-iso-string/package.json
@@ -1,84 +1,11 @@
{
- "_args": [
- [
- {
- "raw": "to-iso-string@0.0.2",
- "scope": null,
- "escapedName": "to-iso-string",
- "name": "to-iso-string",
- "rawSpec": "0.0.2",
- "spec": "0.0.2",
- "type": "version"
- },
- "/home/dold/repos/taler/wallet-webex/node_modules/mocha"
- ]
- ],
- "_from": "to-iso-string@0.0.2",
- "_id": "to-iso-string@0.0.2",
- "_inCache": true,
- "_location": "/to-iso-string",
- "_nodeVersion": "2.0.1",
- "_npmUser": {
- "name": "ndhoule",
- "email": "nathan@nathanhoule.com"
- },
- "_npmVersion": "2.9.0",
- "_phantomChildren": {},
- "_requested": {
- "raw": "to-iso-string@0.0.2",
- "scope": null,
- "escapedName": "to-iso-string",
- "name": "to-iso-string",
- "rawSpec": "0.0.2",
- "spec": "0.0.2",
- "type": "version"
- },
- "_requiredBy": [
- "/mocha"
- ],
- "_resolved": "https://registry.npmjs.org/to-iso-string/-/to-iso-string-0.0.2.tgz",
- "_shasum": "4dc19e664dfccbe25bd8db508b00c6da158255d1",
- "_shrinkwrap": null,
- "_spec": "to-iso-string@0.0.2",
- "_where": "/home/dold/repos/taler/wallet-webex/node_modules/mocha",
- "bugs": {
- "url": "https://github.com/segmentio/to-iso-string/issues"
- },
- "dependencies": {},
- "deprecated": "to-iso-string has been deprecated, use @segment/to-iso-string instead.",
+ "name": "to-iso-string",
+ "repository": "git://github.com/segmentio/to-iso-string.git",
+ "version": "0.0.2",
+ "license": "MIT",
"description": "Cross-browser toISOString support.",
+ "keywords": ["iso", "format", "iso8601", "date", "isostring", "toISOString"],
"devDependencies": {
"mocha": "*"
- },
- "directories": {},
- "dist": {
- "shasum": "4dc19e664dfccbe25bd8db508b00c6da158255d1",
- "tarball": "https://registry.npmjs.org/to-iso-string/-/to-iso-string-0.0.2.tgz"
- },
- "gitHead": "dded50dbad7ad7568dfaf38e7fe623e43977837d",
- "homepage": "https://github.com/segmentio/to-iso-string#readme",
- "keywords": [
- "iso",
- "format",
- "iso8601",
- "date",
- "isostring",
- "toISOString"
- ],
- "license": "MIT",
- "maintainers": [
- {
- "name": "ndhoule",
- "email": "nathan@nathanhoule.com"
- }
- ],
- "name": "to-iso-string",
- "optionalDependencies": {},
- "readme": "ERROR: No README data found!",
- "repository": {
- "type": "git",
- "url": "git://github.com/segmentio/to-iso-string.git"
- },
- "scripts": {},
- "version": "0.0.2"
+ }
}