Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/tiny-relative-date/package.json')
-rw-r--r--node_modules/tiny-relative-date/package.json75
1 files changed, 21 insertions, 54 deletions
diff --git a/node_modules/tiny-relative-date/package.json b/node_modules/tiny-relative-date/package.json
index ca1d20c1a..26c88147f 100644
--- a/node_modules/tiny-relative-date/package.json
+++ b/node_modules/tiny-relative-date/package.json
@@ -1,38 +1,27 @@
{
- "_from": "tiny-relative-date@^1.3.0",
- "_id": "tiny-relative-date@1.3.0",
- "_inBundle": false,
- "_integrity": "sha512-MOQHpzllWxDCHHaDno30hhLfbouoYlOI8YlMNtvKe1zXbjEVhbcEovQxvZrPvtiYW630GQDoMMarCnjfyfHA+A==",
- "_location": "/tiny-relative-date",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "tiny-relative-date@^1.3.0",
- "name": "tiny-relative-date",
- "escapedName": "tiny-relative-date",
- "rawSpec": "^1.3.0",
- "saveSpec": null,
- "fetchSpec": "^1.3.0"
+ "name": "tiny-relative-date",
+ "version": "1.3.0",
+ "description": "Tiny function that provides relative, human-readable dates.",
+ "main": "lib/index.js",
+ "module": "src/index.js",
+ "scripts": {
+ "build": "babel src -d lib",
+ "test": "npm run eslint && npm run jasmine",
+ "eslint": "eslint --fix src/**/*.js",
+ "jasmine": "jasmine",
+ "prepublish": "npm run build"
},
- "_requiredBy": [
- "/"
+ "files": [
+ "lib/",
+ "src/",
+ "translations/"
],
- "_resolved": "https://registry.npmjs.org/tiny-relative-date/-/tiny-relative-date-1.3.0.tgz",
- "_shasum": "fa08aad501ed730f31cc043181d995c39a935e07",
- "_spec": "tiny-relative-date@^1.3.0",
- "_where": "/Users/isaacs/dev/npm/cli",
- "author": {
- "name": "Joseph Wynn",
- "email": "joseph@wildlyinaccurate.com",
- "url": "https://wildlyinaccurate.com/"
- },
- "bugs": {
- "url": "https://github.com/wildlyinaccurate/relative-date/issues"
+ "license": "MIT",
+ "author": "Joseph Wynn <joseph@wildlyinaccurate.com> (https://wildlyinaccurate.com/)",
+ "repository": {
+ "type": "git",
+ "url": "https://github.com/wildlyinaccurate/relative-date.git"
},
- "bundleDependencies": false,
- "deprecated": false,
- "description": "Tiny function that provides relative, human-readable dates.",
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-plugin-add-module-exports": "^0.2.1",
@@ -46,27 +35,5 @@
"eslint-plugin-standard": "^3.0.1",
"jasmine": "^2.6.0",
"jasmine-spec-reporter": "^4.1.1"
- },
- "files": [
- "lib/",
- "src/",
- "translations/"
- ],
- "homepage": "https://github.com/wildlyinaccurate/relative-date#readme",
- "license": "MIT",
- "main": "lib/index.js",
- "module": "src/index.js",
- "name": "tiny-relative-date",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/wildlyinaccurate/relative-date.git"
- },
- "scripts": {
- "build": "babel src -d lib",
- "eslint": "eslint --fix src/**/*.js",
- "jasmine": "jasmine",
- "prepublish": "npm run build",
- "test": "npm run eslint && npm run jasmine"
- },
- "version": "1.3.0"
+ }
}