package.json 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. {
  2. "_args": [
  3. [
  4. "trim@0.0.1",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_from": "trim@0.0.1",
  9. "_id": "trim@0.0.1",
  10. "_inBundle": false,
  11. "_integrity": "sha1-WFhUf2spB1fulczMZm+1AITEYN0=",
  12. "_location": "/trim",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "trim@0.0.1",
  18. "name": "trim",
  19. "escapedName": "trim",
  20. "rawSpec": "0.0.1",
  21. "saveSpec": null,
  22. "fetchSpec": "0.0.1"
  23. },
  24. "_requiredBy": [
  25. "/mdast-util-to-hast",
  26. "/remark-parse"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/trim/-/trim-0.0.1.tgz",
  29. "_spec": "0.0.1",
  30. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  31. "author": {
  32. "name": "TJ Holowaychuk",
  33. "email": "tj@vision-media.ca"
  34. },
  35. "component": {
  36. "scripts": {
  37. "trim/index.js": "index.js"
  38. }
  39. },
  40. "dependencies": {},
  41. "description": "Trim string whitespace",
  42. "devDependencies": {
  43. "mocha": "*",
  44. "should": "*"
  45. },
  46. "keywords": [
  47. "string",
  48. "trim"
  49. ],
  50. "main": "index",
  51. "name": "trim",
  52. "version": "0.0.1"
  53. }