package.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. {
  2. "_from": "jmespath@0.16.0",
  3. "_id": "jmespath@0.16.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-9FzQjJ7MATs1tSpnco1K6ayiYE3figslrXA72G2HQ/n76RzvYlofyi5QM+iX4YRs/pu3yzxlVQSST23+dMDknw==",
  6. "_location": "/jmespath",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "jmespath@0.16.0",
  12. "name": "jmespath",
  13. "escapedName": "jmespath",
  14. "rawSpec": "0.16.0",
  15. "saveSpec": null,
  16. "fetchSpec": "0.16.0"
  17. },
  18. "_requiredBy": [
  19. "/aws-sdk"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/jmespath/-/jmespath-0.16.0.tgz",
  22. "_shasum": "b15b0a85dfd4d930d43e69ed605943c802785076",
  23. "_spec": "jmespath@0.16.0",
  24. "_where": "/Users/ben/Desktop/app/be/be-ytb/js/node_modules/aws-sdk",
  25. "author": {
  26. "name": "James Saryerwinnie",
  27. "email": "js@jamesls.com",
  28. "url": "http://jamesls.com/"
  29. },
  30. "bugs": {
  31. "url": "http://github.com/jmespath/jmespath.js/issues"
  32. },
  33. "bundleDependencies": false,
  34. "contributors": [],
  35. "dependencies": {},
  36. "deprecated": false,
  37. "description": "JMESPath implementation in javascript",
  38. "devDependencies": {
  39. "grunt": "^0.4.5",
  40. "grunt-contrib-jshint": "^0.11.0",
  41. "grunt-contrib-uglify": "^0.11.1",
  42. "grunt-eslint": "^17.3.1",
  43. "mocha": "^2.1.0"
  44. },
  45. "directories": {
  46. "test": "test"
  47. },
  48. "engines": {
  49. "node": ">= 0.6.0"
  50. },
  51. "homepage": "https://github.com/jmespath/jmespath.js",
  52. "keywords": [
  53. "jmespath",
  54. "jsonpath",
  55. "json",
  56. "xpath"
  57. ],
  58. "license": "Apache-2.0",
  59. "main": "jmespath.js",
  60. "name": "jmespath",
  61. "repository": {
  62. "type": "git",
  63. "url": "git://github.com/jmespath/jmespath.js.git"
  64. },
  65. "scripts": {
  66. "test": "mocha test/"
  67. },
  68. "version": "0.16.0"
  69. }