Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
object-keys / package.json
Size: Mime:
{
  "name": "object-keys",
  "version": "1.0.9",
  "author": {
    "name": "Jordan Harband",
    "email": "ljharb@gmail.com",
    "url": "http://ljharb.codes"
  },
  "contributors": [
    {
      "name": "Jordan Harband",
      "email": "ljharb@gmail.com",
      "url": "http://ljharb.codes"
    },
    {
      "name": "Raynos",
      "email": "raynos2@gmail.com"
    },
    {
      "name": "Nathan Rajlich",
      "email": "nathan@tootallnate.net"
    },
    {
      "name": "Ivan Starkov",
      "email": "istarkov@gmail.com"
    },
    {
      "name": "Gary Katsevman",
      "email": "git@gkatsev.com"
    }
  ],
  "description": "An Object.keys replacement, in case Object.keys is not available. From https://github.com/es-shims/es5-shim",
  "license": "MIT",
  "main": "index.js",
  "scripts": {
    "test": "npm run lint && node test/index.js && npm run security",
    "coverage": "covert test/*.js",
    "coverage-quiet": "covert test/*.js --quiet",
    "lint": "npm run jscs && npm run eslint",
    "jscs": "jscs test/*.js *.js",
    "eslint": "eslint test/*.js *.js",
    "eccheck": "editorconfig-tools check *.js **/*.js > /dev/null",
    "security": "nsp package"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/ljharb/object-keys.git"
  },
  "keywords": [
    "Object.keys",
    "keys",
    "ES5",
    "shim"
  ],
  "dependencies": {},
  "devDependencies": {
    "foreach": "^2.0.5",
    "is": "^3.1.0",
    "tape": "^4.2.1",
    "indexof": "^0.0.1",
    "covert": "^1.1.0",
    "jscs": "^2.3.4",
    "editorconfig-tools": "^0.1.1",
    "nsp": "^1.1.0",
    "eslint": "^1.7.2",
    "@ljharb/eslint-config": "^1.4.1"
  },
  "testling": {
    "files": "test/index.js",
    "browsers": [
      "iexplore/6.0..latest",
      "firefox/3.0..6.0",
      "firefox/15.0..latest",
      "firefox/nightly",
      "chrome/4.0..10.0",
      "chrome/20.0..latest",
      "chrome/canary",
      "opera/10.0..latest",
      "opera/next",
      "safari/4.0..latest",
      "ipad/6.0..latest",
      "iphone/6.0..latest",
      "android-browser/4.2"
    ]
  },
  "engines": {
    "node": ">= 0.4"
  },
  "gitHead": "e4331f920ff49824ad999b3449005349e31139f9",
  "bugs": {
    "url": "https://github.com/ljharb/object-keys/issues"
  },
  "homepage": "https://github.com/ljharb/object-keys#readme",
  "_id": "object-keys@1.0.9",
  "_shasum": "cabb1202d9a7af29b50edface8094bb46da5ea21",
  "_from": "object-keys@*",
  "_npmVersion": "2.14.7",
  "_nodeVersion": "4.2.1",
  "_npmUser": {
    "name": "ljharb",
    "email": "ljharb@gmail.com"
  },
  "dist": {
    "shasum": "cabb1202d9a7af29b50edface8094bb46da5ea21",
    "tarball": "http://registry.npmjs.org/object-keys/-/object-keys-1.0.9.tgz"
  },
  "maintainers": [
    {
      "name": "ljharb",
      "email": "ljharb@gmail.com"
    }
  ],
  "directories": {},
  "_resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.0.9.tgz",
  "readme": "ERROR: No README data found!"
}