package.json 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "zip-object@^0.1.0",
  6. "scope": null,
  7. "escapedName": "zip-object",
  8. "name": "zip-object",
  9. "rawSpec": "^0.1.0",
  10. "spec": ">=0.1.0 <0.2.0",
  11. "type": "range"
  12. },
  13. "/home/robert/workspace/xmlrpc/node_modules/typings-core"
  14. ]
  15. ],
  16. "_from": "zip-object@>=0.1.0 <0.2.0",
  17. "_id": "zip-object@0.1.0",
  18. "_inCache": true,
  19. "_location": "/zip-object",
  20. "_npmUser": {
  21. "name": "scottcorgan",
  22. "email": "scottcorgan@gmail.com"
  23. },
  24. "_npmVersion": "1.3.11",
  25. "_phantomChildren": {},
  26. "_requested": {
  27. "raw": "zip-object@^0.1.0",
  28. "scope": null,
  29. "escapedName": "zip-object",
  30. "name": "zip-object",
  31. "rawSpec": "^0.1.0",
  32. "spec": ">=0.1.0 <0.2.0",
  33. "type": "range"
  34. },
  35. "_requiredBy": [
  36. "/typings-core"
  37. ],
  38. "_resolved": "https://registry.npmjs.org/zip-object/-/zip-object-0.1.0.tgz",
  39. "_shasum": "c1a0da04c88c837756e248680a03ff902ec3f53a",
  40. "_shrinkwrap": null,
  41. "_spec": "zip-object@^0.1.0",
  42. "_where": "/home/robert/workspace/xmlrpc/node_modules/typings-core",
  43. "author": {
  44. "name": "Scott Corgan"
  45. },
  46. "bugs": {
  47. "url": "https://github.com/scottcorgan/zip-object/issues"
  48. },
  49. "dependencies": {},
  50. "description": "Create an object from from arrays of keys and values",
  51. "devDependencies": {
  52. "tap-spec": "~0.1.3",
  53. "tape": "~2.3.2"
  54. },
  55. "directories": {
  56. "test": "test"
  57. },
  58. "dist": {
  59. "shasum": "c1a0da04c88c837756e248680a03ff902ec3f53a",
  60. "tarball": "https://registry.npmjs.org/zip-object/-/zip-object-0.1.0.tgz"
  61. },
  62. "homepage": "https://github.com/scottcorgan/zip-object#readme",
  63. "keywords": [
  64. "zip",
  65. "object",
  66. "lodash",
  67. "array",
  68. "object"
  69. ],
  70. "license": "MIT",
  71. "main": "index.js",
  72. "maintainers": [
  73. {
  74. "name": "scottcorgan",
  75. "email": "scottcorgan@gmail.com"
  76. }
  77. ],
  78. "name": "zip-object",
  79. "optionalDependencies": {},
  80. "readme": "ERROR: No README data found!",
  81. "repository": {
  82. "type": "git",
  83. "url": "git+https://github.com/scottcorgan/zip-object.git"
  84. },
  85. "scripts": {
  86. "test": "node test/index.js | node_modules/.bin/tspec"
  87. },
  88. "version": "0.1.0"
  89. }