package.json 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "clone-buffer@^1.0.0",
  6. "scope": null,
  7. "escapedName": "clone-buffer",
  8. "name": "clone-buffer",
  9. "rawSpec": "^1.0.0",
  10. "spec": ">=1.0.0 <2.0.0",
  11. "type": "range"
  12. },
  13. "/home/king/Desktop/FINAL/AhMyth/app/node_modules/gulp-concat/node_modules/vinyl"
  14. ]
  15. ],
  16. "_from": "clone-buffer@>=1.0.0 <2.0.0",
  17. "_id": "clone-buffer@1.0.0",
  18. "_inCache": true,
  19. "_installable": true,
  20. "_location": "/clone-buffer",
  21. "_nodeVersion": "0.10.41",
  22. "_npmOperationalInternal": {
  23. "host": "packages-12-west.internal.npmjs.com",
  24. "tmp": "tmp/clone-buffer-1.0.0.tgz_1474782560642_0.6453048929106444"
  25. },
  26. "_npmUser": {
  27. "name": "phated",
  28. "email": "blaine.bublitz@gmail.com"
  29. },
  30. "_npmVersion": "2.15.2",
  31. "_phantomChildren": {},
  32. "_requested": {
  33. "raw": "clone-buffer@^1.0.0",
  34. "scope": null,
  35. "escapedName": "clone-buffer",
  36. "name": "clone-buffer",
  37. "rawSpec": "^1.0.0",
  38. "spec": ">=1.0.0 <2.0.0",
  39. "type": "range"
  40. },
  41. "_requiredBy": [
  42. "/gulp-concat/vinyl"
  43. ],
  44. "_resolved": "http://registry.npmjs.org/clone-buffer/-/clone-buffer-1.0.0.tgz",
  45. "_shasum": "e3e25b207ac4e701af721e2cb5a16792cac3dc58",
  46. "_shrinkwrap": null,
  47. "_spec": "clone-buffer@^1.0.0",
  48. "_where": "/home/king/Desktop/FINAL/AhMyth/app/node_modules/gulp-concat/node_modules/vinyl",
  49. "author": {
  50. "name": "Gulp Team",
  51. "email": "team@gulpjs.com",
  52. "url": "http://gulpjs.com/"
  53. },
  54. "bugs": {
  55. "url": "https://github.com/gulpjs/clone-buffer/issues"
  56. },
  57. "contributors": [
  58. {
  59. "name": "Blaine Bublitz",
  60. "email": "blaine.bublitz@gmail.com"
  61. }
  62. ],
  63. "dependencies": {},
  64. "description": "Easier Buffer cloning in node.",
  65. "devDependencies": {
  66. "eslint": "^1.7.3",
  67. "eslint-config-gulp": "^2.0.0",
  68. "expect": "^1.19.0",
  69. "istanbul": "^0.4.3",
  70. "istanbul-coveralls": "^1.0.3",
  71. "jscs": "^2.3.5",
  72. "jscs-preset-gulp": "^1.0.0",
  73. "mocha": "^2.4.5"
  74. },
  75. "directories": {},
  76. "dist": {
  77. "shasum": "e3e25b207ac4e701af721e2cb5a16792cac3dc58",
  78. "tarball": "https://registry.npmjs.org/clone-buffer/-/clone-buffer-1.0.0.tgz"
  79. },
  80. "engines": {
  81. "node": ">= 0.10"
  82. },
  83. "files": [
  84. "LICENSE",
  85. "index.js"
  86. ],
  87. "gitHead": "7dab09850f080e2d137c62c6a673344fa8458942",
  88. "homepage": "https://github.com/gulpjs/clone-buffer#readme",
  89. "keywords": [
  90. "buffer",
  91. "clone",
  92. "from",
  93. "copy"
  94. ],
  95. "license": "MIT",
  96. "main": "index.js",
  97. "maintainers": [
  98. {
  99. "name": "phated",
  100. "email": "blaine.bublitz@gmail.com"
  101. }
  102. ],
  103. "name": "clone-buffer",
  104. "optionalDependencies": {},
  105. "readme": "ERROR: No README data found!",
  106. "repository": {
  107. "type": "git",
  108. "url": "git+https://github.com/gulpjs/clone-buffer.git"
  109. },
  110. "scripts": {
  111. "cover": "istanbul cover _mocha --report lcovonly",
  112. "coveralls": "npm run cover && istanbul-coveralls",
  113. "lint": "eslint . && jscs index.js test/",
  114. "pretest": "npm run lint",
  115. "test": "mocha --async-only"
  116. },
  117. "version": "1.0.0"
  118. }