package.json 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  1. {
  2. "_args": [
  3. [
  4. "json5@2.2.3",
  5. "/Users/mac/projects/mime/mine"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "json5@2.2.3",
  10. "_id": "json5@2.2.3",
  11. "_inBundle": false,
  12. "_integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==",
  13. "_location": "/json5",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "json5@2.2.3",
  19. "name": "json5",
  20. "escapedName": "json5",
  21. "rawSpec": "2.2.3",
  22. "saveSpec": null,
  23. "fetchSpec": "2.2.3"
  24. },
  25. "_requiredBy": [
  26. "/@babel/core",
  27. "/loader-utils"
  28. ],
  29. "_resolved": "https://registry.npmmirror.com/json5/-/json5-2.2.3.tgz",
  30. "_spec": "2.2.3",
  31. "_where": "/Users/mac/projects/mime/mine",
  32. "author": {
  33. "name": "Aseem Kishore",
  34. "email": "aseem.kishore@gmail.com"
  35. },
  36. "bin": {
  37. "json5": "lib/cli.js"
  38. },
  39. "browser": "dist/index.js",
  40. "bugs": {
  41. "url": "https://github.com/json5/json5/issues"
  42. },
  43. "contributors": [
  44. {
  45. "name": "Max Nanasy",
  46. "email": "max.nanasy@gmail.com"
  47. },
  48. {
  49. "name": "Andrew Eisenberg",
  50. "email": "andrew@eisenberg.as"
  51. },
  52. {
  53. "name": "Jordan Tucker",
  54. "email": "jordanbtucker@gmail.com"
  55. }
  56. ],
  57. "description": "JSON for Humans",
  58. "devDependencies": {
  59. "core-js": "^2.6.5",
  60. "eslint": "^5.15.3",
  61. "eslint-config-standard": "^12.0.0",
  62. "eslint-plugin-import": "^2.16.0",
  63. "eslint-plugin-node": "^8.0.1",
  64. "eslint-plugin-promise": "^4.0.1",
  65. "eslint-plugin-standard": "^4.0.0",
  66. "npm-run-all": "^4.1.5",
  67. "regenerate": "^1.4.0",
  68. "rollup": "^0.64.1",
  69. "rollup-plugin-buble": "^0.19.6",
  70. "rollup-plugin-commonjs": "^9.2.1",
  71. "rollup-plugin-node-resolve": "^3.4.0",
  72. "rollup-plugin-terser": "^1.0.1",
  73. "sinon": "^6.3.5",
  74. "tap": "^12.6.0",
  75. "unicode-10.0.0": "^0.7.5"
  76. },
  77. "engines": {
  78. "node": ">=6"
  79. },
  80. "files": [
  81. "lib/",
  82. "dist/"
  83. ],
  84. "homepage": "http://json5.org/",
  85. "keywords": [
  86. "json",
  87. "json5",
  88. "es5",
  89. "es2015",
  90. "ecmascript"
  91. ],
  92. "license": "MIT",
  93. "main": "lib/index.js",
  94. "module": "dist/index.mjs",
  95. "name": "json5",
  96. "repository": {
  97. "type": "git",
  98. "url": "git+https://github.com/json5/json5.git"
  99. },
  100. "scripts": {
  101. "build": "rollup -c",
  102. "build-package": "node build/package.js",
  103. "build-unicode": "node build/unicode.js",
  104. "coverage": "tap --coverage-report html test",
  105. "lint": "eslint --fix .",
  106. "lint-report": "eslint .",
  107. "prepublishOnly": "npm run production",
  108. "preversion": "npm run production",
  109. "production": "run-s test build",
  110. "tap": "tap -Rspec --100 test",
  111. "test": "run-s lint-report tap",
  112. "version": "npm run build-package && git add package.json5"
  113. },
  114. "types": "lib/index.d.ts",
  115. "version": "2.2.3"
  116. }