package.json 1.8 KB
{
  "_from": "jmespath@0.15.0",
  "_id": "jmespath@0.15.0",
  "_inBundle": false,
  "_integrity": "sha1-o/Iiqarp+Wb10nx5ZRDigJF2Qhc=",
  "_location": "/jmespath",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "jmespath@0.15.0",
    "name": "jmespath",
    "escapedName": "jmespath",
    "rawSpec": "0.15.0",
    "saveSpec": null,
    "fetchSpec": "0.15.0"
  },
  "_requiredBy": [
    "/aws-sdk"
  ],
  "_resolved": "https://registry.npmjs.org/jmespath/-/jmespath-0.15.0.tgz",
  "_shasum": "a3f222a9aae9f966f5d27c796510e28091764217",
  "_spec": "jmespath@0.15.0",
  "_where": "/Users/noblyan/Desktop/4_2/캡스톤디자인II/2017110267/Project/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"
  ],
  "licenses": [
    {
      "type": "Apache 2.0",
      "url": "http://github.com/jmespath/jmespath.js/raw/master/LICENSE"
    }
  ],
  "main": "jmespath.js",
  "name": "jmespath",
  "repository": {
    "type": "git",
    "url": "git://github.com/jmespath/jmespath.js.git"
  },
  "scripts": {
    "test": "mocha test/"
  },
  "version": "0.15.0"
}