package.json 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. {
  2. "_args": [
  3. [
  4. "flatted@2.0.1",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "flatted@2.0.1",
  10. "_id": "flatted@2.0.1",
  11. "_inBundle": false,
  12. "_integrity": "sha512-a1hQMktqW9Nmqr5aktAux3JMNqaucxGcjtjWnZLHX7yyPCmlSV3M54nGYbqT8K+0GhF3NBgmJCc3ma+WOgX8Jg==",
  13. "_location": "/flatted",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "flatted@2.0.1",
  19. "name": "flatted",
  20. "escapedName": "flatted",
  21. "rawSpec": "2.0.1",
  22. "saveSpec": null,
  23. "fetchSpec": "2.0.1"
  24. },
  25. "_requiredBy": [
  26. "/karma",
  27. "/log4js"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/flatted/-/flatted-2.0.1.tgz",
  30. "_spec": "2.0.1",
  31. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  32. "author": {
  33. "name": "Andrea Giammarchi"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/WebReflection/flatted/issues"
  37. },
  38. "description": "A super light and fast circular JSON parser.",
  39. "devDependencies": {
  40. "circular-json": "latest",
  41. "circular-json-es6": "latest",
  42. "coveralls": "latest",
  43. "istanbul": "latest",
  44. "jsan": "latest",
  45. "uglify-js": "latest"
  46. },
  47. "homepage": "https://github.com/WebReflection/flatted#readme",
  48. "keywords": [
  49. "circular",
  50. "JSON",
  51. "fast",
  52. "parser",
  53. "minimal"
  54. ],
  55. "license": "ISC",
  56. "main": "cjs/index.js",
  57. "module": "esm/index.js",
  58. "name": "flatted",
  59. "repository": {
  60. "type": "git",
  61. "url": "git+https://github.com/WebReflection/flatted.git"
  62. },
  63. "scripts": {
  64. "bench": "node test/bench.js",
  65. "build": "npm run cjs && npm test && npm run esm && npm run min && npm run size",
  66. "cjs": "cp index.js cjs/index.js; echo 'module.exports = Flatted;' >> cjs/index.js",
  67. "coveralls": "cat ./coverage/lcov.info | coveralls",
  68. "esm": "cp index.js esm/index.js; echo 'export default Flatted;' >> esm/index.js; echo 'export var parse = Flatted.parse;' >> esm/index.js; echo 'export var stringify = Flatted.stringify;' >> esm/index.js",
  69. "min": "echo '/*! (c) 2018, Andrea Giammarchi, (ISC) */'>min.js && uglifyjs index.js --support-ie8 -c -m >> min.js",
  70. "size": "cat index.js | wc -c;cat min.js | wc -c;gzip -c9 min.js | wc -c;cat min.js | brotli | wc -c",
  71. "test": "istanbul cover test/index.js"
  72. },
  73. "types": "types.d.ts",
  74. "unpkg": "min.js",
  75. "version": "2.0.1"
  76. }