/ cloudformation-templates / node_modules / static-extend / node_modules / is-data-descriptor / package.json
package.json
1 { 2 "name": "is-data-descriptor", 3 "description": "Returns true if a value has the characteristics of a valid JavaScript data descriptor.", 4 "version": "0.1.4", 5 "homepage": "https://github.com/jonschlinkert/is-data-descriptor", 6 "author": "Jon Schlinkert (https://github.com/jonschlinkert)", 7 "repository": "jonschlinkert/is-data-descriptor", 8 "bugs": { 9 "url": "https://github.com/jonschlinkert/is-data-descriptor/issues" 10 }, 11 "license": "MIT", 12 "files": [ 13 "index.js" 14 ], 15 "main": "index.js", 16 "engines": { 17 "node": ">=0.10.0" 18 }, 19 "scripts": { 20 "test": "mocha" 21 }, 22 "dependencies": { 23 "kind-of": "^3.0.2" 24 }, 25 "devDependencies": { 26 "mocha": "*", 27 "should": "*" 28 }, 29 "keywords": [ 30 "accessor", 31 "check", 32 "data", 33 "descriptor", 34 "get", 35 "getter", 36 "is", 37 "keys", 38 "object", 39 "properties", 40 "property", 41 "set", 42 "setter", 43 "type", 44 "valid", 45 "value" 46 ], 47 "verb": { 48 "related": { 49 "list": [ 50 "is-accessor-descriptor", 51 "is-data-descriptor", 52 "is-descriptor", 53 "isobject" 54 ] 55 }, 56 "plugins": [ 57 "gulp-format-md" 58 ] 59 } 60 }