package.json 1.94 KB
{
  "_from": "value-equal@^1.0.1",
  "_id": "value-equal@1.0.1",
  "_inBundle": false,
  "_integrity": "sha512-NOJ6JZCAWr0zlxZt+xqCHNTEKOsrks2HQd4MqhP1qy4z1SkbEP467eNx6TgDKXMvUOb+OENfJCZwM+16n7fRfw==",
  "_location": "/value-equal",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "value-equal@^1.0.1",
    "name": "value-equal",
    "escapedName": "value-equal",
    "rawSpec": "^1.0.1",
    "saveSpec": null,
    "fetchSpec": "^1.0.1"
  },
  "_requiredBy": [
    "/history"
  ],
  "_resolved": "https://registry.npmjs.org/value-equal/-/value-equal-1.0.1.tgz",
  "_shasum": "1e0b794c734c5c0cade179c437d356d931a34d6c",
  "_spec": "value-equal@^1.0.1",
  "_where": "C:\\Users\\WP\\Desktop\\오픈소스 SW개발\\프로젝트\\TermProject\\node_modules\\history",
  "author": {
    "name": "Michael Jackson"
  },
  "bugs": {
    "url": "https://github.com/mjackson/value-equal/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Are these two JavaScript values equal?",
  "devDependencies": {
    "@babel/core": "^7.1.6",
    "@babel/preset-env": "^7.1.6",
    "babel-core": "^7.0.0-bridge.0",
    "babel-eslint": "^10.0.1",
    "babel-jest": "^23.6.0",
    "eslint": "^5.9.0",
    "jest": "^23.6.0",
    "rollup": "^0.67.3",
    "rollup-plugin-replace": "^2.1.0",
    "rollup-plugin-size-snapshot": "^0.7.0",
    "rollup-plugin-uglify": "^6.0.0"
  },
  "files": [
    "cjs",
    "esm",
    "index.js",
    "umd"
  ],
  "homepage": "https://github.com/mjackson/value-equal#readme",
  "license": "MIT",
  "main": "index.js",
  "module": "esm/value-equal.js",
  "name": "value-equal",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mjackson/value-equal.git"
  },
  "scripts": {
    "build": "rollup -c",
    "clean": "git clean -fdX .",
    "lint": "eslint modules",
    "prepublishOnly": "npm run build",
    "test": "jest"
  },
  "unpkg": "umd/value-equal.js",
  "version": "1.0.1"
}