1{ 2 "_from": "ms@^2.0.0", 3 "_id": "ms@2.1.1", 4 "_inBundle": false, 5 "_integrity": "sha512-tgp+dl5cGk28utYktBsrFqA7HKgrhgPsg6Z/EfhWI4gl1Hwq8B/GmY/0oXZ6nF8hDVesS/FpnYaD/kOWhYQvyg==", 6 "_location": "/ms", 7 "_phantomChildren": {}, 8 "_requested": { 9 "type": "range", 10 "registry": true, 11 "raw": "ms@^2.0.0", 12 "name": "ms", 13 "escapedName": "ms", 14 "rawSpec": "^2.0.0", 15 "saveSpec": null, 16 "fetchSpec": "^2.0.0" 17 }, 18 "_requiredBy": [ 19 "/humanize-ms" 20 ], 21 "_resolved": "https://registry.npmjs.org/ms/-/ms-2.1.1.tgz", 22 "_shasum": "30a5864eb3ebb0a66f2ebe6d727af06a09d86e0a", 23 "_spec": "ms@^2.0.0", 24 "_where": "/Users/rebecca/code/npm/node_modules/humanize-ms", 25 "bugs": { 26 "url": "https://github.com/zeit/ms/issues" 27 }, 28 "bundleDependencies": false, 29 "deprecated": false, 30 "description": "Tiny millisecond conversion utility", 31 "devDependencies": { 32 "eslint": "4.12.1", 33 "expect.js": "0.3.1", 34 "husky": "0.14.3", 35 "lint-staged": "5.0.0", 36 "mocha": "4.0.1" 37 }, 38 "eslintConfig": { 39 "extends": "eslint:recommended", 40 "env": { 41 "node": true, 42 "es6": true 43 } 44 }, 45 "files": [ 46 "index.js" 47 ], 48 "homepage": "https://github.com/zeit/ms#readme", 49 "license": "MIT", 50 "lint-staged": { 51 "*.js": [ 52 "npm run lint", 53 "prettier --single-quote --write", 54 "git add" 55 ] 56 }, 57 "main": "./index", 58 "name": "ms", 59 "repository": { 60 "type": "git", 61 "url": "git+https://github.com/zeit/ms.git" 62 }, 63 "scripts": { 64 "lint": "eslint lib/* bin/*", 65 "precommit": "lint-staged", 66 "test": "mocha tests.js" 67 }, 68 "version": "2.1.1" 69} 70