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 / array-index / package.json
Size: Mime:
{
  "_args": [
    [
      {
        "raw": "array-index@^1.0.0",
        "scope": null,
        "escapedName": "array-index",
        "name": "array-index",
        "rawSpec": "^1.0.0",
        "spec": ">=1.0.0 <2.0.0",
        "type": "range"
      },
      "/Users/rebecca/code/npm/node_modules/node-gyp/node_modules/path-array"
    ]
  ],
  "_from": "array-index@>=1.0.0 <2.0.0",
  "_id": "array-index@1.0.0",
  "_inCache": true,
  "_installable": true,
  "_location": "/array-index",
  "_nodeVersion": "5.3.0",
  "_npmUser": {
    "name": "tootallnate",
    "email": "nathan@tootallnate.net"
  },
  "_npmVersion": "3.3.12",
  "_phantomChildren": {},
  "_requested": {
    "raw": "array-index@^1.0.0",
    "scope": null,
    "escapedName": "array-index",
    "name": "array-index",
    "rawSpec": "^1.0.0",
    "spec": ">=1.0.0 <2.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/path-array"
  ],
  "_resolved": "https://registry.npmjs.org/array-index/-/array-index-1.0.0.tgz",
  "_shasum": "ec56a749ee103e4e08c790b9c353df16055b97f9",
  "_shrinkwrap": null,
  "_spec": "array-index@^1.0.0",
  "_where": "/Users/rebecca/code/npm/node_modules/node-gyp/node_modules/path-array",
  "author": {
    "name": "Nathan Rajlich",
    "email": "nathan@tootallnate.net",
    "url": "http://tootallnate.net"
  },
  "bugs": {
    "url": "https://github.com/TooTallNate/array-index/issues"
  },
  "dependencies": {
    "debug": "^2.2.0",
    "es6-symbol": "^3.0.2"
  },
  "description": "Invoke getter/setter functions on array-like objects",
  "devDependencies": {},
  "directories": {},
  "dist": {
    "shasum": "ec56a749ee103e4e08c790b9c353df16055b97f9",
    "tarball": "https://registry.npmjs.org/array-index/-/array-index-1.0.0.tgz"
  },
  "engines": {
    "node": "*"
  },
  "gitHead": "4b3cc059c70eefd8ef2a0d4213d681b671eb3d11",
  "homepage": "https://github.com/TooTallNate/array-index#readme",
  "keywords": [
    "index",
    "array",
    "getter",
    "setter",
    "proxy"
  ],
  "license": "MIT",
  "main": "index.js",
  "maintainers": [
    {
      "name": "tootallnate",
      "email": "nathan@tootallnate.net"
    }
  ],
  "name": "array-index",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git://github.com/TooTallNate/array-index.git"
  },
  "scripts": {
    "test": "node test"
  },
  "version": "1.0.0"
}