Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

package.json 2.7 KiB

3 anos atrás
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. {
  2. "_args": [
  3. [
  4. "immutability-helper@3.0.2",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  6. ]
  7. ],
  8. "_from": "immutability-helper@3.0.2",
  9. "_id": "immutability-helper@3.0.2",
  10. "_inBundle": false,
  11. "_integrity": "sha512-fcrJ26wpvUcuGRpoGY4hyQ/JOeR1HAunMmE3C0XYXSe6plAGtgTlB2S4BzueBANCPrDJ7AByL1yrIRLIlVfwpA==",
  12. "_location": "/immutability-helper",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "immutability-helper@3.0.2",
  18. "name": "immutability-helper",
  19. "escapedName": "immutability-helper",
  20. "rawSpec": "3.0.2",
  21. "saveSpec": null,
  22. "fetchSpec": "3.0.2"
  23. },
  24. "_requiredBy": [
  25. "/"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/immutability-helper/-/immutability-helper-3.0.2.tgz",
  28. "_spec": "3.0.2",
  29. "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
  30. "author": {
  31. "name": "Moshe Kolodny"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/kolodny/immutability-helper/issues"
  35. },
  36. "dependencies": {
  37. "invariant": "^2.2.4"
  38. },
  39. "description": "mutate a copy of data without changing the original source",
  40. "devDependencies": {
  41. "@types/invariant": "^2.2.29",
  42. "@types/jest": "^23.3.10",
  43. "coveralls": "^3.0.2",
  44. "jest": "^24.8.0",
  45. "rimraf": "^2.6.2",
  46. "ts-jest": "^23.10.5",
  47. "tslint": "^5.11.0",
  48. "typescript": "^3.2.2"
  49. },
  50. "homepage": "https://github.com/kolodny/immutability-helper#readme",
  51. "jest": {
  52. "preset": "ts-jest",
  53. "testEnvironment": "node",
  54. "verbose": true,
  55. "coverageDirectory": "coverage",
  56. "coverageReporters": [
  57. "lcov",
  58. "text"
  59. ],
  60. "coverageThreshold": {
  61. "global": {
  62. "branches": 100,
  63. "functions": 100,
  64. "lines": 100,
  65. "statements": 100
  66. }
  67. }
  68. },
  69. "keywords": [
  70. "immutability"
  71. ],
  72. "license": "MIT",
  73. "main": "index.js",
  74. "name": "immutability-helper",
  75. "repository": {
  76. "type": "git",
  77. "url": "git+https://github.com/kolodny/immutability-helper.git"
  78. },
  79. "scripts": {
  80. "build": "tsc",
  81. "jest": "jest --coverage",
  82. "lint": "tslint -p tsconfig.test.json",
  83. "postsmoke-test": "rimraf smoke-test index.js",
  84. "prebuild": "rimraf index.js *.d.ts",
  85. "prepublishOnly": "npm run build",
  86. "presmoke-test": "npm run build && rimraf smoke-test",
  87. "pretest": "rimraf ./coverage index.js",
  88. "prewatch": "npm run lint",
  89. "smoke-test": "node smoke-test.js",
  90. "test": "npm run lint && npm run jest && npm run smoke-test",
  91. "watch": "jest --watch test.ts"
  92. },
  93. "typings": "index.d.ts",
  94. "version": "3.0.2"
  95. }