package.json 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. {
  2. "_args": [
  3. [
  4. "ms@2.0.0",
  5. "E:\\amr1.0\\AMR"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "ms@2.0.0",
  10. "_id": "ms@2.0.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=",
  13. "_location": "/ms",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "ms@2.0.0",
  19. "name": "ms",
  20. "escapedName": "ms",
  21. "rawSpec": "2.0.0",
  22. "saveSpec": null,
  23. "fetchSpec": "2.0.0"
  24. },
  25. "_requiredBy": [
  26. "/debug"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
  29. "_spec": "2.0.0",
  30. "_where": "E:\\amr1.0\\AMR",
  31. "bugs": {
  32. "url": "https://github.com/zeit/ms/issues"
  33. },
  34. "description": "Tiny milisecond conversion utility",
  35. "devDependencies": {
  36. "eslint": "3.19.0",
  37. "expect.js": "0.3.1",
  38. "husky": "0.13.3",
  39. "lint-staged": "3.4.1",
  40. "mocha": "3.4.1"
  41. },
  42. "eslintConfig": {
  43. "extends": "eslint:recommended",
  44. "env": {
  45. "node": true,
  46. "es6": true
  47. }
  48. },
  49. "files": [
  50. "index.js"
  51. ],
  52. "homepage": "https://github.com/zeit/ms#readme",
  53. "license": "MIT",
  54. "lint-staged": {
  55. "*.js": [
  56. "npm run lint",
  57. "prettier --single-quote --write",
  58. "git add"
  59. ]
  60. },
  61. "main": "./index",
  62. "name": "ms",
  63. "repository": {
  64. "type": "git",
  65. "url": "git+https://github.com/zeit/ms.git"
  66. },
  67. "scripts": {
  68. "lint": "eslint lib/* bin/*",
  69. "precommit": "lint-staged",
  70. "test": "mocha tests.js"
  71. },
  72. "version": "2.0.0"
  73. }