123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869 |
- {
- "_from": "jmespath@0.16.0",
- "_id": "jmespath@0.16.0",
- "_inBundle": false,
- "_integrity": "sha512-9FzQjJ7MATs1tSpnco1K6ayiYE3figslrXA72G2HQ/n76RzvYlofyi5QM+iX4YRs/pu3yzxlVQSST23+dMDknw==",
- "_location": "/jmespath",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "jmespath@0.16.0",
- "name": "jmespath",
- "escapedName": "jmespath",
- "rawSpec": "0.16.0",
- "saveSpec": null,
- "fetchSpec": "0.16.0"
- },
- "_requiredBy": [
- "/aws-sdk"
- ],
- "_resolved": "https://registry.npmjs.org/jmespath/-/jmespath-0.16.0.tgz",
- "_shasum": "b15b0a85dfd4d930d43e69ed605943c802785076",
- "_spec": "jmespath@0.16.0",
- "_where": "/Users/ben/Desktop/app/be/be-ytb/js/node_modules/aws-sdk",
- "author": {
- "name": "James Saryerwinnie",
- "email": "js@jamesls.com",
- "url": "http://jamesls.com/"
- },
- "bugs": {
- "url": "http://github.com/jmespath/jmespath.js/issues"
- },
- "bundleDependencies": false,
- "contributors": [],
- "dependencies": {},
- "deprecated": false,
- "description": "JMESPath implementation in javascript",
- "devDependencies": {
- "grunt": "^0.4.5",
- "grunt-contrib-jshint": "^0.11.0",
- "grunt-contrib-uglify": "^0.11.1",
- "grunt-eslint": "^17.3.1",
- "mocha": "^2.1.0"
- },
- "directories": {
- "test": "test"
- },
- "engines": {
- "node": ">= 0.6.0"
- },
- "homepage": "https://github.com/jmespath/jmespath.js",
- "keywords": [
- "jmespath",
- "jsonpath",
- "json",
- "xpath"
- ],
- "license": "Apache-2.0",
- "main": "jmespath.js",
- "name": "jmespath",
- "repository": {
- "type": "git",
- "url": "git://github.com/jmespath/jmespath.js.git"
- },
- "scripts": {
- "test": "mocha test/"
- },
- "version": "0.16.0"
- }
|