25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

105 lines
2.8 KiB

  1. {
  2. "_args": [
  3. [
  4. "shallowequal@1.1.0",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  6. ]
  7. ],
  8. "_from": "shallowequal@1.1.0",
  9. "_id": "shallowequal@1.1.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-y0m1JoUZSlPAjXVtPPW70aZWfIL/dSP7AFkRnniLCrK/8MDKog3TySTBmckD+RObVxH0v4Tox67+F14PdED2oQ==",
  12. "_location": "/shallowequal",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "shallowequal@1.1.0",
  18. "name": "shallowequal",
  19. "escapedName": "shallowequal",
  20. "rawSpec": "1.1.0",
  21. "saveSpec": null,
  22. "fetchSpec": "1.1.0"
  23. },
  24. "_requiredBy": [
  25. "/rc-slider",
  26. "/rc-util",
  27. "/react-data-grid"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/shallowequal/-/shallowequal-1.1.0.tgz",
  30. "_spec": "1.1.0",
  31. "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
  32. "author": {
  33. "name": "Alberto Leal",
  34. "email": "mailforalberto@gmail.com",
  35. "url": "github.com/dashed"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/dashed/shallowequal/issues"
  39. },
  40. "description": "Like lodash isEqualWith but for shallow equal.",
  41. "devDependencies": {
  42. "babel-eslint": "^8.0.0",
  43. "babel-preset-env": "^1.6.1",
  44. "babel-register": "^6.24.1",
  45. "chai": "^4.0.0",
  46. "eslint": "^4.7.1",
  47. "flow-bin": "^0.75.0",
  48. "flow-remove-types": "^1.2.3",
  49. "husky": "^0.14.3",
  50. "lint-staged": "^6.0.0",
  51. "mocha": "^5.0.0",
  52. "prettier": "^1.9.2"
  53. },
  54. "eslintConfig": {
  55. "parser": "babel-eslint",
  56. "env": {
  57. "browser": true,
  58. "node": true,
  59. "mocha": true
  60. },
  61. "extends": [
  62. "eslint:recommended"
  63. ]
  64. },
  65. "files": [
  66. "index.js",
  67. "index.js.flow",
  68. "index.original.js"
  69. ],
  70. "homepage": "https://github.com/dashed/shallowequal#readme",
  71. "keywords": [
  72. "shallowequal",
  73. "shallow",
  74. "equal",
  75. "isequal",
  76. "compare",
  77. "isequalwith"
  78. ],
  79. "license": "MIT",
  80. "lint-staged": {
  81. "*.{js,json,css,js.flow}": [
  82. "prettier --write",
  83. "git add"
  84. ]
  85. },
  86. "main": "index.js",
  87. "name": "shallowequal",
  88. "repository": {
  89. "type": "git",
  90. "url": "git+https://github.com/dashed/shallowequal.git"
  91. },
  92. "scripts": {
  93. "build": "npm run build:strip-flow && npm run build:gen-flow",
  94. "build:gen-flow": "flow gen-flow-files index.original.js > index.js.flow",
  95. "build:strip-flow": "flow-remove-types --pretty index.original.js > index.js",
  96. "lint": "eslint index.js test",
  97. "precommit": "lint-staged",
  98. "prepublish": "npm run build && npm run pretty && npm run lint && npm run test",
  99. "pretty": "prettier --write --tab-width 2 'test/**/*.js' '*.{js,js.flow}'",
  100. "test": "mocha --require babel-register",
  101. "travis": "npm run lint && npm run test"
  102. },
  103. "version": "1.1.0"
  104. }