1{ 2 "name": "object-keys", 3 "version": "1.0.12", 4 "author": { 5 "name": "Jordan Harband", 6 "email": "ljharb@gmail.com", 7 "url": "http://ljharb.codes" 8 }, 9 "contributors": [ 10 { 11 "name": "Jordan Harband", 12 "email": "ljharb@gmail.com", 13 "url": "http://ljharb.codes" 14 }, 15 { 16 "name": "Raynos", 17 "email": "raynos2@gmail.com" 18 }, 19 { 20 "name": "Nathan Rajlich", 21 "email": "nathan@tootallnate.net" 22 }, 23 { 24 "name": "Ivan Starkov", 25 "email": "istarkov@gmail.com" 26 }, 27 { 28 "name": "Gary Katsevman", 29 "email": "git@gkatsev.com" 30 } 31 ], 32 "description": "An Object.keys replacement, in case Object.keys is not available. From https://github.com/es-shims/es5-shim", 33 "license": "MIT", 34 "main": "index.js", 35 "scripts": { 36 "pretest": "npm run --silent lint", 37 "test": "npm run --silent tests-only", 38 "posttest": "npm run --silent security", 39 "tests-only": "node test/index.js", 40 "coverage": "covert test/*.js", 41 "coverage-quiet": "covert test/*.js --quiet", 42 "lint": "npm run --silent jscs && npm run --silent eslint", 43 "jscs": "jscs test/*.js *.js", 44 "eslint": "eslint test/*.js *.js", 45 "security": "nsp check" 46 }, 47 "repository": { 48 "type": "git", 49 "url": "git://github.com/ljharb/object-keys.git" 50 }, 51 "keywords": [ 52 "Object.keys", 53 "keys", 54 "ES5", 55 "shim" 56 ], 57 "dependencies": {}, 58 "devDependencies": { 59 "@ljharb/eslint-config": "^12.2.1", 60 "covert": "^1.1.0", 61 "eslint": "^4.19.1", 62 "foreach": "^2.0.5", 63 "indexof": "^0.0.1", 64 "is": "^3.2.1", 65 "jscs": "^3.0.7", 66 "nsp": "^3.2.1", 67 "tape": "^4.9.1" 68 }, 69 "testling": { 70 "files": "test/index.js", 71 "browsers": [ 72 "iexplore/6.0..latest", 73 "firefox/3.0..6.0", 74 "firefox/15.0..latest", 75 "firefox/nightly", 76 "chrome/4.0..10.0", 77 "chrome/20.0..latest", 78 "chrome/canary", 79 "opera/10.0..latest", 80 "opera/next", 81 "safari/4.0..latest", 82 "ipad/6.0..latest", 83 "iphone/6.0..latest", 84 "android-browser/4.2" 85 ] 86 }, 87 "engines": { 88 "node": ">= 0.4" 89 } 90 91,"_resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.0.12.tgz" 92,"_integrity": "sha512-FTMyFUm2wBcGHnH2eXmz7tC6IwlqQZ6mVZ+6dm6vZ4IQIHjs6FdNsQBuKGPuUUUY6NfJw2PshC08Tn6LzLDOag==" 93,"_from": "object-keys@1.0.12" 94}