package.json 4.1 KB
{
  "_args": [
    [
      {
        "raw": "underscore@~1.8.3",
        "scope": null,
        "escapedName": "underscore",
        "name": "underscore",
        "rawSpec": "~1.8.3",
        "spec": ">=1.8.3 <1.9.0",
        "type": "range"
      },
      "/Users/fzy/project/koa2_Sequelize_project/node_modules/jsdoc"
    ]
  ],
  "_from": "underscore@>=1.8.3 <1.9.0",
  "_id": "underscore@1.8.3",
  "_inCache": true,
  "_location": "/underscore",
  "_npmUser": {
    "name": "jashkenas",
    "email": "jashkenas@gmail.com"
  },
  "_npmVersion": "1.4.28",
  "_phantomChildren": {},
  "_requested": {
    "raw": "underscore@~1.8.3",
    "scope": null,
    "escapedName": "underscore",
    "name": "underscore",
    "rawSpec": "~1.8.3",
    "spec": ">=1.8.3 <1.9.0",
    "type": "range"
  },
  "_requiredBy": [
    "/jsdoc"
  ],
  "_resolved": "https://registry.npmjs.org/underscore/-/underscore-1.8.3.tgz",
  "_shasum": "4f3fb53b106e6097fcf9cb4109f2a5e9bdfa5022",
  "_shrinkwrap": null,
  "_spec": "underscore@~1.8.3",
  "_where": "/Users/fzy/project/koa2_Sequelize_project/node_modules/jsdoc",
  "author": {
    "name": "Jeremy Ashkenas",
    "email": "jeremy@documentcloud.org"
  },
  "bugs": {
    "url": "https://github.com/jashkenas/underscore/issues"
  },
  "dependencies": {},
  "description": "JavaScript's functional programming helper library.",
  "devDependencies": {
    "docco": "*",
    "eslint": "0.6.x",
    "karma": "~0.12.31",
    "karma-qunit": "~0.1.4",
    "qunit-cli": "~0.2.0",
    "uglify-js": "2.4.x"
  },
  "directories": {},
  "dist": {
    "shasum": "4f3fb53b106e6097fcf9cb4109f2a5e9bdfa5022",
    "tarball": "https://registry.npmjs.org/underscore/-/underscore-1.8.3.tgz"
  },
  "files": [
    "underscore.js",
    "underscore-min.js",
    "underscore-min.map",
    "LICENSE"
  ],
  "gitHead": "e4743ab712b8ab42ad4ccb48b155034d02394e4d",
  "homepage": "http://underscorejs.org",
  "keywords": [
    "util",
    "functional",
    "server",
    "client",
    "browser"
  ],
  "license": "MIT",
  "main": "underscore.js",
  "maintainers": [
    {
      "name": "jashkenas",
      "email": "jashkenas@gmail.com"
    }
  ],
  "name": "underscore",
  "optionalDependencies": {},
  "readme": "                       __\n                      /\\ \\                                                         __\n     __  __    ___    \\_\\ \\     __   _ __   ____    ___    ___   _ __    __       /\\_\\    ____\n    /\\ \\/\\ \\ /' _ `\\  /'_  \\  /'__`\\/\\  __\\/ ,__\\  / ___\\ / __`\\/\\  __\\/'__`\\     \\/\\ \\  /',__\\\n    \\ \\ \\_\\ \\/\\ \\/\\ \\/\\ \\ \\ \\/\\  __/\\ \\ \\//\\__, `\\/\\ \\__//\\ \\ \\ \\ \\ \\//\\  __/  __  \\ \\ \\/\\__, `\\\n     \\ \\____/\\ \\_\\ \\_\\ \\___,_\\ \\____\\\\ \\_\\\\/\\____/\\ \\____\\ \\____/\\ \\_\\\\ \\____\\/\\_\\ _\\ \\ \\/\\____/\n      \\/___/  \\/_/\\/_/\\/__,_ /\\/____/ \\/_/ \\/___/  \\/____/\\/___/  \\/_/ \\/____/\\/_//\\ \\_\\ \\/___/\n                                                                                  \\ \\____/\n                                                                                   \\/___/\n\nUnderscore.js is a utility-belt library for JavaScript that provides\nsupport for the usual functional suspects (each, map, reduce, filter...)\nwithout extending any core JavaScript objects.\n\nFor Docs, License, Tests, and pre-packed downloads, see:\nhttp://underscorejs.org\n\nUnderscore is an open-sourced component of DocumentCloud:\nhttps://github.com/documentcloud\n\nMany thanks to our contributors:\nhttps://github.com/jashkenas/underscore/contributors\n",
  "readmeFilename": "README.md",
  "repository": {
    "type": "git",
    "url": "git://github.com/jashkenas/underscore.git"
  },
  "scripts": {
    "build": "uglifyjs underscore.js -c \"evaluate=false\" --comments \"/    .*/\" -m --source-map underscore-min.map -o underscore-min.js",
    "doc": "docco underscore.js",
    "lint": "eslint underscore.js test/*.js",
    "test": "npm run test-node && npm run lint",
    "test-browser": "npm i karma-phantomjs-launcher && ./node_modules/karma/bin/karma start",
    "test-node": "qunit-cli test/*.js"
  },
  "version": "1.8.3"
}