package.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. {
  2. "_args": [
  3. [
  4. "sliced@0.0.5",
  5. "D:\\work\\im\\node_modules\\mongoose"
  6. ]
  7. ],
  8. "_from": "sliced@0.0.5",
  9. "_id": "sliced@0.0.5",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/sliced",
  13. "_npmUser": {
  14. "email": "aaron.heckmann+github@gmail.com",
  15. "name": "aaron"
  16. },
  17. "_npmVersion": "1.1.59",
  18. "_phantomChildren": {},
  19. "_requested": {
  20. "name": "sliced",
  21. "raw": "sliced@0.0.5",
  22. "rawSpec": "0.0.5",
  23. "scope": null,
  24. "spec": "0.0.5",
  25. "type": "version"
  26. },
  27. "_requiredBy": [
  28. "/mongoose",
  29. "/mquery"
  30. ],
  31. "_resolved": "https://registry.npmjs.org/sliced/-/sliced-0.0.5.tgz",
  32. "_shasum": "5edc044ca4eb6f7816d50ba2fc63e25d8fe4707f",
  33. "_shrinkwrap": null,
  34. "_spec": "sliced@0.0.5",
  35. "_where": "D:\\work\\im\\node_modules\\mongoose",
  36. "author": {
  37. "email": "aaron.heckmann+github@gmail.com",
  38. "name": "Aaron Heckmann"
  39. },
  40. "bugs": {
  41. "url": "https://github.com/aheckmann/sliced/issues"
  42. },
  43. "dependencies": {},
  44. "description": "A faster Node.js alternative to Array.prototype.slice.call(arguments)",
  45. "devDependencies": {
  46. "benchmark": "~1.0.0",
  47. "mocha": "1.5.0"
  48. },
  49. "directories": {},
  50. "dist": {
  51. "shasum": "5edc044ca4eb6f7816d50ba2fc63e25d8fe4707f",
  52. "tarball": "https://registry.npmjs.org/sliced/-/sliced-0.0.5.tgz"
  53. },
  54. "homepage": "https://github.com/aheckmann/sliced#readme",
  55. "keywords": [
  56. "arguments",
  57. "slice",
  58. "array"
  59. ],
  60. "license": "MIT",
  61. "main": "index.js",
  62. "maintainers": [
  63. {
  64. "email": "aaron.heckmann+github@gmail.com",
  65. "name": "aaron"
  66. }
  67. ],
  68. "name": "sliced",
  69. "optionalDependencies": {},
  70. "readme": "ERROR: No README data found!",
  71. "repository": {
  72. "type": "git",
  73. "url": "git://github.com/aheckmann/sliced.git"
  74. },
  75. "scripts": {
  76. "test": "make test"
  77. },
  78. "version": "0.0.5"
  79. }