You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 1.6KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. {
  2. "_from": "ms@2.0.0",
  3. "_id": "ms@2.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=",
  6. "_location": "/body-parser/ms",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  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. "/body-parser/debug"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
  22. "_shasum": "5608aeadfc00be6c2901df5f9861788de0d597c8",
  23. "_spec": "ms@2.0.0",
  24. "_where": "C:\\Users\\ittnerpa60944\\source\\repos\\MDTWebApp\\code\\code\\node_modules\\body-parser\\node_modules\\debug",
  25. "bugs": {
  26. "url": "https://github.com/zeit/ms/issues"
  27. },
  28. "bundleDependencies": false,
  29. "deprecated": false,
  30. "description": "Tiny milisecond conversion utility",
  31. "devDependencies": {
  32. "eslint": "3.19.0",
  33. "expect.js": "0.3.1",
  34. "husky": "0.13.3",
  35. "lint-staged": "3.4.1",
  36. "mocha": "3.4.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.0.0"
  69. }