UNPKG

2.15 kBJSONView Raw
1{
2 "_args": [
3 [
4 "tiny-relative-date@1.3.0",
5 "/Users/rebecca/code/npm"
6 ]
7 ],
8 "_from": "tiny-relative-date@1.3.0",
9 "_id": "tiny-relative-date@1.3.0",
10 "_inBundle": false,
11 "_integrity": "sha512-MOQHpzllWxDCHHaDno30hhLfbouoYlOI8YlMNtvKe1zXbjEVhbcEovQxvZrPvtiYW630GQDoMMarCnjfyfHA+A==",
12 "_location": "/tiny-relative-date",
13 "_phantomChildren": {},
14 "_requested": {
15 "type": "version",
16 "registry": true,
17 "raw": "tiny-relative-date@1.3.0",
18 "name": "tiny-relative-date",
19 "escapedName": "tiny-relative-date",
20 "rawSpec": "1.3.0",
21 "saveSpec": null,
22 "fetchSpec": "1.3.0"
23 },
24 "_requiredBy": [
25 "/"
26 ],
27 "_resolved": "https://registry.npmjs.org/tiny-relative-date/-/tiny-relative-date-1.3.0.tgz",
28 "_spec": "1.3.0",
29 "_where": "/Users/rebecca/code/npm",
30 "author": {
31 "name": "Joseph Wynn",
32 "email": "joseph@wildlyinaccurate.com",
33 "url": "https://wildlyinaccurate.com/"
34 },
35 "bugs": {
36 "url": "https://github.com/wildlyinaccurate/relative-date/issues"
37 },
38 "description": "Tiny function that provides relative, human-readable dates.",
39 "devDependencies": {
40 "babel-cli": "^6.24.1",
41 "babel-plugin-add-module-exports": "^0.2.1",
42 "babel-preset-es2015": "^6.24.1",
43 "babel-register": "^6.24.1",
44 "eslint": "^4.1.0",
45 "eslint-config-standard": "^10.2.1",
46 "eslint-plugin-import": "^2.6.0",
47 "eslint-plugin-node": "^5.0.0",
48 "eslint-plugin-promise": "^3.5.0",
49 "eslint-plugin-standard": "^3.0.1",
50 "jasmine": "^2.6.0",
51 "jasmine-spec-reporter": "^4.1.1"
52 },
53 "files": [
54 "lib/",
55 "src/",
56 "translations/"
57 ],
58 "homepage": "https://github.com/wildlyinaccurate/relative-date#readme",
59 "license": "MIT",
60 "main": "lib/index.js",
61 "module": "src/index.js",
62 "name": "tiny-relative-date",
63 "repository": {
64 "type": "git",
65 "url": "git+https://github.com/wildlyinaccurate/relative-date.git"
66 },
67 "scripts": {
68 "build": "babel src -d lib",
69 "eslint": "eslint --fix src/**/*.js",
70 "jasmine": "jasmine",
71 "prepublish": "npm run build",
72 "test": "npm run eslint && npm run jasmine"
73 },
74 "version": "1.3.0"
75}