package.json 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. {
  2. "_from": "dottie@^2.0.0",
  3. "_id": "dottie@2.0.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-fmrwR04lsniq/uSr8yikThDTrM7epXHBAAjH9TbeH3rEA8tdCO7mRzB9hdmdGyJCxF8KERo9CITcm3kGuoyMhg==",
  6. "_location": "/dottie",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "dottie@^2.0.0",
  12. "name": "dottie",
  13. "escapedName": "dottie",
  14. "rawSpec": "^2.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.0.0"
  17. },
  18. "_requiredBy": [
  19. "/sequelize"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/dottie/-/dottie-2.0.2.tgz",
  22. "_shasum": "cc91c0726ce3a054ebf11c55fbc92a7f266dd154",
  23. "_spec": "dottie@^2.0.0",
  24. "_where": "/home/pvvvm505/Документы/Project/node_modules/sequelize",
  25. "author": {
  26. "name": "Mick Hansen",
  27. "email": "maker@mhansen.io"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/mickhansen/dottie.js/issues"
  31. },
  32. "bundleDependencies": false,
  33. "deprecated": false,
  34. "description": "Fast and safe nested object access and manipulation in JavaScript",
  35. "devDependencies": {
  36. "chai": "^4.2.0",
  37. "mocha": "^5.2.0"
  38. },
  39. "files": [
  40. "dottie.js"
  41. ],
  42. "homepage": "https://github.com/mickhansen/dottie.js#readme",
  43. "license": "MIT",
  44. "main": "dottie.js",
  45. "name": "dottie",
  46. "repository": {
  47. "type": "git",
  48. "url": "git://github.com/mickhansen/dottie.js.git"
  49. },
  50. "scripts": {
  51. "test": "mocha -t 5000 -s 100 --reporter spec test"
  52. },
  53. "version": "2.0.2"
  54. }