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    
atom / usr / share / atom / resources / app / apm / node_modules / oniguruma / package.json
Size: Mime:
{
  "_args": [
    [
      {
        "raw": "oniguruma@^6.1.0",
        "scope": null,
        "escapedName": "oniguruma",
        "name": "oniguruma",
        "rawSpec": "^6.1.0",
        "spec": ">=6.1.0 <7.0.0",
        "type": "range"
      },
      "/home/travis/build/atom/atom/apm/node_modules/atom-package-manager/node_modules/first-mate"
    ]
  ],
  "_from": "oniguruma@>=6.1.0 <7.0.0",
  "_id": "oniguruma@6.1.1",
  "_inCache": true,
  "_installable": true,
  "_location": "/atom-package-manager/oniguruma",
  "_nodeVersion": "5.12.0",
  "_npmOperationalInternal": {
    "host": "packages-16-east.internal.npmjs.com",
    "tmp": "tmp/oniguruma-6.1.1.tgz_1474404616389_0.282318081241101"
  },
  "_npmUser": {
    "name": "maxbrunsfeld",
    "email": "maxbrunsfeld@gmail.com"
  },
  "_npmVersion": "3.8.6",
  "_phantomChildren": {},
  "_requested": {
    "raw": "oniguruma@^6.1.0",
    "scope": null,
    "escapedName": "oniguruma",
    "name": "oniguruma",
    "rawSpec": "^6.1.0",
    "spec": ">=6.1.0 <7.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/atom-package-manager/first-mate"
  ],
  "_resolved": "https://registry.npmjs.org/oniguruma/-/oniguruma-6.1.1.tgz",
  "_shasum": "1c7d96e53d116eb881dbe78b8355b4adc8225898",
  "_shrinkwrap": null,
  "_spec": "oniguruma@^6.1.0",
  "_where": "/home/travis/build/atom/atom/apm/node_modules/atom-package-manager/node_modules/first-mate",
  "bugs": {
    "url": "https://github.com/atom/node-oniguruma/issues"
  },
  "dependencies": {
    "nan": "^2.0.9"
  },
  "description": "oniguruma regular expression library",
  "devDependencies": {
    "async": "~0.9.0",
    "coffee-script": "~1.9.1",
    "coffeelint": "~1.9.2",
    "grunt": "~0.4.5",
    "grunt-cli": "~0.1.13",
    "grunt-coffeelint": "0.0.13",
    "grunt-contrib-coffee": "~0.13.0",
    "grunt-shell": "~1.1.2",
    "jasmine-focused": "~1.0.7",
    "node-cpplint": "~0.4.0"
  },
  "directories": {},
  "dist": {
    "shasum": "1c7d96e53d116eb881dbe78b8355b4adc8225898",
    "tarball": "https://registry.npmjs.org/oniguruma/-/oniguruma-6.1.1.tgz"
  },
  "gitHead": "1aff2ff3c9146fe16618feae6141c008d2b5f8e1",
  "gypfile": true,
  "homepage": "http://atom.github.io/node-oniguruma",
  "keywords": [
    "regex",
    "regexp",
    "re",
    "regular expression",
    "async"
  ],
  "licenses": [
    {
      "type": "MIT",
      "url": "http://github.com/atom/node-oniguruma/raw/master/LICENSE.md"
    }
  ],
  "main": "./lib/oniguruma.js",
  "maintainers": [
    {
      "name": "atom",
      "email": "nathan@github.com"
    },
    {
      "name": "benogle",
      "email": "ogle.ben@gmail.com"
    },
    {
      "name": "kevinsawicki",
      "email": "kevinsawicki@gmail.com"
    },
    {
      "name": "maxbrunsfeld",
      "email": "maxbrunsfeld@gmail.com"
    },
    {
      "name": "nathansobo",
      "email": "nathan@github.com"
    },
    {
      "name": "zcbenz",
      "email": "zcbenz@gmail.com"
    }
  ],
  "name": "oniguruma",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/atom/node-oniguruma.git"
  },
  "scripts": {
    "benchmark": "benchmark/benchmark.coffee",
    "install": "node-gyp rebuild",
    "prepublish": "grunt publish",
    "test": "grunt test"
  },
  "version": "6.1.1"
}