package.json 2.17 KB
{
  "_args": [
    [
      {
        "raw": "sliced@1.0.1",
        "scope": null,
        "escapedName": "sliced",
        "name": "sliced",
        "rawSpec": "1.0.1",
        "spec": "1.0.1",
        "type": "version"
      },
      "/Users/kanghyeontae/IdeaProjects/YTMT/node_modules/mongoose"
    ]
  ],
  "_from": "sliced@1.0.1",
  "_id": "sliced@1.0.1",
  "_inCache": true,
  "_location": "/sliced",
  "_nodeVersion": "1.8.1",
  "_npmUser": {
    "name": "aaron",
    "email": "aaron.heckmann+github@gmail.com"
  },
  "_npmVersion": "2.8.3",
  "_phantomChildren": {},
  "_requested": {
    "raw": "sliced@1.0.1",
    "scope": null,
    "escapedName": "sliced",
    "name": "sliced",
    "rawSpec": "1.0.1",
    "spec": "1.0.1",
    "type": "version"
  },
  "_requiredBy": [
    "/mongoose"
  ],
  "_resolved": "https://registry.npmjs.org/sliced/-/sliced-1.0.1.tgz",
  "_shasum": "0b3a662b5d04c3177b1926bea82b03f837a2ef41",
  "_shrinkwrap": null,
  "_spec": "sliced@1.0.1",
  "_where": "/Users/kanghyeontae/IdeaProjects/YTMT/node_modules/mongoose",
  "author": {
    "name": "Aaron Heckmann",
    "email": "aaron.heckmann+github@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/aheckmann/sliced/issues"
  },
  "dependencies": {},
  "description": "A faster Node.js alternative to Array.prototype.slice.call(arguments)",
  "devDependencies": {
    "benchmark": "~1.0.0",
    "mocha": "1.5.0"
  },
  "directories": {},
  "dist": {
    "shasum": "0b3a662b5d04c3177b1926bea82b03f837a2ef41",
    "tarball": "https://registry.npmjs.org/sliced/-/sliced-1.0.1.tgz"
  },
  "files": [
    "LICENSE",
    "README.md",
    "index.js"
  ],
  "gitHead": "e7c989016d2062995cd102322b65784ba8977ee3",
  "homepage": "https://github.com/aheckmann/sliced",
  "keywords": [
    "arguments",
    "slice",
    "array"
  ],
  "license": "MIT",
  "main": "index.js",
  "maintainers": [
    {
      "name": "aaron",
      "email": "aaron.heckmann+github@gmail.com"
    }
  ],
  "name": "sliced",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git://github.com/aheckmann/sliced.git"
  },
  "scripts": {
    "test": "make test"
  },
  "version": "1.0.1"
}