package.json 2.13 KB
{
  "_args": [
    [
      {
        "raw": "hash-sum@^1.0.2",
        "scope": null,
        "escapedName": "hash-sum",
        "name": "hash-sum",
        "rawSpec": "^1.0.2",
        "spec": ">=1.0.2 <2.0.0",
        "type": "range"
      },
      "/Users/admin/Documents/workspace/programming/node_modules/vue-loader"
    ]
  ],
  "_from": "hash-sum@>=1.0.2 <2.0.0",
  "_id": "hash-sum@1.0.2",
  "_inCache": true,
  "_location": "/hash-sum",
  "_nodeVersion": "2.3.3",
  "_npmUser": {
    "name": "bevacqua",
    "email": "nicolasbevacqua@gmail.com"
  },
  "_npmVersion": "2.12.1",
  "_phantomChildren": {},
  "_requested": {
    "raw": "hash-sum@^1.0.2",
    "scope": null,
    "escapedName": "hash-sum",
    "name": "hash-sum",
    "rawSpec": "^1.0.2",
    "spec": ">=1.0.2 <2.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/vue-loader",
    "/vue-style-loader"
  ],
  "_resolved": "https://registry.npmjs.org/hash-sum/-/hash-sum-1.0.2.tgz",
  "_shasum": "33b40777754c6432573c120cc3808bbd10d47f04",
  "_shrinkwrap": null,
  "_spec": "hash-sum@^1.0.2",
  "_where": "/Users/admin/Documents/workspace/programming/node_modules/vue-loader",
  "authors": [
    "Nicolas Bevacqua <nicolasbevacqua@gmail.com>"
  ],
  "bugs": {
    "url": "https://github.com/bevacqua/hash-sum/issues"
  },
  "dependencies": {},
  "description": "Blazing fast unique hash generator",
  "devDependencies": {
    "jshint": "2.5.0",
    "jshint-stylish": "0.2.0",
    "tape": "3.0.3"
  },
  "directories": {},
  "dist": {
    "shasum": "33b40777754c6432573c120cc3808bbd10d47f04",
    "tarball": "https://registry.npmjs.org/hash-sum/-/hash-sum-1.0.2.tgz"
  },
  "gitHead": "b9d19a324f5a10417b42c9e8bf76d2f52d05b3d7",
  "homepage": "https://github.com/bevacqua/hash-sum",
  "license": "MIT",
  "main": "hash-sum.js",
  "maintainers": [
    {
      "name": "bevacqua",
      "email": "nicolasbevacqua@gmail.com"
    }
  ],
  "name": "hash-sum",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git://github.com/bevacqua/hash-sum.git"
  },
  "scripts": {
    "test": "jshint . && tape test.js"
  },
  "version": "1.0.2"
}