Repositorio del curso CCOM4030 el semestre B91 del proyecto Artesanías con el Instituto de Cultura

package.json 1.6KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. {
  2. "_from": "bplist-parser@0.2.0",
  3. "_id": "bplist-parser@0.2.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-z0M+byMThzQmD9NILRniCUXYsYpjwnlO8N5uCFaCqIOpqRsJCrQL9NK3JsD67CN5a08nF5oIL2bD6loTdHOuKw==",
  6. "_location": "/simple-plist/bplist-parser",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "bplist-parser@0.2.0",
  12. "name": "bplist-parser",
  13. "escapedName": "bplist-parser",
  14. "rawSpec": "0.2.0",
  15. "saveSpec": null,
  16. "fetchSpec": "0.2.0"
  17. },
  18. "_requiredBy": [
  19. "/simple-plist"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/bplist-parser/-/bplist-parser-0.2.0.tgz",
  22. "_shasum": "43a9d183e5bf9d545200ceac3e712f79ebbe8d0e",
  23. "_spec": "bplist-parser@0.2.0",
  24. "_where": "/Users/christian/Documents/artesanias/node_modules/simple-plist",
  25. "author": {
  26. "name": "Joe Ferner",
  27. "email": "joe.ferner@nearinfinity.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/nearinfinity/node-bplist-parser/issues"
  31. },
  32. "bundleDependencies": false,
  33. "contributors": [
  34. {
  35. "name": "Brett Zamir"
  36. }
  37. ],
  38. "dependencies": {
  39. "big-integer": "^1.6.44"
  40. },
  41. "deprecated": false,
  42. "description": "Binary plist parser.",
  43. "devDependencies": {
  44. "mocha": "^6.1.4"
  45. },
  46. "engines": {
  47. "node": ">= 5.10.0"
  48. },
  49. "homepage": "https://github.com/nearinfinity/node-bplist-parser",
  50. "keywords": [
  51. "bplist",
  52. "plist",
  53. "parser"
  54. ],
  55. "license": "MIT",
  56. "main": "bplistParser.js",
  57. "name": "bplist-parser",
  58. "repository": {
  59. "type": "git",
  60. "url": "git+https://github.com/nearinfinity/node-bplist-parser.git"
  61. },
  62. "scripts": {
  63. "test": "mocha test"
  64. },
  65. "version": "0.2.0"
  66. }