package.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. {
  2. "_args": [
  3. [
  4. "json5@0.5.1",
  5. "E:\\2023\\5\\myjadmin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "json5@0.5.1",
  10. "_id": "json5@0.5.1",
  11. "_inBundle": false,
  12. "_integrity": "sha512-4xrs1aW+6N5DalkqSVA8fxh458CXvR99WU8WLKmq4v8eWAL86Xo3BVqyd3SkA9wEVjCMqyvvRRkshAdOnBp5rw==",
  13. "_location": "/json5",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "json5@0.5.1",
  19. "name": "json5",
  20. "escapedName": "json5",
  21. "rawSpec": "0.5.1",
  22. "saveSpec": null,
  23. "fetchSpec": "0.5.1"
  24. },
  25. "_requiredBy": [
  26. "/babel-core",
  27. "/find-babel-config",
  28. "/html-webpack-plugin/loader-utils",
  29. "/webpack"
  30. ],
  31. "_resolved": "https://registry.npmjs.org/json5/-/json5-0.5.1.tgz",
  32. "_spec": "0.5.1",
  33. "_where": "E:\\2023\\5\\myjadmin",
  34. "author": {
  35. "name": "Aseem Kishore",
  36. "email": "aseem.kishore@gmail.com"
  37. },
  38. "bin": {
  39. "json5": "lib/cli.js"
  40. },
  41. "bugs": {
  42. "url": "https://github.com/aseemk/json5/issues"
  43. },
  44. "contributors": [
  45. {
  46. "name": "Max Nanasy",
  47. "email": "max.nanasy@gmail.com"
  48. },
  49. {
  50. "name": "Andrew Eisenberg",
  51. "email": "andrew@eisenberg.as"
  52. },
  53. {
  54. "name": "Jordan Tucker",
  55. "email": "jordanbtucker@gmail.com"
  56. }
  57. ],
  58. "dependencies": {},
  59. "description": "JSON for the ES5 era.",
  60. "devDependencies": {
  61. "gulp": "^3.9.1",
  62. "gulp-jshint": "^2.0.1",
  63. "jshint": "^2.9.3",
  64. "jshint-stylish": "^2.2.1",
  65. "mocha": "^3.1.0"
  66. },
  67. "files": [
  68. "lib/"
  69. ],
  70. "homepage": "http://json5.org/",
  71. "keywords": [
  72. "json",
  73. "es5"
  74. ],
  75. "license": "MIT",
  76. "main": "lib/json5.js",
  77. "name": "json5",
  78. "repository": {
  79. "type": "git",
  80. "url": "git+https://github.com/aseemk/json5.git"
  81. },
  82. "scripts": {
  83. "build": "node ./lib/cli.js -c package.json5",
  84. "test": "mocha --ui exports --reporter spec"
  85. },
  86. "version": "0.5.1"
  87. }