package.json 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. {
  2. "_from": "buffer-indexof-polyfill@~1.0.0",
  3. "_id": "buffer-indexof-polyfill@1.0.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-I7wzHwA3t1/lwXQh+A5PbNvJxgfo5r3xulgpYDB5zckTu/Z9oUK9biouBKQUjEqzaz3HnAT6TYoovmE+GqSf7A==",
  6. "_location": "/buffer-indexof-polyfill",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "buffer-indexof-polyfill@~1.0.0",
  12. "name": "buffer-indexof-polyfill",
  13. "escapedName": "buffer-indexof-polyfill",
  14. "rawSpec": "~1.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "~1.0.0"
  17. },
  18. "_requiredBy": [
  19. "/unzipper"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/buffer-indexof-polyfill/-/buffer-indexof-polyfill-1.0.2.tgz",
  22. "_shasum": "d2732135c5999c64b277fcf9b1abe3498254729c",
  23. "_spec": "buffer-indexof-polyfill@~1.0.0",
  24. "_where": "C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin\\node_modules\\unzipper",
  25. "author": {
  26. "name": "https://github.com/sarosia"
  27. },
  28. "bugs": {
  29. "url": "https://github.com/sarosia/buffer-indexof-polyfill/issues"
  30. },
  31. "bundleDependencies": false,
  32. "deprecated": false,
  33. "description": "This is a polyfill for Buffer#indexOf introduced in NodeJS 4.0.",
  34. "devDependencies": {
  35. "chai": "^3.3.0",
  36. "eslint": "^1.10.3",
  37. "mocha": "^2.3.3"
  38. },
  39. "engines": {
  40. "node": ">=0.10"
  41. },
  42. "homepage": "https://github.com/sarosia/buffer-indexof-polyfill#readme",
  43. "keywords": [
  44. "buffer",
  45. "indexof",
  46. "polyfill"
  47. ],
  48. "license": "MIT",
  49. "main": "index.js",
  50. "name": "buffer-indexof-polyfill",
  51. "repository": {
  52. "type": "git",
  53. "url": "git+https://github.com/sarosia/buffer-indexof-polyfill.git"
  54. },
  55. "scripts": {
  56. "fix": "eslint . --fix",
  57. "lint": "eslint .",
  58. "test": "mocha"
  59. },
  60. "version": "1.0.2"
  61. }