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

package.json 1.5KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. {
  2. "_from": "bplist-parser@^0.1.0",
  3. "_id": "bplist-parser@0.1.1",
  4. "_inBundle": false,
  5. "_integrity": "sha1-1g1dzCDLptx+HymbNdPh+V2vuuY=",
  6. "_location": "/bplist-parser",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "bplist-parser@^0.1.0",
  12. "name": "bplist-parser",
  13. "escapedName": "bplist-parser",
  14. "rawSpec": "^0.1.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^0.1.0"
  17. },
  18. "_requiredBy": [
  19. "/cordova-common"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/bplist-parser/-/bplist-parser-0.1.1.tgz",
  22. "_shasum": "d60d5dcc20cba6dc7e1f299b35d3e1f95dafbae6",
  23. "_spec": "bplist-parser@^0.1.0",
  24. "_where": "C:\\Users\\Chuch\\Documents\\Cordova\\test\\node_modules\\cordova-common",
  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. "dependencies": {
  34. "big-integer": "^1.6.7"
  35. },
  36. "deprecated": false,
  37. "description": "Binary plist parser.",
  38. "devDependencies": {
  39. "nodeunit": "~0.9.1"
  40. },
  41. "homepage": "https://github.com/nearinfinity/node-bplist-parser#readme",
  42. "keywords": [
  43. "bplist",
  44. "plist",
  45. "parser"
  46. ],
  47. "license": "MIT",
  48. "main": "bplistParser.js",
  49. "name": "bplist-parser",
  50. "repository": {
  51. "type": "git",
  52. "url": "git+https://github.com/nearinfinity/node-bplist-parser.git"
  53. },
  54. "scripts": {
  55. "test": "./node_modules/nodeunit/bin/nodeunit test"
  56. },
  57. "version": "0.1.1"
  58. }