{
  "_args": [
    [
      {
        "raw": "itself",
        "scope": null,
        "escapedName": "itself",
        "name": "itself",
        "rawSpec": "",
        "spec": "latest",
        "type": "tag"
      },
      "/home/centralpertec/public_html/react-loadbar"
    ]
  ],
  "_from": "itself@latest",
  "_id": "itself@0.1.0",
  "_inCache": true,
  "_location": "/itself",
  "_npmUser": {
    "name": "dtinth",
    "email": "org.yi.dttvb@gmail.com"
  },
  "_npmVersion": "1.2.14",
  "_phantomChildren": {},
  "_requested": {
    "raw": "itself",
    "scope": null,
    "escapedName": "itself",
    "name": "itself",
    "rawSpec": "",
    "spec": "latest",
    "type": "tag"
  },
  "_requiredBy": [
    "#USER",
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/itself/-/itself-0.1.0.tgz",
  "_shasum": "35c43c580a28f690f7255587c0f38bd73ad7451f",
  "_shrinkwrap": null,
  "_spec": "itself",
  "_where": "/home/centralpertec/public_html/react-loadbar",
  "author": {
    "name": "Thai Pangsakulyanont",
    "email": "org.yi.dttvb@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/dtinth/itself/issues"
  },
  "dependencies": {},
  "description": "An even quicker way to create functions!",
  "devDependencies": {},
  "directories": {},
  "dist": {
    "shasum": "35c43c580a28f690f7255587c0f38bd73ad7451f",
    "tarball": "https://registry.npmjs.org/itself/-/itself-0.1.0.tgz"
  },
  "homepage": "https://github.com/dtinth/itself#readme",
  "keywords": [
    "its",
    "itself",
    "it"
  ],
  "license": "WTFPL",
  "main": "itself.js",
  "maintainers": [
    {
      "name": "dtinth",
      "email": "org.yi.dttvb@gmail.com"
    }
  ],
  "name": "itself",
  "optionalDependencies": {},
  "readme": "itself\n======\n\nA damn simple library to help you write shorter functions:\n\nInstead of this:\n\n```javascript\nvar oddTaskNames = tasks\n        .filter(function(task) { return task.number % 2 == 0 }).map\n        .map(function(task) { return task.name })\n```\n\nOr this using [it.js](https://github.com/dtinth/it.js)\n\n```javascript\nvar It = require('it.js')\nvar oddTaskNames = tasks\n        .filter(It.get('number')['%'](2)['=='](0))\n        .map(It.get('name'))\n```\n\nYou can use this module, __itself__!\n\n```javascript\nvar itself = its = require('itself'), its\nvar oddTaskNames = tasks\n        .filter(its('.number % 2 == 0'))\n        .map(its('.name'))\n```\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n",
  "readmeFilename": "README.md",
  "repository": {
    "type": "git",
    "url": "git://github.com/dtinth/itself.git"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "version": "0.1.0"
}
