package.json 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  1. {
  2. "_from": "json5@^1.0.1",
  3. "_id": "json5@1.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-aKS4WQjPenRxiQsC93MNfjx+nbF4PAdYzmd/1JIj8HYzqfbu86beTuNgXDzPknWk0n0uARlyewZo4s++ES36Ow==",
  6. "_location": "/json5",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "json5@^1.0.1",
  12. "name": "json5",
  13. "escapedName": "json5",
  14. "rawSpec": "^1.0.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.1"
  17. },
  18. "_requiredBy": [
  19. "/loader-utils",
  20. "/webpack-cli/loader-utils"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/json5/-/json5-1.0.1.tgz",
  23. "_shasum": "779fb0018604fa854eacbf6252180d83543e3dbe",
  24. "_spec": "json5@^1.0.1",
  25. "_where": "G:\\micro\\react\\cld2\\node_modules\\loader-utils",
  26. "author": {
  27. "name": "Aseem Kishore",
  28. "email": "aseem.kishore@gmail.com"
  29. },
  30. "bin": {
  31. "json5": "lib/cli.js"
  32. },
  33. "browser": "dist/index.js",
  34. "bugs": {
  35. "url": "https://github.com/json5/json5/issues"
  36. },
  37. "bundleDependencies": false,
  38. "contributors": [
  39. {
  40. "name": "Max Nanasy",
  41. "email": "max.nanasy@gmail.com"
  42. },
  43. {
  44. "name": "Andrew Eisenberg",
  45. "email": "andrew@eisenberg.as"
  46. },
  47. {
  48. "name": "Jordan Tucker",
  49. "email": "jordanbtucker@gmail.com"
  50. }
  51. ],
  52. "dependencies": {
  53. "minimist": "^1.2.0"
  54. },
  55. "deprecated": false,
  56. "description": "JSON for humans.",
  57. "devDependencies": {
  58. "babel-cli": "^6.26.0",
  59. "babel-core": "^6.26.0",
  60. "babel-plugin-add-module-exports": "^0.2.1",
  61. "babel-plugin-external-helpers": "^6.22.0",
  62. "babel-plugin-istanbul": "^4.1.5",
  63. "babel-preset-env": "^1.6.1",
  64. "babel-register": "^6.26.0",
  65. "babelrc-rollup": "^3.0.0",
  66. "coveralls": "^3.0.0",
  67. "cross-env": "^5.1.4",
  68. "del": "^3.0.0",
  69. "eslint": "^4.18.2",
  70. "eslint-config-standard": "^11.0.0",
  71. "eslint-plugin-import": "^2.9.0",
  72. "eslint-plugin-node": "^6.0.1",
  73. "eslint-plugin-promise": "^3.7.0",
  74. "eslint-plugin-standard": "^3.0.1",
  75. "mocha": "^5.0.4",
  76. "nyc": "^11.4.1",
  77. "regenerate": "^1.3.3",
  78. "rollup": "^0.56.5",
  79. "rollup-plugin-babel": "^3.0.3",
  80. "rollup-plugin-commonjs": "^9.0.0",
  81. "rollup-plugin-node-resolve": "^3.2.0",
  82. "rollup-plugin-uglify": "^3.0.0",
  83. "sinon": "^4.4.2",
  84. "unicode-9.0.0": "^0.7.5"
  85. },
  86. "files": [
  87. "lib/",
  88. "dist/"
  89. ],
  90. "homepage": "http://json5.org/",
  91. "keywords": [
  92. "json",
  93. "json5",
  94. "es5",
  95. "es2015",
  96. "ecmascript"
  97. ],
  98. "license": "MIT",
  99. "main": "lib/index.js",
  100. "name": "json5",
  101. "repository": {
  102. "type": "git",
  103. "url": "git+https://github.com/json5/json5.git"
  104. },
  105. "scripts": {
  106. "build": "babel-node build/build.js && babel src -d lib && rollup -c",
  107. "coverage": "nyc report --reporter=text-lcov | coveralls",
  108. "lint": "eslint --fix build src",
  109. "prepublishOnly": "npm run lint && npm test && npm run production",
  110. "pretest": "cross-env NODE_ENV=test npm run build",
  111. "preversion": "npm run lint && npm test && npm run production",
  112. "production": "cross-env NODE_ENV=production npm run build",
  113. "test": "nyc --reporter=html --reporter=text mocha"
  114. },
  115. "version": "1.0.1"
  116. }