package.json 3.1 KB

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