No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.

package.json 2.2 KiB

hace 3 años
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. {
  2. "_args": [
  3. [
  4. "object-hash@1.3.1",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  6. ]
  7. ],
  8. "_from": "object-hash@1.3.1",
  9. "_id": "object-hash@1.3.1",
  10. "_inBundle": false,
  11. "_integrity": "sha512-OSuu/pU4ENM9kmREg0BdNrUDIl1heYa4mBZacJc+vVWz4GtAwu7jO8s4AIt2aGRUTqxykpWzI3Oqnsm13tTMDA==",
  12. "_location": "/object-hash",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "object-hash@1.3.1",
  18. "name": "object-hash",
  19. "escapedName": "object-hash",
  20. "rawSpec": "1.3.1",
  21. "saveSpec": null,
  22. "fetchSpec": "1.3.1"
  23. },
  24. "_requiredBy": [
  25. "/eslint-loader"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/object-hash/-/object-hash-1.3.1.tgz",
  28. "_spec": "1.3.1",
  29. "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
  30. "author": {
  31. "name": "Scott Puleo",
  32. "email": "puleos@gmail.com"
  33. },
  34. "browser": "./dist/object_hash.js",
  35. "bugs": {
  36. "url": "https://github.com/puleos/object-hash/issues"
  37. },
  38. "description": "Generate hashes from javascript objects in node and the browser.",
  39. "devDependencies": {
  40. "browserify": "^13.0.0",
  41. "gulp": "^3.9.0",
  42. "gulp-browserify": "^0.5.1",
  43. "gulp-coveralls": "^0.1.4",
  44. "gulp-exec": "^2.1.2",
  45. "gulp-istanbul": "^0.10.3",
  46. "gulp-jshint": "^2.0.0",
  47. "gulp-mocha": "^2.2.0",
  48. "gulp-rename": "^1.2.0",
  49. "gulp-uglify": "^1.5.1",
  50. "jshint": "^2.8.0",
  51. "jshint-stylish": "^2.1.0",
  52. "karma": "^0.13.15",
  53. "karma-chrome-launcher": "^0.2.2",
  54. "karma-firefox-launcher": "^0.1.7",
  55. "karma-mocha": "^0.2.1",
  56. "karma-phantomjs-launcher": "^0.2.1",
  57. "mocha": "^2.3.4",
  58. "phantomjs": "^1.9.19"
  59. },
  60. "engines": {
  61. "node": ">= 0.10.0"
  62. },
  63. "homepage": "https://github.com/puleos/object-hash",
  64. "keywords": [
  65. "object",
  66. "hash",
  67. "sha1",
  68. "md5"
  69. ],
  70. "license": "MIT",
  71. "main": "./index.js",
  72. "name": "object-hash",
  73. "repository": {
  74. "type": "git",
  75. "url": "git+https://github.com/puleos/object-hash.git"
  76. },
  77. "scripts": {
  78. "prepublish": "gulp dist",
  79. "test": "node ./node_modules/.bin/mocha test"
  80. },
  81. "version": "1.3.1"
  82. }