You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 2.1KB

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