package.json 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. {
  2. "_args": [
  3. [
  4. "clone-buffer@1.0.0",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_from": "clone-buffer@1.0.0",
  9. "_id": "clone-buffer@1.0.0",
  10. "_inBundle": false,
  11. "_integrity": "sha1-4+JbIHrE5wGvch4staFnksrD3Fg=",
  12. "_location": "/clone-buffer",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "clone-buffer@1.0.0",
  18. "name": "clone-buffer",
  19. "escapedName": "clone-buffer",
  20. "rawSpec": "1.0.0",
  21. "saveSpec": null,
  22. "fetchSpec": "1.0.0"
  23. },
  24. "_requiredBy": [
  25. "/vinyl"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/clone-buffer/-/clone-buffer-1.0.0.tgz",
  28. "_spec": "1.0.0",
  29. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  30. "author": {
  31. "name": "Gulp Team",
  32. "email": "team@gulpjs.com",
  33. "url": "http://gulpjs.com/"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/gulpjs/clone-buffer/issues"
  37. },
  38. "contributors": [
  39. {
  40. "name": "Blaine Bublitz",
  41. "email": "blaine.bublitz@gmail.com"
  42. }
  43. ],
  44. "dependencies": {},
  45. "description": "Easier Buffer cloning in node.",
  46. "devDependencies": {
  47. "eslint": "^1.7.3",
  48. "eslint-config-gulp": "^2.0.0",
  49. "expect": "^1.19.0",
  50. "istanbul": "^0.4.3",
  51. "istanbul-coveralls": "^1.0.3",
  52. "jscs": "^2.3.5",
  53. "jscs-preset-gulp": "^1.0.0",
  54. "mocha": "^2.4.5"
  55. },
  56. "engines": {
  57. "node": ">= 0.10"
  58. },
  59. "files": [
  60. "LICENSE",
  61. "index.js"
  62. ],
  63. "homepage": "https://github.com/gulpjs/clone-buffer#readme",
  64. "keywords": [
  65. "buffer",
  66. "clone",
  67. "from",
  68. "copy"
  69. ],
  70. "license": "MIT",
  71. "main": "index.js",
  72. "name": "clone-buffer",
  73. "repository": {
  74. "type": "git",
  75. "url": "git+https://github.com/gulpjs/clone-buffer.git"
  76. },
  77. "scripts": {
  78. "cover": "istanbul cover _mocha --report lcovonly",
  79. "coveralls": "npm run cover && istanbul-coveralls",
  80. "lint": "eslint . && jscs index.js test/",
  81. "pretest": "npm run lint",
  82. "test": "mocha --async-only"
  83. },
  84. "version": "1.0.0"
  85. }