Download this file

package.json    111 lines (110 with data), 2.5 kB

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
{
"_args": [
[
{
"raw": "ms@2.0.0",
"scope": null,
"escapedName": "ms",
"name": "ms",
"rawSpec": "2.0.0",
"spec": "2.0.0",
"type": "version"
},
"/Users/ram/Desktop/notificationenabler/backend/myapp/node_modules/debug"
]
],
"_from": "ms@2.0.0",
"_id": "ms@2.0.0",
"_inCache": true,
"_location": "/ms",
"_nodeVersion": "7.8.0",
"_npmOperationalInternal": {
"host": "packages-18-east.internal.npmjs.com",
"tmp": "tmp/ms-2.0.0.tgz_1494937565215_0.34005374647676945"
},
"_npmUser": {
"name": "leo",
"email": "leo@zeit.co"
},
"_npmVersion": "4.2.0",
"_phantomChildren": {},
"_requested": {
"raw": "ms@2.0.0",
"scope": null,
"escapedName": "ms",
"name": "ms",
"rawSpec": "2.0.0",
"spec": "2.0.0",
"type": "version"
},
"_requiredBy": [
"/debug",
"/send"
],
"_resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
"_shasum": "5608aeadfc00be6c2901df5f9861788de0d597c8",
"_shrinkwrap": null,
"_spec": "ms@2.0.0",
"_where": "/Users/ram/Desktop/notificationenabler/backend/myapp/node_modules/debug",
"bugs": {
"url": "https://github.com/zeit/ms/issues"
},
"dependencies": {},
"description": "Tiny milisecond conversion utility",
"devDependencies": {
"eslint": "3.19.0",
"expect.js": "0.3.1",
"husky": "0.13.3",
"lint-staged": "3.4.1",
"mocha": "3.4.1"
},
"directories": {},
"dist": {
"shasum": "5608aeadfc00be6c2901df5f9861788de0d597c8",
"tarball": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz"
},
"eslintConfig": {
"extends": "eslint:recommended",
"env": {
"node": true,
"es6": true
}
},
"files": [
"index.js"
],
"gitHead": "9b88d1568a52ec9bb67ecc8d2aa224fa38fd41f4",
"homepage": "https://github.com/zeit/ms#readme",
"license": "MIT",
"lint-staged": {
"*.js": [
"npm run lint",
"prettier --single-quote --write",
"git add"
]
},
"main": "./index",
"maintainers": [
{
"name": "leo",
"email": "leo@zeit.co"
},
{
"name": "rauchg",
"email": "rauchg@gmail.com"
}
],
"name": "ms",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/zeit/ms.git"
},
"scripts": {
"lint": "eslint lib/* bin/*",
"precommit": "lint-staged",
"test": "mocha tests.js"
},
"version": "2.0.0"
}