package.json 1.59 KB
{
  "_from": "hashish@~0.0.4",
  "_id": "hashish@0.0.4",
  "_inBundle": false,
  "_integrity": "sha1-bWC8b/r3Ebav1g5CbQd5iAFOZVQ=",
  "_location": "/hashish",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "hashish@~0.0.4",
    "name": "hashish",
    "escapedName": "hashish",
    "rawSpec": "~0.0.4",
    "saveSpec": null,
    "fetchSpec": "~0.0.4"
  },
  "_requiredBy": [
    "/streamify"
  ],
  "_resolved": "https://registry.npmjs.org/hashish/-/hashish-0.0.4.tgz",
  "_shasum": "6d60bc6ffaf711b6afd60e426d077988014e6554",
  "_spec": "hashish@~0.0.4",
  "_where": "C:\\Users\\user\\Desktop\\오소git\\오소플젝\\nodejs-todo-list-master\\node_modules\\streamify",
  "author": {
    "name": "James Halliday",
    "email": "mail@substack.net",
    "url": "http://substack.net"
  },
  "bugs": {
    "url": "https://github.com/substack/node-hashish/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "traverse": ">=0.2.4"
  },
  "deprecated": false,
  "description": "Hash data structure manipulation functions",
  "devDependencies": {
    "expresso": ">=0.6.0"
  },
  "engine": [
    "node >=0.2.0"
  ],
  "engines": {
    "node": "*"
  },
  "homepage": "https://github.com/substack/node-hashish#readme",
  "keywords": [
    "hash",
    "object",
    "convenience",
    "manipulation",
    "data structure"
  ],
  "license": "MIT/X11",
  "main": "./index.js",
  "name": "hashish",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/substack/node-hashish.git"
  },
  "scripts": {
    "test": "expresso"
  },
  "version": "0.0.4"
}